Package | Description |
---|---|
org.geotools.filter.spatial | |
org.geotools.geometry.jts |
Modifier and Type | Method and Description |
---|---|
ReferencedEnvelope3D |
BBOX3DImpl.get3DEnvelope(Geometry geom) |
Constructor and Description |
---|
BBOX3DImpl(PropertyName propertyName,
ReferencedEnvelope3D env,
FilterFactory factory) |
Modifier and Type | Field and Description |
---|---|
static ReferencedEnvelope3D |
ReferencedEnvelope3D.EVERYTHING
A ReferencedEnvelope containing "everything"
|
Modifier and Type | Method and Description |
---|---|
ReferencedEnvelope3D |
ReferencedEnvelope3D.intersection(ReferencedEnvelope3D env)
Computes the intersection of two
Envelope s. |
static ReferencedEnvelope3D |
JTS.transformTo3D(ReferencedEnvelope sourceEnvelope,
CoordinateReferenceSystem targetCRS,
boolean lenient,
int npoints)
Transform from D up to 3D.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReferencedEnvelope3D.covers(ReferencedEnvelope3D other)
Tests if the
Envelope other lies wholely inside this Envelope
(inclusive of the boundary). |
double |
ReferencedEnvelope3D.distance(ReferencedEnvelope3D env)
Computes the distance between this and another
Envelope . |
void |
ReferencedEnvelope3D.expandToInclude(ReferencedEnvelope3D other)
Enlarges this
Envelope so that it contains the other Envelope. |
void |
ReferencedEnvelope3D.init(ReferencedEnvelope3D env)
Initialize an
Envelope from an existing 3D Envelope. |
ReferencedEnvelope3D |
ReferencedEnvelope3D.intersection(ReferencedEnvelope3D env)
Computes the intersection of two
Envelope s. |
boolean |
ReferencedEnvelope3D.intersects(ReferencedEnvelope3D other)
Check if the region defined by
other overlaps (intersects) the region of this
Envelope . |
boolean |
ReferencedEnvelope3D.overlaps(ReferencedEnvelope3D other)
Deprecated.
Use #intersects instead. In the future, #overlaps may be changed to be a true
overlap check; that is, whether the intersection is two-dimensional.
|
Constructor and Description |
---|
ReferencedEnvelope3D(ReferencedEnvelope3D envelope)
Creates a new envelope from an existing envelope.
|
ReferencedEnvelope3D(ReferencedEnvelope3D envelope,
CoordinateReferenceSystem crs)
Creates a new envelope from an existing JTS envelope.
|
Copyright © 1996–2019 Geotools. All rights reserved.