Package | Description |
---|---|
org.apache.sis.geometry |
Basic geometric objects (envelopes and direct positions).
|
org.apache.sis.index.tree |
Modifier and Type | Method and Description |
---|---|
Envelope2D |
Envelope2D.clone()
Returns a clone of this envelope.
|
Envelope2D |
Envelope2D.createIntersection(Rectangle2D rect)
Returns the intersection of this envelope with the specified rectangle.
|
Envelope2D |
Envelope2D.createUnion(Rectangle2D rect)
Returns the union of this envelope with the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
List<QuadTreeData> |
QuadTree.queryByBoundingBox(Envelope2D searchRegion)
Performs bounding box search.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.