Uses of Class
org.apache.sis.geometry.Envelope2D
-
Packages that use Envelope2D Package Description org.apache.sis.geometry Basic geometric objects (envelopes and direct positions).org.apache.sis.index.tree A simple quadtree implementation. -
-
Uses of Envelope2D in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return Envelope2D Modifier and Type Method Description Envelope2DEnvelope2D. clone()Returns a clone of this envelope.Envelope2DEnvelope2D. createIntersection(Rectangle2D rect)Returns the intersection of this envelope with the specified rectangle.Envelope2DEnvelope2D. createUnion(Rectangle2D rect)Returns the union of this envelope with the specified rectangle. -
Uses of Envelope2D in org.apache.sis.index.tree
Methods in org.apache.sis.index.tree with parameters of type Envelope2D Modifier and Type Method Description List<QuadTreeData>QuadTree. queryByBoundingBox(Envelope2D searchRegion)Performs bounding box search.
-