Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
static Point3D |
Point3D.construct(double x,
double y,
double z) |
Point3D |
Segment.getEndXYZ()
Returns XYZ coordinates of the end point.
|
Point3D |
Segment.getStartXYZ()
Returns XYZ coordinates of the start point.
|
Point3D |
Point.getXYZ()
Returns XYZ coordinates of the point.
|
Modifier and Type | Method and Description |
---|---|
double |
Point3D.dotProduct(Point3D other) |
void |
Envelope3D.merge(Point3D pt) |
void |
Envelope2D.merge(Point3D pt) |
void |
Envelope3D.move(Point3D vector) |
void |
Envelope3D.queryCorners(Point3D[] corners) |
void |
Point3D.scale(double f,
Point3D other) |
void |
Point3D.setCoords(Point3D other) |
void |
Envelope3D.setCoords(Point3D center,
double width,
double height,
double depth) |
void |
Segment.setEndXYZ(Point3D pt)
Sets the XYZ coordinates of the end point.
|
void |
Envelope3D.setFromPoints(Point3D[] points) |
void |
Segment.setStartXYZ(Point3D pt)
Sets the XYZ coordinates of the start point.
|
void |
Point.setXYZ(Point3D pt)
Sets the XYZ coordinates of this point.
|
void |
Point3D.sub(Point3D other) |
void |
Point3D.sub(Point3D p1,
Point3D p2) |
Constructor and Description |
---|
Point3D(Point3D other) |
Copyright © 2018. All rights reserved.