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 TypeMethodDescriptionOptional<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.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.