- calculateArea2D() - Method in class com.esri.core.geometry.Envelope
-  
- calculateArea2D() - Method in class com.esri.core.geometry.Geometry
- 
Calculates the area of the geometry. 
- calculateArea2D() - Method in class com.esri.core.geometry.MultiPath
-  
- calculateArea2D() - Method in class com.esri.core.geometry.Segment
-  
- calculateLength2D() - Method in class com.esri.core.geometry.Envelope
-  
- calculateLength2D() - Method in class com.esri.core.geometry.Geometry
- 
Calculates the length of the geometry. 
- calculateLength2D() - Method in class com.esri.core.geometry.Line
-  
- calculateLength2D() - Method in class com.esri.core.geometry.MultiPath
-  
- calculatePathLength2D(int) - Method in class com.esri.core.geometry.MultiPath
-  
- calculateRingArea2D(int) - Method in class com.esri.core.geometry.Polygon
- 
Calculates the ring area for this ring. 
- canAccelerateGeometry(Geometry) - Method in class com.esri.core.geometry.Operator
- 
Returns true if the geometry can be accelerated. 
- canAccelerateGeometry(Geometry) - Method in class com.esri.core.geometry.OperatorRelate
-  
- canAccelerateGeometry(Geometry) - Method in class com.esri.core.geometry.OperatorSimpleRelation
-  
- centerAt(Point, double, double) - Method in class com.esri.core.geometry.Envelope
- 
Sets the envelope's corners to be centered around the specified point,
 using its center, width, and height. 
- centerAt(Point) - Method in class com.esri.core.geometry.Envelope
- 
Centers the envelope around the specified point preserving the envelope's
 width and height. 
