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 TypeMethodDescriptionCanvas.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.voidCanvas.setDisplayBounds(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(CoordinateReferenceSystem newValue, 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(DirectPosition newValue) Sets the coordinates of the point center of display area when there are no zoom or translations events.