Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
Envelope1D |
Segment.queryInterval(int semantics,
int ordinate) |
Envelope1D |
Point.queryInterval(int semantics,
int ordinate) |
Envelope1D |
MultiPoint.queryInterval(int semantics,
int ordinate) |
Envelope1D |
MultiPath.queryInterval(int semantics,
int ordinate) |
abstract Envelope1D |
Geometry.queryInterval(int semantics,
int ordinate)
Returns the min and max attribute values at the ordinate of the Geometry.
|
Envelope1D |
Envelope.queryInterval(int semantics,
int ordinate) |
Modifier and Type | Method and Description |
---|---|
void |
Envelope3D.construct(Envelope1D xinterval,
Envelope1D yinterval,
Envelope1D zinterval) |
boolean |
Envelope1D.contains(Envelope1D other)
Returns True if the envelope contains the other envelope (boundary
inclusive).
|
void |
Envelope1D.intersect(Envelope1D other) |
void |
Envelope1D.merge(Envelope1D other) |
void |
Envelope2D.queryIntervalX(Envelope1D env1D) |
void |
Envelope2D.queryIntervalY(Envelope1D env1D) |
void |
Envelope1D.setCoords(Envelope1D other) |
void |
Envelope2D.setCoords(Envelope1D xinterval,
Envelope1D yinterval) |
void |
Envelope.setInterval(int semantics,
int ordinate,
Envelope1D env) |
Constructor and Description |
---|
Envelope1D(Envelope1D other) |
Copyright © 2018. All rights reserved.