Uses of Class
com.esri.core.geometry.Point3D
-
Packages that use Point3D Package Description com.esri.core.geometry -
-
Uses of Point3D in com.esri.core.geometry
Methods in com.esri.core.geometry that return Point3D Modifier and Type Method Description private Point3D
Segment. _getXYZ(int endPoint)
static Point3D
Point3D. construct(double x, double y, double z)
(package private) Point3D[]
MultiVertexGeometry. getCoordinates3D()
Returns XYZ coordinates as an array.Point3D
Segment. getEndXYZ()
Returns XYZ coordinates of the end point.Point3D
Segment. getStartXYZ()
Returns XYZ coordinates of the start point.(package private) Point3D
MultiPath. getXYZ(int index)
(package private) Point3D
MultiPoint. getXYZ(int index)
(package private) abstract Point3D
MultiVertexGeometry. getXYZ(int index)
Returns XYZ coordinates of the given vertex of the Geometry.Point3D
MultiVertexGeometryImpl. getXYZ(int index)
Point3D
Point. getXYZ()
Returns XYZ coordinates of the point.Point3D
Transformation3D. transform(Point3D src)
Methods in com.esri.core.geometry with parameters of type Point3D Modifier and Type Method Description private void
Segment. _setXYZ(int endPoint, Point3D pt)
double
Point3D. dotProduct(Point3D other)
boolean
Point3D. equals(Point3D other)
(package private) void
MultiPath. lineTo(Point3D endPoint)
void
MultiPathImpl. lineTo(Point3D endPoint)
void
Envelope2D. merge(Point3D pt)
void
Envelope3D. merge(Point3D pt)
void
Envelope3D. move(Point3D vector)
(package private) void
MultiPath. queryCoordinates(Point3D[] dst)
(package private) void
MultiPoint. queryCoordinates(Point3D[] dst)
(package private) abstract void
MultiVertexGeometry. queryCoordinates(Point3D[] dst)
Queries XYZ coordinates as an array.void
MultiVertexGeometryImpl. queryCoordinates(Point3D[] dst)
(package private) int
MultiVertexGeometryImpl. QueryCoordinates(Point3D[] dst, int dstSize, int beginIndex, int endIndex)
void
Envelope3D. queryCorners(Point3D[] corners)
void
Point3D. scale(double f, Point3D other)
void
Envelope3D. setCoords(Point3D center, double width, double height, double depth)
void
Point3D. setCoords(Point3D other)
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.(package private) void
MultiPath. setXYZ(int index, Point3D pt)
(package private) void
MultiPoint. setXYZ(int index, Point3D pt)
(package private) abstract void
MultiVertexGeometry. setXYZ(int index, Point3D pt)
Sets XYZ coordinates of the given vertex of the Geometry.void
MultiVertexGeometryImpl. setXYZ(int index, Point3D pt)
void
Point. setXYZ(Point3D pt)
Sets the XYZ coordinates of this point.(package private) void
MultiPath. startPath(Point3D point)
void
MultiPathImpl. startPath(Point3D point)
void
Point3D. sub(Point3D other)
void
Point3D. sub(Point3D p1, Point3D p2)
Point3D
Transformation3D. transform(Point3D src)
void
Transformation3D. transform(Point3D[] points, int start, int count)
void
Transformation3D. transform(Point3D[] pointsIn, int count, Point3D[] pointsOut)
Constructors in com.esri.core.geometry with parameters of type Point3D Constructor Description Point3D(Point3D other)
-