Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
static Envelope3D |
Envelope3D.construct(double _xmin,
double _ymin,
double _zmin,
double _xmax,
double _ymax,
double _zmax) |
Modifier and Type | Method and Description |
---|---|
boolean |
Envelope3D.contains(Envelope3D other)
Returns True if the envelope contains the other envelope (boundary
inclusive).
|
boolean |
Envelope3D.intersect(Envelope3D other)
Intersects this envelope with the other and stores result in this
envelope.
|
boolean |
Envelope3D.isIntersecting(Envelope3D other)
Checks if this envelope intersects the other.
|
void |
Envelope3D.merge(Envelope3D other) |
void |
Envelope3D.setCoords(Envelope3D envSrc) |
Constructor and Description |
---|
Envelope3D(Envelope3D other) |
Copyright © 2018. All rights reserved.