Uses of Class
com.esri.core.geometry.Point3D
Packages that use Point3D
-
Uses of Point3D in com.esri.core.geometry
Methods in com.esri.core.geometry that return Point3DModifier and TypeMethodDescriptionprivate 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.Segment.getEndXYZ()
Returns XYZ coordinates of the end point.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.MultiVertexGeometryImpl.getXYZ
(int index) Point.getXYZ()
Returns XYZ coordinates of the point.Methods in com.esri.core.geometry with parameters of type Point3DModifier and TypeMethodDescriptionprivate void
double
Point3D.dotProduct
(Point3D other) boolean
(package private) void
void
void
void
void
(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
void
void
void
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
(package private) void
(package private) abstract void
Sets XYZ coordinates of the given vertex of the Geometry.void
void
Sets the XYZ coordinates of this point.(package private) void
void
void
void
void
void
Constructors in com.esri.core.geometry with parameters of type Point3D