| Package | Description |
|---|---|
| com.esri.core.geometry |
| Modifier and Type | Method and Description |
|---|---|
static Point3D |
Point3D.construct(double x,
double y,
double z) |
Point3D |
Point3D.mul(double factor) |
Point3D |
Point3D.sub(Point3D other) |
| Modifier and Type | Method and Description |
|---|---|
void |
Envelope2D.merge(Point3D pt) |
void |
Envelope3D.merge(Point3D pt) |
void |
Envelope3D.move(Point3D vector) |
void |
Envelope3D.queryCorners(Point3D[] corners) |
void |
Envelope3D.setCoords(Point3D center,
double width,
double height,
double depth) |
void |
Envelope3D.setFromPoints(Point3D[] points) |
Point3D |
Point3D.sub(Point3D other) |
Copyright © 2015. All Rights Reserved.