Package | Description |
---|---|
org.apache.sis.geometry |
Basic geometric objects (envelopes and direct positions).
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralEnvelope
A mutable
Envelope (a minimum bounding box or rectangle) of arbitrary dimension. |
class |
ImmutableEnvelope
An immutable
Envelope (a minimum bounding box or rectangle) of arbitrary dimension. |
Modifier and Type | Method and Description |
---|---|
static AbstractEnvelope |
AbstractEnvelope.castOrCopy(Envelope envelope)
Returns the given envelope as an
AbstractEnvelope instance. |
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.