void |
MultiPath.addEnvelope(Envelope envSrc,
boolean bReverse) |
|
static Geometry |
GeometryEngine.clip(Geometry geometry,
Envelope envelope,
SpatialReference spatialReference) |
Calculates the clipped geometry from a target geometry using an envelope.
|
boolean |
Envelope.contains(Envelope env) |
Checks if this envelope contains (covers) other envelope.
|
static ProjectionTransformation |
ProjectionTransformation.create(SpatialReference inputSR,
SpatialReference outputSR,
Envelope extentOfInterest) |
Creates the ProjectionTransformation that is optimal for the given
extent.
|
abstract ByteBuffer |
OperatorExportToSEShape.execute(Geometry geometry,
int srid,
SpatialReferencePrecisionDescriptor precision,
Double defaultZ,
Envelope extent,
ProgressTracker progressTracker) |
Performs the export_to_se_shape operation on a single geometry.
|
abstract GeometryCursor |
OperatorShapePreservingProject.execute(GeometryCursor geometries,
Envelope geometriesExtent,
ProjectionTransformation transform,
double minSegmentLengthInDegrees,
double maxDeviationInSrTo,
ProgressTracker progressTracker) |
Performs the Shape Preserving Project operation on a geometry cursor.
|
boolean |
Envelope.intersect(Envelope other) |
Intersects this envelope with other envelope and stores the result in
this envelope.
|
boolean |
Envelope.isIntersecting(Envelope other) |
Returns true if the envelope and the other given envelope intersect.
|
Point |
OperatorLabelPointCursor.label_point(Envelope envelope) |
|
void |
Envelope.merge(Envelope other) |
Merges this envelope with the extent of the given envelope.
|
void |
Envelope.queryEnvelope(Envelope env) |
|
abstract void |
Geometry.queryEnvelope(Envelope env) |
Returns the axis aligned bounding box of the geometry.
|
void |
GeometryCollection.queryEnvelope(Envelope env) |
|
void |
Line.queryEnvelope(Envelope env) |
|
void |
MultiPatch.queryEnvelope(Envelope env) |
|
void |
MultiPath.queryEnvelope(Envelope env) |
|
void |
MultiPoint.queryEnvelope(Envelope env) |
|
void |
Point.queryEnvelope(Envelope env) |
|
void |
EnvSrlzr.setGeometryByValue(Envelope env) |
|
void |
ExternalTransform.transform(ExternalTransform.TransformDirection direction,
Envelope envelopeInOut) |
Transform extent
|