Uses of Class
org.apache.sis.geometry.Envelope2D
Packages that use Envelope2D
Package
Description
Basic geometric objects (envelopes and direct positions).
Symbology and map representations, together with a rendering engine for display.
-
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.portrayal
Methods in org.apache.sis.portrayal that return Envelope2DModifier and TypeMethodDescriptionPlanarCanvas.getDisplayBounds()
Returns the size and location of the display device.