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 TypeMethodDescriptionstatic Point3DPoint3D.construct(double x, double y, double z) Segment.getEndXYZ()Returns XYZ coordinates of the end point.Segment.getStartXYZ()Returns XYZ coordinates of the start point.Point.getXYZ()Returns XYZ coordinates of the point.Methods in com.esri.core.geometry with parameters of type Point3DModifier and TypeMethodDescriptiondoublePoint3D.dotProduct(Point3D other) booleanvoidvoidvoidvoidEnvelope3D.queryCorners(Point3D[] corners) voidvoidvoidvoidSets the XYZ coordinates of the end point.voidEnvelope3D.setFromPoints(Point3D[] points) voidSegment.setStartXYZ(Point3D pt) Sets the XYZ coordinates of the start point.voidSets the XYZ coordinates of this point.voidvoidvoidvoidConstructors in com.esri.core.geometry with parameters of type Point3D