Uses of Class
org.apache.sis.portrayal.RenderException
Packages that use RenderException
Package
Description
Symbology and map representations, together with a rendering engine for display.
-
Uses of RenderException in org.apache.sis.portrayal
Methods in org.apache.sis.portrayal that throw RenderExceptionModifier and TypeMethodDescriptionprivate org.opengis.referencing.operation.MathTransformCanvas.findTransform(org.opengis.referencing.crs.CoordinateReferenceSystem source, org.opengis.referencing.crs.CoordinateReferenceSystem target, boolean allowDisplayCRS) Returns the transform from the given source CRS to the given target CRS with precedence for an operation valid for the geographic area of this canvas.Optional<org.opengis.metadata.extent.GeographicBoundingBox>Canvas.getGeographicArea()Returns the geographic bounding box encompassing the area shown on the display device.Canvas.getGridGeometry()Returns canvas properties (CRS, display bounds, conversion) encapsulated in a grid geometry.Canvas.getSpatialResolution()Returns an estimation of the resolution (in metres) at the point of interest.private static org.opengis.referencing.operation.MathTransformCanvas.orthogonalTangent(org.opengis.referencing.operation.MathTransform newToOld, double[] poiInNew) Computes the approximate change from a newCanvas.objectiveToDisplayto the old one for keeping the Point Of Interest (POI) at the same location.voidCanvas.setDisplayBounds(org.opengis.geometry.Envelope newValue) Sets the size and location of the display device.voidCanvas.setGridGeometry(GridGeometry newValue) Sets canvas properties from the given grid geometry.voidCanvas.setObjectiveCRS(org.opengis.referencing.crs.CoordinateReferenceSystem newValue, org.opengis.geometry.DirectPosition anchor) Sets the Coordinate Reference System in which all data are transformed before displaying.voidCanvas.setObjectiveToDisplay(LinearTransform newValue) Sets the conversion from objective CRS to display coordinate system.voidCanvas.setPointOfInterest(org.opengis.geometry.DirectPosition newValue) Sets the coordinates of a representative point inside the data bounding box.