Uses of Class
org.apache.sis.geometry.Envelope2D
Packages that use Envelope2D
Package
Description
Basic geometric objects (envelopes and direct positions).
Helper classes for the rendering of grid coverages.
Symbology and map representations, together with a rendering engine for display.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of Envelope2D in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return Envelope2DModifier and TypeMethodDescriptionEnvelope2D.clone()
Returns a clone of this envelope.Envelope2D.createIntersection
(Rectangle2D rect) Returns the intersection of this envelope with the specified rectangle.Envelope2D.createUnion
(Rectangle2D rect) Returns the union of this envelope with the specified rectangle. -
Uses of Envelope2D in org.apache.sis.internal.map.coverage
Methods in org.apache.sis.internal.map.coverage with parameters of type Envelope2DModifier and TypeMethodDescriptionfinal RenderedImage
RenderingData.prefetch
(RenderedImage resampledImage, AffineTransform resampledToDisplay, Envelope2D displayBounds) Computes immediately, possibly using many threads, the tiles that are going to be displayed. -
Uses of Envelope2D in org.apache.sis.portrayal
Methods in org.apache.sis.portrayal that return Envelope2DModifier and TypeMethodDescriptionPlanarCanvas.getDisplayBounds()
Returns the size and location of the display device. -
Uses of Envelope2D in org.apache.sis.referencing.gazetteer
Fields in org.apache.sis.referencing.gazetteer declared as Envelope2DModifier and TypeFieldDescriptionprivate final Envelope2D
MilitaryGridReferenceSystem.IteratorOneZone.cell
Temporary rectangle for computation purpose.