Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.curve |
Space-filling curves.
|
org.geolatte.geom.jts |
JTS interoperability classes.
|
Modifier and Type | Method and Description |
---|---|
Envelope<P> |
Geometry.getEnvelope()
Returns the
Envelope of this instance. |
Envelope |
Envelope.intersect(Envelope other)
Intersects the specified
Envelope with this Envelope and returns the result. |
Envelope<P> |
Envelope.union(Envelope<P> other)
Creates an
Envelope that is the set-theoretic union of this Envelope with the specified Envelope |
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 . |
Envelope<P> |
Envelope.union(Envelope<P> other)
Creates an
Envelope that is the set-theoretic union of this Envelope with the specified Envelope |
boolean |
Envelope.within(Envelope other)
Checks whether this
Envelope is contained within the specified Envelope |
Modifier and Type | Method and Description |
---|---|
Envelope<P> |
MortonCode.envelopeOf(String mortoncode)
Returns the extent that corresponds to the specified morton code
|
Envelope<P> |
MortonContext.getExtent()
Returns the spatial extent of this instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
MortonContext.extentContains(Envelope<P> envelope)
Checks whether the specified
Envelope is contained in the extent. |
String |
MortonCode.ofEnvelope(Envelope<P> envelope)
Returns the Morton code for the specified
Envelope . |
Constructor and Description |
---|
MortonContext(Envelope<P> extent,
int depth)
Constructs a
MortonContext with the specified extent and max. |
Modifier and Type | Method and Description |
---|---|
static Envelope<C2D> |
JTS.from(org.locationtech.jts.geom.Envelope jtsEnvelope)
Converts a JTS
Envelope to a geolatte Envelope . |
static <P extends Position> |
JTS.from(org.locationtech.jts.geom.Envelope jtsEnvelope,
CoordinateReferenceSystem<P> crs)
Converts a JTS
Envelope to a geolatte Envelope with the
specified CRS. |
Modifier and Type | Method and Description |
---|---|
static org.locationtech.jts.geom.Envelope |
JTS.to(Envelope<?> env)
Converts a Geolatte
Envelope to a JTS Envelope . |
Copyright © 2019 geolatte.org. All rights reserved.