Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
void |
MultiPath.addEnvelope(Envelope envSrc,
boolean bReverse)
Adds a rectangular closed path to this multipath.
|
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.
|
boolean |
Envelope.intersect(Envelope other)
Changes this envelope to be the intersection of itself with the other
envelope.
|
boolean |
Envelope.isIntersecting(Envelope other)
Returns true if the envelope and the other given envelope intersect.
|
void |
Envelope.merge(Envelope other)
Merges this envelope with the extent of the given envelope.
|
void |
Point.queryEnvelope(Envelope env) |
void |
MultiPoint.queryEnvelope(Envelope env) |
void |
MultiPath.queryEnvelope(Envelope env) |
void |
Line.queryEnvelope(Envelope env) |
abstract void |
Geometry.queryEnvelope(Envelope env)
Returns the axis aligned bounding box of the geometry.
|
void |
Envelope.queryEnvelope(Envelope env) |
void |
EnvSrlzr.setGeometryByValue(Envelope env) |
Copyright © 2018. All rights reserved.