- Point - Static variable in interface com.esri.core.geometry.Geometry.GeometryType
-
- Point - Class in com.esri.core.geometry
-
A Point is a zero-dimensional object that represents a specific (X,Y)
location in a two-dimensional XY-Plane.
- Point() - Constructor for class com.esri.core.geometry.Point
-
Creates an empty 2D point.
- Point(VertexDescription) - Constructor for class com.esri.core.geometry.Point
-
- Point(double, double) - Constructor for class com.esri.core.geometry.Point
-
Creates a 2D Point with specified X and Y coordinates.
- Point(Point2D) - Constructor for class com.esri.core.geometry.Point
-
- Point(double, double, double) - Constructor for class com.esri.core.geometry.Point
-
Creates a 3D point with specified X, Y and Z coordinates.
- Point2D - Class in com.esri.core.geometry
-
Basic 2D point class.
- Point2D() - Constructor for class com.esri.core.geometry.Point2D
-
- Point2D(double, double) - Constructor for class com.esri.core.geometry.Point2D
-
- Point2D(Point2D) - Constructor for class com.esri.core.geometry.Point2D
-
- Point3D - Class in com.esri.core.geometry
-
Basic 3D point class.
- Point3D() - Constructor for class com.esri.core.geometry.Point3D
-
- Point3D(Point3D) - Constructor for class com.esri.core.geometry.Point3D
-
- Point3D(double, double, double) - Constructor for class com.esri.core.geometry.Point3D
-
- pointN(int) - Method in class com.esri.core.geometry.ogc.OGCLinearRing
-
- pointN(int) - Method in class com.esri.core.geometry.ogc.OGCLineString
-
Returns the specified Point N in this LineString.
- pointOnSurface() - Method in class com.esri.core.geometry.ogc.OGCMultiSurface
-
- pointOnSurface() - Method in class com.esri.core.geometry.ogc.OGCSurface
-
- Polygon - Static variable in interface com.esri.core.geometry.Geometry.GeometryType
-
- Polygon - Class in com.esri.core.geometry
-
A polygon is a collection of one or many interior or exterior rings.
- Polygon() - Constructor for class com.esri.core.geometry.Polygon
-
Creates a polygon.
- Polygon(VertexDescription) - Constructor for class com.esri.core.geometry.Polygon
-
- Polygon.FillRule - Interface in com.esri.core.geometry
-
- Polyline - Static variable in interface com.esri.core.geometry.Geometry.GeometryType
-
- Polyline - Class in com.esri.core.geometry
-
A polyline is a collection of one or many paths.
- Polyline() - Constructor for class com.esri.core.geometry.Polyline
-
Creates an empty polyline.
- Polyline(VertexDescription) - Constructor for class com.esri.core.geometry.Polyline
-
- Polyline(Point, Point) - Constructor for class com.esri.core.geometry.Polyline
-
Creates a polyline with one line segment.
- POSITION - Static variable in interface com.esri.core.geometry.VertexDescription.Semantics
-
- prepare_for_ops_(GeometryCursor, SpatialReference) - Static method in class com.esri.core.geometry.OGCStructureInternal
-
- previousPath() - Method in class com.esri.core.geometry.SegmentIterator
-
Moves the iterator to the previous path.
- previousSegment() - Method in class com.esri.core.geometry.SegmentIterator
-
Moves the iterator to previous segment and returns the segment.
- progress(int, int) - Method in class com.esri.core.geometry.ProgressTracker
-
Periodically called by a lengthy operation to check if the caller requested to cancel.
- ProgressTracker - Class in com.esri.core.geometry
-
A callback to provide progress and cancel tracking mechanism for lengthy operation.
- ProgressTracker() - Constructor for class com.esri.core.geometry.ProgressTracker
-
- Proximity2DResult - Class in com.esri.core.geometry
-
Proximity operators are used to find the distance between two geometries or
the distance from a given point to the nearest point on another geometry.
- PtSrlzr - Class in com.esri.core.geometry
-
- PtSrlzr() - Constructor for class com.esri.core.geometry.PtSrlzr
-