- centerAt(double, double) - Method in class com.esri.core.geometry.Envelope2D
-  
- centerAt(Point) - Method in class com.esri.core.geometry.Envelope2D
-  
- centroid() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- checkAndThrow(ProgressTracker) - Static method in class com.esri.core.geometry.ProgressTracker
- 
Checks the tracker and throws UserCancelException if tracker is not null and progress returns false 
- clip(Geometry, Envelope, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
- 
Calculates the clipped geometry from a target geometry using an envelope. 
- clipLine(Point2D, Point2D) - Method in class com.esri.core.geometry.Envelope2D
-  
- closeAllPaths() - Method in class com.esri.core.geometry.MultiPath
- 
Closes all open paths by adding an implicit line segment from the end
 point to the start point. 
- closePathWithLine() - Method in class com.esri.core.geometry.MultiPath
- 
Closes the last path of this multipath with a line segment. 
- com.esri.core.geometry - package com.esri.core.geometry
-  
- com.esri.core.geometry.ogc - package com.esri.core.geometry.ogc
-  
- CombineOperator - Interface in com.esri.core.geometry
- 
Interface for operators that act on two geometries to produce a new geometry as result. 
- compare(Point2D) - Method in class com.esri.core.geometry.Point2D
- 
Compares two vertices lexicographically by y. 
- compareVectors(Point2D, Point2D) - Static method in class com.esri.core.geometry.Point2D
- 
Assume vector v1 and v2 have same origin. 
- construct(double, double, double, double) - Static method in class com.esri.core.geometry.Envelope2D
-  
- construct(Envelope2D) - Static method in class com.esri.core.geometry.Envelope2D
-  
- construct(double, double, double, double, double, double) - Static method in class com.esri.core.geometry.Envelope3D
-  
- construct(Envelope1D, Envelope1D, Envelope1D) - Method in class com.esri.core.geometry.Envelope3D
-  
- construct(double, double) - Static method in class com.esri.core.geometry.Point2D
-  
- construct(double, double, double) - Static method in class com.esri.core.geometry.Point3D
-  
- contains(Point) - Method in class com.esri.core.geometry.Envelope
- 
Checks if this envelope contains (covers) the specified point. 
- contains(Envelope) - Method in class com.esri.core.geometry.Envelope
- 
Checks if this envelope contains (covers) other envelope. 
- contains(double) - Method in class com.esri.core.geometry.Envelope1D
-  
- contains(Envelope1D) - Method in class com.esri.core.geometry.Envelope1D
- 
Returns True if the envelope contains the other envelope (boundary
 inclusive). 
- contains(Point) - Method in class com.esri.core.geometry.Envelope2D
-  
- contains(Point2D) - Method in class com.esri.core.geometry.Envelope2D
-  
- contains(double, double) - Method in class com.esri.core.geometry.Envelope2D
-  
- contains(Envelope2D) - Method in class com.esri.core.geometry.Envelope2D
- 
Returns True if the envelope contains the other envelope (boundary
 inclusive). 
- contains(Envelope3D) - Method in class com.esri.core.geometry.Envelope3D
- 
Returns True if the envelope contains the other envelope (boundary
 inclusive). 
- contains(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
- 
Indicates if one geometry contains another geometry. 
- contains(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-  
- contains(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- containsExclusive(double, double) - Method in class com.esri.core.geometry.Envelope2D
- 
Returns True if the envelope contains the point (boundary exclusive). 
- containsExclusive(Point2D) - Method in class com.esri.core.geometry.Envelope2D
- 
Returns True if the envelope contains the point (boundary exclusive). 
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-  
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCGeometry
- 
Converts this Geometry to the OGCMulti* if it is not OGCMulti* or
 OGCGeometryCollection already. 
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCLineString
-  
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCMultiLineString
-  
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCMultiPoint
-  
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCMultiPolygon
-  
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCPoint
-  
- convertToMulti() - Method in class com.esri.core.geometry.ogc.OGCPolygon
-  
- convexHull(Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
- 
Calculates the convex hull geometry. 
- convexHull(Geometry[], boolean) - Static method in class com.esri.core.geometry.GeometryEngine
- 
Calculates the convex hull. 
- convexHull() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-  
- convexHull() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- coordinateDimension() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-  
- coordinateDimension() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- copy() - Method in class com.esri.core.geometry.Geometry
- 
Creates a copy of the geometry. 
- copy() - Method in class com.esri.core.geometry.SegmentIterator
- 
Copies this SegmentIterator. 
- copy() - Method in class com.esri.core.geometry.Transformation2D
- 
Returns a copy of the Transformation2D object. 
- copyTo(Geometry) - Method in class com.esri.core.geometry.Envelope
-  
- copyTo(Envelope2D) - Method in class com.esri.core.geometry.Envelope3D
-  
- copyTo(Geometry) - Method in class com.esri.core.geometry.Geometry
- 
Copies this geometry to another geometry of the same type. 
- copyTo(Geometry) - Method in class com.esri.core.geometry.MultiPath
-  
- copyTo(Geometry) - Method in class com.esri.core.geometry.MultiPoint
-  
- copyTo(Geometry) - Method in class com.esri.core.geometry.Point
-  
- copyTo(Geometry) - Method in class com.esri.core.geometry.Segment
-  
- create(Geometry, double, int) - Static method in class com.esri.core.geometry.RasterizedGeometry2D
- 
Creates a rasterized geometry from a given Geometry. 
- create(int) - Static method in class com.esri.core.geometry.SpatialReference
- 
Creates an instance of the spatial reference based on the provided well
 known ID for the horizontal coordinate system. 
- create(String) - Static method in class com.esri.core.geometry.SpatialReference
- 
Creates an instance of the spatial reference based on the provided well
 known text representation for the horizontal coordinate system. 
- createFromEsriCursor(GeometryCursor, SpatialReference) - Static method in class com.esri.core.geometry.ogc.OGCGeometry
- 
Create an OGCGeometry instance from the GeometryCursor. 
- createFromEsriCursor(GeometryCursor, SpatialReference, boolean) - Static method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- createFromEsriGeometry(Geometry, SpatialReference) - Static method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- createFromEsriGeometry(Geometry, SpatialReference, boolean) - Static method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- createFromOGCStructure(OGCStructure, SpatialReference) - Static method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- createFromString(String) - Static method in class com.esri.core.geometry.JsonParserReader
- 
Creates a JsonReader for the string. 
- createFromStringNNT(String) - Static method in class com.esri.core.geometry.JsonParserReader
- 
Creates a JsonReader for the string. 
- createInstance() - Method in class com.esri.core.geometry.Envelope
-  
- createInstance() - Method in class com.esri.core.geometry.Geometry
- 
Creates an instance of an empty geometry of the same type. 
- createInstance() - Method in class com.esri.core.geometry.Line
-  
- createInstance() - Method in class com.esri.core.geometry.MultiPoint
-  
- createInstance() - Method in class com.esri.core.geometry.Point
-  
- createInstance() - Method in class com.esri.core.geometry.Polygon
-  
- createInstance() - Method in class com.esri.core.geometry.Polyline
-  
- crosses(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
- 
Indicates if one geometry crosses another geometry. 
- crosses(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-  
- crosses(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-  
- crossProduct(Point2D) - Method in class com.esri.core.geometry.Point2D
-  
- currentBooleanValue() - Method in class com.esri.core.geometry.JsonParserReader
-  
- currentBooleanValue() - Method in interface com.esri.core.geometry.JsonReader
-  
- currentDoubleValue() - Method in class com.esri.core.geometry.JsonParserReader
-  
- currentDoubleValue() - Method in interface com.esri.core.geometry.JsonReader
-  
- currentIntValue() - Method in class com.esri.core.geometry.JsonParserReader
-  
- currentIntValue() - Method in interface com.esri.core.geometry.JsonReader
-  
- currentString() - Method in class com.esri.core.geometry.JsonParserReader
-  
- currentString() - Method in interface com.esri.core.geometry.JsonReader
-  
- currentToken() - Method in class com.esri.core.geometry.JsonParserReader
-  
- currentToken() - Method in interface com.esri.core.geometry.JsonReader
-  
- cut(Geometry, Polyline, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
- 
Calculates the cut geometry from a target geometry using a polyline. 
- cut(double, double) - Method in class com.esri.core.geometry.Line
-  
- cut(double, double) - Method in class com.esri.core.geometry.Segment
- 
Returns subsegment between parameters t1 and t2.