| Package | Description |
|---|---|
| org.apache.sis.geometry |
Basic geometric objects (envelopes and direct positions).
|
| 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.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.