static GeneralEnvelope |
GeneralEnvelope.castOrCopy(Envelope envelope) |
Returns the given envelope as a GeneralEnvelope instance.
|
GeneralEnvelope |
GeneralEnvelope.clone() |
Returns a deep copy of this envelope.
|
static GeneralEnvelope |
Envelopes.intersect(Envelope... envelopes) |
Computes the intersection of all given envelopes, transforming them to a common CRS if necessary.
|
GeneralEnvelope |
GeneralEnvelope.subEnvelope(int beginIndex,
int endIndex) |
Returns a view over this envelope that encompass only some dimensions.
|
static GeneralEnvelope |
Envelopes.transform(CoordinateOperation operation,
Envelope envelope) |
Transforms an envelope using the given coordinate operation.
|
static GeneralEnvelope |
Envelopes.transform(MathTransform transform,
Envelope envelope) |
Transforms an envelope using the given math transform.
|
static GeneralEnvelope |
Envelopes.union(Envelope... envelopes) |
Computes the union of all given envelopes, transforming them to a common CRS if necessary.
|