| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| org.geolatte.geom.curve | |
| org.geolatte.geom.jts |
| Modifier and Type | Field and Description |
|---|---|
static Envelope |
Envelope.EMPTY
An empty
Envelope |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
Geometry.getEnvelope()
Returns the
Envelope, or minimum bounding box, for this Geometry. |
Envelope |
Envelope.intersect(Envelope other)
Intersects the specified
Envelope with this Envelope and returns the result. |
static Envelope |
Envelope.union(Envelope b1,
Envelope b2)
Creates an
Envelope that is the set-theoretic union of the specified Envelopes. |
| Modifier and Type | Method and Description |
|---|---|
GeometryOperation<Envelope> |
GeometryOperations.createEnvelopeOp(Geometry geometry)
Creates an operation to calculate the
Envelope of the specified Geometry. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Envelope.contains(Envelope other)
Checks whether this
Envelope contains the specifies Envelope. |
Envelope |
Envelope.intersect(Envelope other)
Intersects the specified
Envelope with this Envelope and returns the result. |
boolean |
Envelope.intersects(Envelope other)
Checks whether this
Envelope intersects the specifies Envelope. |
static Envelope |
Envelope.union(Envelope b1,
Envelope b2)
Creates an
Envelope that is the set-theoretic union of the specified Envelopes. |
boolean |
Envelope.within(Envelope other)
Checks whether this
Envelope is contained within the specified Envelope |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
MortonCode.envelopeOf(String mortoncode)
Returns the extent that corresponds to the specified morton code
|
Envelope |
MortonContext.getExtent()
Returns the spatial extent of this instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MortonContext.extentContains(Envelope envelope)
Checks whether the specified
Envelope is contained in the extent. |
String |
MortonCode.ofEnvelope(Envelope envelope)
Returns the Morton code for the specified
Envelope. |
| Constructor and Description |
|---|
MortonContext(Envelope extent,
int depth)
Constructs a
MortonContext with the specified extent and max. |
| Modifier and Type | Method and Description |
|---|---|
static Envelope |
JTS.from(com.vividsolutions.jts.geom.Envelope jtsEnvelope)
Converts a JTS
Envelope to a geolatte Envelope. |
static Envelope |
JTS.from(com.vividsolutions.jts.geom.Envelope jtsEnvelope,
CrsId crsId)
Converts a JTS
Envelope to a geolatte Envelope with the
specified CRS. |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Envelope |
JTS.to(Envelope env)
Converts a Geolatte
Envelope to a JTS Envelope. |
Copyright © 2015 geolatte.org. All rights reserved.