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 Point3DSegment. _getXYZ(int endPoint)static Point3DPoint3D. construct(double x, double y, double z)(package private) Point3D[]MultiVertexGeometry. getCoordinates3D()Returns XYZ coordinates as an array.Point3DSegment. getEndXYZ()Returns XYZ coordinates of the end point.Point3DSegment. getStartXYZ()Returns XYZ coordinates of the start point.(package private) Point3DMultiPath. getXYZ(int index)(package private) Point3DMultiPoint. getXYZ(int index)(package private) abstract Point3DMultiVertexGeometry. getXYZ(int index)Returns XYZ coordinates of the given vertex of the Geometry.Point3DMultiVertexGeometryImpl. getXYZ(int index)Point3DPoint. getXYZ()Returns XYZ coordinates of the point.Point3DTransformation3D. transform(Point3D src)Methods in com.esri.core.geometry with parameters of type Point3D Modifier and Type Method Description private voidSegment. _setXYZ(int endPoint, Point3D pt)doublePoint3D. dotProduct(Point3D other)booleanPoint3D. equals(Point3D other)(package private) voidMultiPath. lineTo(Point3D endPoint)voidMultiPathImpl. lineTo(Point3D endPoint)voidEnvelope2D. merge(Point3D pt)voidEnvelope3D. merge(Point3D pt)voidEnvelope3D. move(Point3D vector)(package private) voidMultiPath. queryCoordinates(Point3D[] dst)(package private) voidMultiPoint. queryCoordinates(Point3D[] dst)(package private) abstract voidMultiVertexGeometry. queryCoordinates(Point3D[] dst)Queries XYZ coordinates as an array.voidMultiVertexGeometryImpl. queryCoordinates(Point3D[] dst)(package private) intMultiVertexGeometryImpl. QueryCoordinates(Point3D[] dst, int dstSize, int beginIndex, int endIndex)voidEnvelope3D. queryCorners(Point3D[] corners)voidPoint3D. scale(double f, Point3D other)voidEnvelope3D. setCoords(Point3D center, double width, double height, double depth)voidPoint3D. setCoords(Point3D other)voidSegment. setEndXYZ(Point3D pt)Sets the XYZ coordinates of the end point.voidEnvelope3D. setFromPoints(Point3D[] points)voidSegment. setStartXYZ(Point3D pt)Sets the XYZ coordinates of the start point.(package private) voidMultiPath. setXYZ(int index, Point3D pt)(package private) voidMultiPoint. setXYZ(int index, Point3D pt)(package private) abstract voidMultiVertexGeometry. setXYZ(int index, Point3D pt)Sets XYZ coordinates of the given vertex of the Geometry.voidMultiVertexGeometryImpl. setXYZ(int index, Point3D pt)voidPoint. setXYZ(Point3D pt)Sets the XYZ coordinates of this point.(package private) voidMultiPath. startPath(Point3D point)voidMultiPathImpl. startPath(Point3D point)voidPoint3D. sub(Point3D other)voidPoint3D. sub(Point3D p1, Point3D p2)Point3DTransformation3D. transform(Point3D src)voidTransformation3D. transform(Point3D[] points, int start, int count)voidTransformation3D. transform(Point3D[] pointsIn, int count, Point3D[] pointsOut)Constructors in com.esri.core.geometry with parameters of type Point3D Constructor Description Point3D(Point3D other)
-