- 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.
- EllipticArc - Static variable in interface com.esri.core.geometry.Geometry.GeometryType
-
- endPoint() - Method in class com.esri.core.geometry.ogc.OGCCurve
-
- endPoint() - Method in class com.esri.core.geometry.ogc.OGCLineString
-
- enumFillRuleOddEven - Static variable in interface com.esri.core.geometry.Polygon.FillRule
-
odd-even fill rule.
- enumFillRuleWinding - Static variable in interface com.esri.core.geometry.Polygon.FillRule
-
winding fill rule (aka non-zero winding rule).
- Envelope - Class in com.esri.core.geometry
-
An envelope is an axis-aligned rectangle.
- Envelope(Point, double, double) - Constructor for class com.esri.core.geometry.Envelope
-
Creates an envelope by defining its center, width, and height.
- Envelope(Envelope2D) - Constructor for class com.esri.core.geometry.Envelope
-
- Envelope(VertexDescription) - Constructor for class com.esri.core.geometry.Envelope
-
- Envelope(VertexDescription, Envelope2D) - Constructor for class com.esri.core.geometry.Envelope
-
- Envelope() - Constructor for class com.esri.core.geometry.Envelope
-
Constructs an empty envelope.
- Envelope(Point) - Constructor for class com.esri.core.geometry.Envelope
-
Constructs an envelope that covers the given point.
- Envelope(double, double, double, double) - Constructor for class com.esri.core.geometry.Envelope
-
Constructs an envelope with the specified X and Y extents.
- Envelope - Static variable in interface com.esri.core.geometry.Geometry.GeometryType
-
- envelope() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- envelope() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- Envelope1D - Class in com.esri.core.geometry
-
A 1-dimensional interval.
- Envelope1D() - Constructor for class com.esri.core.geometry.Envelope1D
-
- Envelope1D(double, double) - Constructor for class com.esri.core.geometry.Envelope1D
-
- Envelope1D(Envelope1D) - Constructor for class com.esri.core.geometry.Envelope1D
-
- Envelope2D - Class in com.esri.core.geometry
-
An axis parallel 2-dimensional rectangle.
- Envelope2D() - Constructor for class com.esri.core.geometry.Envelope2D
-
- Envelope2D(double, double, double, double) - Constructor for class com.esri.core.geometry.Envelope2D
-
- Envelope2D(Envelope2D) - Constructor for class com.esri.core.geometry.Envelope2D
-
- Envelope3D - Class in com.esri.core.geometry
-
A class that represents axis parallel 3D rectangle.
- Envelope3D(double, double, double, double, double, double) - Constructor for class com.esri.core.geometry.Envelope3D
-
- Envelope3D() - Constructor for class com.esri.core.geometry.Envelope3D
-
- Envelope3D(Envelope3D) - Constructor for class com.esri.core.geometry.Envelope3D
-
- EnvSrlzr - Class in com.esri.core.geometry
-
- EnvSrlzr() - Constructor for class com.esri.core.geometry.EnvSrlzr
-
- equals(Object) - Method in class com.esri.core.geometry.Envelope
-
Returns TRUE when this geometry has exactly same type, properties, and
coordinates as the other geometry.
- equals(Object) - Method in class com.esri.core.geometry.Envelope1D
-
- equals(Object) - Method in class com.esri.core.geometry.Envelope2D
-
- equals(Object) - Method in class com.esri.core.geometry.Envelope3D
-
- equals(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
-
Indicates if two geometries are equal.
- equals(Object) - Method in class com.esri.core.geometry.Line
-
- equals(Object) - Method in class com.esri.core.geometry.MapGeometry
-
- equals(Object) - Method in class com.esri.core.geometry.MultiPoint
-
Returns TRUE when this geometry has exactly same type, properties, and
coordinates as the other geometry.
- equals(Object) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- Equals(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- Equals(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
OGC equals.
- equals(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
Deprecated.
- equals(Object) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- equals(Object) - Method in class com.esri.core.geometry.Point
-
Returns TRUE when this geometry has exactly same type, properties, and
coordinates as the other geometry.
- equals(Point2D) - Method in class com.esri.core.geometry.Point2D
-
- equals(Object) - Method in class com.esri.core.geometry.Point2D
-
- equals(Object) - Method in class com.esri.core.geometry.Polygon
-
Returns TRUE when this geometry has exactly same type, properties, and
coordinates as the other geometry.
- equals(Object) - Method in class com.esri.core.geometry.Polyline
-
Returns TRUE when this geometry has exactly same type, properties, and
coordinates as the other geometry.
- equals(Object) - Method in class com.esri.core.geometry.Transformation2D
-
Returns True when all members of this transformation are equal to the
corresponding members of the other.
- equals(Object) - Method in class com.esri.core.geometry.VertexDescription
-
- esriSR - Variable in class com.esri.core.geometry.ogc.OGCGeometry
-
SpatialReference of the Geometry.
- estimateMemorySize() - Method in class com.esri.core.geometry.Envelope
-
- estimateMemorySize() - Method in class com.esri.core.geometry.Envelope2D
-
- estimateMemorySize() - Method in class com.esri.core.geometry.Geometry
-
Returns an estimate of this object size in bytes.
- estimateMemorySize(double[]) - Static method in class com.esri.core.geometry.Geometry
-
- estimateMemorySize() - Method in class com.esri.core.geometry.Line
-
- estimateMemorySize() - Method in class com.esri.core.geometry.MapGeometry
-
Returns an estimate of this object size in bytes.
- estimateMemorySize() - Method in class com.esri.core.geometry.MultiPoint
-
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
Returns an estimate of this object size in bytes.
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCLineString
-
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCMultiLineString
-
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCMultiPoint
-
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCMultiPolygon
-
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCPoint
-
- estimateMemorySize() - Method in class com.esri.core.geometry.ogc.OGCPolygon
-
- estimateMemorySize() - Method in class com.esri.core.geometry.Point
-
- estimateMemorySize() - Method in class com.esri.core.geometry.Polygon
-
- estimateMemorySize() - Method in class com.esri.core.geometry.Polyline
-
- EVEN_ODD - Static variable in class com.esri.core.geometry.SimpleRasterizer
-
Even odd fill rule
- execute(Geometry, Geometry, SpatialReference, ProgressTracker) - Method in interface com.esri.core.geometry.CombineOperator
-
Operation on two geometries, returning a third.
- execute(GeometryCursor, ProgressTracker) - Method in class com.esri.core.geometry.OperatorBoundary
-
Calculates the boundary geometry.
- execute(Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorBoundary
-
Calculates the boundary.
- execute(GeometryCursor, SpatialReference, double[], boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorBuffer
-
Creates a buffer around the input geometries
- execute(Geometry, SpatialReference, double, ProgressTracker) - Method in class com.esri.core.geometry.OperatorBuffer
-
Creates a buffer around the input geometry
- execute(Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorCentroid2D
-
- execute(Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorCentroid2DLocal
-
- execute(GeometryCursor, Envelope2D, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorClip
-
Performs the Clip operation on the geometry set.
- execute(Geometry, Envelope2D, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorClip
-
Performs the Clip operation on a single geometry.
- execute(GeometryCursor, boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorConvexHull
-
Calculates the convex hull.
- execute(Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorConvexHull
-
Calculates the convex hull geometry.
- execute(boolean, Geometry, Polyline, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorCut
-
Performs the Cut operation on a geometry.
- execute(GeometryCursor, double, ProgressTracker) - Method in class com.esri.core.geometry.OperatorDensifyByLength
-
Performs the Densify operation on the geometry set.
- execute(Geometry, double, ProgressTracker) - Method in class com.esri.core.geometry.OperatorDensifyByLength
-
Performs the Densify operation on the geometry set.
- execute(GeometryCursor, GeometryCursor, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorDifference
-
Performs the Topological Difference operation on the geometry set.
- execute(Geometry, Geometry, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorDifference
-
Performs the Topological Difference operation on the two geometries.
- execute(Geometry, Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorDistance
-
Calculates distance between two geometries.
- execute(int, Geometry) - Method in class com.esri.core.geometry.OperatorExportToESRIShape
-
Performs the ExportToESRIShape operation.
- execute(int, Geometry, ByteBuffer) - Method in class com.esri.core.geometry.OperatorExportToESRIShape
-
Performs the ExportToESRIShape operation.
- execute(SpatialReference, GeometryCursor) - Method in class com.esri.core.geometry.OperatorExportToGeoJson
-
Performs the ExportToGeoJson operation
- execute(SpatialReference, Geometry) - Method in class com.esri.core.geometry.OperatorExportToGeoJson
-
Performs the ExportToGeoJson operation
- execute(int, SpatialReference, Geometry) - Method in class com.esri.core.geometry.OperatorExportToGeoJson
-
Performs the ExportToGeoJson operation
- execute(Geometry) - Method in class com.esri.core.geometry.OperatorExportToGeoJson
-
Performs the ExportToGeoJson operation.
- execute(SpatialReference, GeometryCursor) - Method in class com.esri.core.geometry.OperatorExportToJson
-
Performs the ExportToJson operation
- execute(SpatialReference, Geometry) - Method in class com.esri.core.geometry.OperatorExportToJson
-
Performs the ExportToJson operation
- execute(SpatialReference, Geometry, Map<String, Object>) - Method in class com.esri.core.geometry.OperatorExportToJson
-
Performs the ExportToJson operation
- execute(int, Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorExportToWkb
-
Performs the ExportToWKB operation.
- execute(int, Geometry, ByteBuffer, ProgressTracker) - Method in class com.esri.core.geometry.OperatorExportToWkb
-
Performs the ExportToWKB operation.
- execute(int, Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorExportToWkt
-
- execute(GeometryCursor, double, boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorGeneralize
-
Performs the Generalize operation on a geometry set.
- execute(Geometry, double, boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorGeneralize
-
Performs the Generalize operation on a single geometry.
- execute(int, Geometry.Type, ByteBuffer) - Method in class com.esri.core.geometry.OperatorImportFromESRIShape
-
Performs the ImportFromESRIShape operation.
- execute(int, Geometry.Type, JsonReader, ProgressTracker) - Method in class com.esri.core.geometry.OperatorImportFromGeoJson
-
Performs the ImportFromGeoJson operation.
- execute(int, Geometry.Type, String, ProgressTracker) - Method in class com.esri.core.geometry.OperatorImportFromGeoJson
-
Deprecated, use version without import_flags.
- execute(Geometry.Type, JsonReader) - Method in class com.esri.core.geometry.OperatorImportFromJson
-
Performs the ImportFromJson operation on a single Json string
- execute(Geometry.Type, String) - Method in class com.esri.core.geometry.OperatorImportFromJson
-
Performs the ImportFromJson operation on a single Json string
- execute(int, Geometry.Type, ByteBuffer, ProgressTracker) - Method in class com.esri.core.geometry.OperatorImportFromWkb
-
Performs the ImportFromWKB operation.
- execute(int, Geometry.Type, String, ProgressTracker) - Method in class com.esri.core.geometry.OperatorImportFromWkt
-
Performs the ImportFromWkt operation.
- execute(GeometryCursor, GeometryCursor, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorIntersection
-
Performs the Topological Intersection operation on the geometry set.
- execute(GeometryCursor, GeometryCursor, SpatialReference, ProgressTracker, int) - Method in class com.esri.core.geometry.OperatorIntersection
-
Performs the Topological intersection operation on the geometry set.
- execute(Geometry, Geometry, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorIntersection
-
Performs the Topological Intersection operation on the geometry.
- execute(GeometryCursor, SpatialReference, double, OperatorOffset.JoinType, double, double, ProgressTracker) - Method in class com.esri.core.geometry.OperatorOffset
-
Creates offset version of the input geometries.
- execute(Geometry, SpatialReference, double, OperatorOffset.JoinType, double, double, ProgressTracker) - Method in class com.esri.core.geometry.OperatorOffset
-
Creates offset version of the input geometry.
- execute(Geometry, Geometry, SpatialReference, String, ProgressTracker) - Method in class com.esri.core.geometry.OperatorRelate
-
Performs the Relation operation between two geometries using the DE-9IM matrix encoded as a string.
- execute(Geometry, Geometry, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimpleRelation
-
Performs the given relation operation between two geometries.
- execute(GeometryCursor, SpatialReference, boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimplify
-
Performs the Simplify operation on the geometry cursor.
- execute(Geometry, SpatialReference, boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimplify
-
Performs the Simplify operation on the geometry.
- execute(GeometryCursor, SpatialReference, boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimplifyOGC
-
Processes geometry cursor to ensure its geometries are simple for OGC specification.
- execute(Geometry, SpatialReference, boolean, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimplifyOGC
-
Processes geometry to ensure it is simple for OGC specification.
- execute(GeometryCursor, GeometryCursor, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSymmetricDifference
-
Performs the Symmetric Difference operation on the geometry set.
- execute(Geometry, Geometry, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSymmetricDifference
-
Performs the Symmetric Difference operation on the two geometries.
- execute(GeometryCursor, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorUnion
-
Performs the Topological Union operation on the geometry set.
- execute(Geometry, Geometry, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorUnion
-
Performs the Topological Union operation on two geometries.
- executeOGC(int, String, ProgressTracker) - Method in class com.esri.core.geometry.OperatorImportFromGeoJson
-
Performs the ImportFromGeoJson operation.
- executeOGC(int, ByteBuffer, ProgressTracker) - Method in class com.esri.core.geometry.OperatorImportFromWkb
-
Performs the ImportFromWkb operation.
- executeOGC(int, String, ProgressTracker) - Method in class com.esri.core.geometry.OperatorImportFromWkt
-
Performs the ImportFromWkt operation.
- exportSpatialReference(int, SpatialReference) - Method in class com.esri.core.geometry.OperatorExportToGeoJson
-
Performs the ExportToGeoJson operation on a spatial reference.
- exteriorRing() - Method in class com.esri.core.geometry.ogc.OGCPolygon
-
Returns the exterior ring of this Polygon.
- extractScaleTransform(Transformation2D, Transformation2D) - Method in class com.esri.core.geometry.Transformation2D
-
Extracts scaling part of the transformation.
- GenericGeometrySerializer - Class in com.esri.core.geometry
-
- GenericGeometrySerializer() - Constructor for class com.esri.core.geometry.GenericGeometrySerializer
-
- geodesicDistanceOnWGS84(Point, Point) - Static method in class com.esri.core.geometry.GeometryEngine
-
A geodesic distance is the shortest distance between any two points on the earth's surface when the earth's
surface is approximated by a spheroid.
- geoJsonExportDefaults - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportFailIfNotSimple - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- GeoJsonExportFlags - Interface in com.esri.core.geometry
-
- geoJsonExportPrecision0 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision1 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision10 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision11 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision12 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision13 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision14 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision15 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision16 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision2 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision3 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision4 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision5 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision6 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision7 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision8 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecision9 - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPrecisionFixedPoint - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportPreferMultiGeometry - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
Export MultiXXX geometries every time, by default it will export the minimum required type.
- geoJsonExportSkipCRS - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportStripMs - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonExportStripZs - Static variable in interface com.esri.core.geometry.GeoJsonExportFlags
-
- geoJsonImportDefaults - Static variable in interface com.esri.core.geometry.GeoJsonImportFlags
-
- GeoJsonImportFlags - Interface in com.esri.core.geometry
-
- geoJsonImportNonTrusted - Static variable in interface com.esri.core.geometry.GeoJsonImportFlags
-
Deprecated.
- geoJsonImportNoWGS84Default - Static variable in interface com.esri.core.geometry.GeoJsonImportFlags
-
If set, and the geojson does not have a spatial reference, the result geometry will not have one too, otherwise
it'll assume WGS84.
- geoJsonImportSkipCRS - Static variable in interface com.esri.core.geometry.GeoJsonImportFlags
-
If set, the import will skip CRS.
- geoJsonToGeometry(String, int, Geometry.Type) - Static method in class com.esri.core.geometry.GeometryEngine
-
Imports the MapGeometry from its JSON representation.
- Geometry - Class in com.esri.core.geometry
-
Common properties and methods shared by all geometric objects.
- Geometry.GeometryAccelerationDegree - Enum in com.esri.core.geometry
-
Describes the degree of acceleration of the geometry.
- Geometry.GeometryType - Interface in com.esri.core.geometry
-
Geometry types
- Geometry.Type - Enum in com.esri.core.geometry
-
The type of this geometry.
- GeometryCursor - Class in com.esri.core.geometry
-
An abstract Geometry Cursor class.
- GeometryCursor() - Constructor for class com.esri.core.geometry.GeometryCursor
-
- GeometryCursorAppend - Class in com.esri.core.geometry
-
- GeometryCursorAppend(GeometryCursor, GeometryCursor) - Constructor for class com.esri.core.geometry.GeometryCursorAppend
-
- GeometryEngine - Class in com.esri.core.geometry
-
Provides services that operate on geometry instances.
- GeometryEngine() - Constructor for class com.esri.core.geometry.GeometryEngine
-
- GeometryException - Exception in com.esri.core.geometry
-
A runtime exception raised when a geometry related exception occurs.
- GeometryException(String) - Constructor for exception com.esri.core.geometry.GeometryException
-
Constructs a Geometry Exception with the given error string/message.
- geometryFromEsriShape(byte[], Geometry.Type) - Static method in class com.esri.core.geometry.GeometryEngine
-
Imports geometry from the ESRI shape file format.
- geometryFromWkt(String, int, Geometry.Type) - Static method in class com.esri.core.geometry.GeometryEngine
-
Imports a geometry from a WKT string.
- geometryN(int) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- geometryN(int) - Method in class com.esri.core.geometry.ogc.OGCGeometryCollection
-
Returns the Nth geometry in this GeometryCollection.
- geometryN(int) - Method in class com.esri.core.geometry.ogc.OGCMultiLineString
-
- geometryN(int) - Method in class com.esri.core.geometry.ogc.OGCMultiPoint
-
- geometryN(int) - Method in class com.esri.core.geometry.ogc.OGCMultiPolygon
-
- geometryToEsriShape(Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
-
Exports geometry to the ESRI shape file format.
- geometryToGeoJson(Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
-
- geometryToGeoJson(int, Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
-
Exports the specified geometry instance to its GeoJSON representation.
- geometryToGeoJson(SpatialReference, Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
-
Exports the specified geometry instance to it's JSON representation.
- geometryToJson(int, Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
-
Exports the specified geometry instance to it's JSON representation.
- geometryToJson(SpatialReference, Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
-
Exports the specified geometry instance to it's JSON representation.
- geometryToWkt(Geometry, int) - Static method in class com.esri.core.geometry.GeometryEngine
-
Exports a geometry to a string in WKT format.
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCLineString
-
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCMultiLineString
-
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCMultiPoint
-
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCMultiPolygon
-
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCPoint
-
- geometryType() - Method in class com.esri.core.geometry.ogc.OGCPolygon
-
- getArea() - Method in class com.esri.core.geometry.Envelope2D
-
- getAttributeAsDbl(double, int, int) - Method in class com.esri.core.geometry.Line
-
- getAttributeAsDbl(int, int, int) - Method in class com.esri.core.geometry.MultiPath
-
- getAttributeAsDbl(int, int, int) - Method in class com.esri.core.geometry.MultiPoint
-
- getAttributeAsDbl(int, int) - Method in class com.esri.core.geometry.Point
-
Returns value of the given vertex attribute's ordinate.
- getAttributeAsDbl(double, int, int) - Method in class com.esri.core.geometry.Segment
-
Returns the attribute on the segment for the given parameter value.
- getAttributeAsInt(int, int, int) - Method in class com.esri.core.geometry.MultiPath
-
- getAttributeAsInt(int, int, int) - Method in class com.esri.core.geometry.MultiPoint
-
- getAttributeAsInt(int, int) - Method in class com.esri.core.geometry.Point
-
Returns value of the given vertex attribute's ordinate.
- getAttributeCount() - Method in class com.esri.core.geometry.VertexDescription
-
Returns the attribute count of this description.
- getAttributeIndex(int) - Method in class com.esri.core.geometry.VertexDescription
-
Returns the index the given attribute in the vertex description.
- getBoundary() - Method in class com.esri.core.geometry.Envelope
-
- getBoundary() - Method in class com.esri.core.geometry.Geometry
-
Returns boundary of this geometry.
- getBoundary() - Method in class com.esri.core.geometry.MultiPath
-
- getBoundary() - Method in class com.esri.core.geometry.MultiPoint
-
- getBoundary() - Method in class com.esri.core.geometry.Point
-
- getBoundary() - Method in class com.esri.core.geometry.Segment
-
- getCenter(Point) - Method in class com.esri.core.geometry.Envelope
-
- getCenter() - Method in class com.esri.core.geometry.Envelope
-
Returns the center point of the envelope.
- getCenter() - Method in class com.esri.core.geometry.Envelope1D
-
- getCenter() - Method in class com.esri.core.geometry.Envelope2D
-
Gets the center point of the envelope.
- getCenter2D() - Method in class com.esri.core.geometry.Envelope
-
Gets the center point of the envelope.
- getCenterX() - Method in class com.esri.core.geometry.Envelope
-
The x-coordinate of the center of the envelope.
- getCenterX() - Method in class com.esri.core.geometry.Envelope2D
-
- getCenterXY() - Method in class com.esri.core.geometry.Envelope
-
The x and y-coordinates of the center of the envelope.
- getCenterY() - Method in class com.esri.core.geometry.Envelope
-
The y-coordinate of center of the envelope.
- getCenterY() - Method in class com.esri.core.geometry.Envelope2D
-
- getClosestCoordinate(Point2D, boolean) - Method in class com.esri.core.geometry.Line
-
- getClosestCoordinate(Point2D, boolean) - Method in class com.esri.core.geometry.Segment
-
Finds a closest coordinate on this segment.
- getCoefficients(double[]) - Method in class com.esri.core.geometry.Transformation2D
-
Writes the matrix coefficients in the order XX, XY, XD, YX, YY, YD into
the given array.
- getComponentCount(int) - Static method in class com.esri.core.geometry.VertexDescription
-
Returns the number of the components of the given semantics.
- getContainedSubTreeElementCount(int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the number of elements contained in the subtree rooted at the given quad_handle.
- getCoord2D(double, Point2D) - Method in class com.esri.core.geometry.Line
-
- getCoord2D(double) - Method in class com.esri.core.geometry.Segment
-
Returns the coordinate of the point on this segment for the given
parameter value.
- getCoord2D(double, Point2D) - Method in class com.esri.core.geometry.Segment
-
Returns the coordinate of the point on this segment for the given
parameter value (segments are parametric curves).
- getCoordinate() - Method in class com.esri.core.geometry.Proximity2DResult
-
Returns the closest coordinate for
OperatorProximity2D.getNearestCoordinate or the vertex coordinates for
the OperatorProximity2D.getNearestVertex and
OperatorProximity2D.getNearestVertices.
- getCoordinates2D() - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Returns XY coordinates as an array.
- getDataExtent() - Method in class com.esri.core.geometry.QuadTree
-
Returns the extent of all elements in the quad tree.
- getDefaultValue(int) - Static method in class com.esri.core.geometry.VertexDescription
-
Returns default value for each ordinate of the vertex attribute with
given semantics.
- getDepth() - Method in class com.esri.core.geometry.Envelope3D
-
- getDescription() - Method in class com.esri.core.geometry.Geometry
-
Returns the VertexDescription of this geometry.
- getDescription() - Method in class com.esri.core.geometry.MultiPath
-
- getDescription() - Method in class com.esri.core.geometry.MultiPoint
-
- getDimension() - Method in class com.esri.core.geometry.Envelope
-
- getDimension() - Method in class com.esri.core.geometry.Geometry
-
Returns the topological dimension of the geometry object based on the
geometry's type.
- getDimension() - Method in class com.esri.core.geometry.MultiPoint
-
- getDimension() - Method in class com.esri.core.geometry.Point
-
- getDimension() - Method in class com.esri.core.geometry.Polygon
-
- getDimension() - Method in class com.esri.core.geometry.Polyline
-
- getDimension() - Method in class com.esri.core.geometry.Segment
-
- getDimensionFromType(int) - Static method in class com.esri.core.geometry.Geometry
-
Returns this geometry's dimension.
- getDistance() - Method in class com.esri.core.geometry.Proximity2DResult
-
Returns the distance to the closest vertex or coordinate.
- getElement(int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the element at the given element_handle.
- getElementCount() - Method in class com.esri.core.geometry.QuadTree
-
Returns the number of elements in the QuadTree.
- getElementExtent(int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the element extent at the given element_handle.
- getEndAttributeAsDbl(int, int) - Method in class com.esri.core.geometry.Segment
-
Returns value of the end vertex attribute's ordinate.
- getEndAttributeAsInt(int, int) - Method in class com.esri.core.geometry.Segment
-
Returns the value of the end vertex attribute's ordinate.
- getEndPointIndex() - Method in class com.esri.core.geometry.SegmentIterator
-
Returns the index of the end point of the current segment.
- getEndX() - Method in class com.esri.core.geometry.Segment
-
Returns the X coordinate of ending point.
- getEndXY() - Method in class com.esri.core.geometry.Segment
-
Returns XY coordinates of the end point.
- getEndXY(Point2D) - Method in class com.esri.core.geometry.Segment
-
- getEndXYZ() - Method in class com.esri.core.geometry.Segment
-
Returns XYZ coordinates of the end point.
- getEndY() - Method in class com.esri.core.geometry.Segment
-
Returns the Y coordinate of ending point.
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCLineString
-
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCMultiLineString
-
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCMultiPoint
-
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCMultiPolygon
-
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCPoint
-
- getEsriGeometry() - Method in class com.esri.core.geometry.ogc.OGCPolygon
-
- getEsriGeometryCursor() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- getEsriGeometryCursor() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- getEsriSpatialReference() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- getExtent(int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the extent of the quad at the given quad_handle.
- getExteriorRingCount() - Method in class com.esri.core.geometry.Polygon
-
- getFillRule() - Method in class com.esri.core.geometry.Polygon
-
Fill rule for the polygon that defines the interior of the self intersecting
polygon.
- getGeometry() - Method in class com.esri.core.geometry.MapGeometry
-
Gets the only geometry without the spatial reference from the
MapGeometry.
- getGeometryID() - Method in class com.esri.core.geometry.GeometryCursor
-
Returns the ID of the current geometry.
- getGeometryID() - Method in class com.esri.core.geometry.GeometryCursorAppend
-
- getGeometryID() - Method in class com.esri.core.geometry.ListeningGeometryCursor
-
- getGeometryID() - Method in class com.esri.core.geometry.SimpleGeometryCursor
-
- getHeight() - Method in class com.esri.core.geometry.Envelope
-
The height of the envelope.
- getHeight() - Method in class com.esri.core.geometry.Envelope2D
-
- getHeight() - Method in class com.esri.core.geometry.Envelope3D
-
- getHeight(int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the height of the quad at the given quad_handle.
- getHeight() - Method in class com.esri.core.geometry.SimpleRasterizer
-
- getID() - Method in class com.esri.core.geometry.JsonCursor
-
Returns the ID of the current geometry.
- getID() - Method in class com.esri.core.geometry.Point
-
Returns the ID of this point.
- getID() - Method in class com.esri.core.geometry.SpatialReference
-
Returns the well known ID for the horizontal coordinate system of the
spatial reference.
- getInflated(double, double) - Method in class com.esri.core.geometry.Envelope2D
-
- getInstance() - Static method in class com.esri.core.geometry.OperatorFactoryLocal
-
Returns a reference to the singleton.
- getIntersectionCount(Envelope2D, double, int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the number of elements in the quad tree that intersect the qiven query.
- getIterator(Geometry, double) - Method in class com.esri.core.geometry.QuadTree
-
Gets an iterator on the QuadTree.
- getIterator(Envelope2D, double) - Method in class com.esri.core.geometry.QuadTree
-
Gets an iterator on the QuadTree using the input Envelope2D as the
query.
- getIterator() - Method in class com.esri.core.geometry.QuadTree
-
Gets an iterator on the QuadTree.
- getIterator(Geometry, double, boolean) - Method in class com.esri.core.geometry.QuadTree
-
Gets an iterator on the QuadTree.
- getIterator(Envelope2D, double, boolean) - Method in class com.esri.core.geometry.QuadTree
-
Gets an iterator on the QuadTree using the input Envelope2D as the query.
- getIterator(boolean) - Method in class com.esri.core.geometry.QuadTree
-
Gets an iterator on the QuadTree.
- getLength() - Method in class com.esri.core.geometry.Envelope2D
-
- getLowerLeft() - Method in class com.esri.core.geometry.Envelope
-
Returns the envelope's lower left corner point.
- getLowerLeft() - Method in class com.esri.core.geometry.Envelope2D
-
- getLowerRight() - Method in class com.esri.core.geometry.Envelope
-
Returns the envelope's lower right corner point.
- getLowerRight() - Method in class com.esri.core.geometry.Envelope2D
-
- getM() - Method in class com.esri.core.geometry.Point
-
Returns the attribute M of this point.
- getMaxHeight() - Method in class com.esri.core.geometry.QuadTree
-
Returns the max height the quad tree can grow to.
- getNearestCoordinate(Geometry, Point, boolean) - Static method in class com.esri.core.geometry.GeometryEngine
-
Finds the coordinate of the geometry which is closest to the specified
point.
- getNearestCoordinate(Geometry, Point, boolean, boolean) - Method in class com.esri.core.geometry.OperatorProximity2D
-
Returns the nearest coordinate on the Geometry to the given input point.
- getNearestCoordinate(Geometry, Point, boolean) - Method in class com.esri.core.geometry.OperatorProximity2D
-
Returns the nearest coordinate on the Geometry to the given input point.
- getNearestVertex(Geometry, Point) - Static method in class com.esri.core.geometry.GeometryEngine
-
Finds nearest vertex on the geometry which is closed to the specified
point.
- getNearestVertex(Geometry, Point) - Method in class com.esri.core.geometry.OperatorProximity2D
-
Returns the nearest vertex of the Geometry to the given input point.
- getNearestVertices(Geometry, Point, double, int) - Static method in class com.esri.core.geometry.GeometryEngine
-
Finds all vertices in the given distance from the specified point, sorted
from the closest to the furthest.
- getNearestVertices(Geometry, Point, double, int) - Method in class com.esri.core.geometry.OperatorProximity2D
-
Returns vertices of the Geometry that are closer to the given point than
the given radius.
- getOperator(Operator.Type) - Method in class com.esri.core.geometry.OperatorFactory
-
Returns an operator of the given type.
- getOperator(Operator.Type) - Method in class com.esri.core.geometry.OperatorFactoryLocal
-
- getPathCount() - Method in class com.esri.core.geometry.MultiPath
-
Returns the number of paths in this multipath.
- getPathEnd(int) - Method in class com.esri.core.geometry.MultiPath
-
Returns the index immediately following the last index of the path.
- getPathIndex() - Method in class com.esri.core.geometry.SegmentIterator
-
Returns the index of the current path.
- getPathIndexFromPointIndex(int) - Method in class com.esri.core.geometry.MultiPath
-
Returns the path index from the point index.
- getPathSize(int) - Method in class com.esri.core.geometry.MultiPath
-
Returns the number of vertices in a path.
- getPathStart(int) - Method in class com.esri.core.geometry.MultiPath
-
Returns the start index of the path.
- getPoint(int) - Method in class com.esri.core.geometry.MultiPath
-
- getPoint(int) - Method in class com.esri.core.geometry.MultiPoint
-
- getPoint(int) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Returns given vertex of the Geometry.
- getPoint(int, Point) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Returns given vertex of the Geometry by value.
- getPointByVal(int, Point) - Method in class com.esri.core.geometry.MultiPath
-
- getPointByVal(int, Point) - Method in class com.esri.core.geometry.MultiPoint
-
- getPointByVal(int, Point) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Returns given vertex of the Geometry.
- getPointCount() - Method in class com.esri.core.geometry.MultiPath
-
- getPointCount() - Method in class com.esri.core.geometry.MultiPoint
-
- getPointCount() - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Returns the total vertex count in this Geometry.
- getQuad(int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the Quad_handle of the quad containing the given element_handle.
- getQuadTreeExtent() - Method in class com.esri.core.geometry.QuadTree
-
Returns the extent of the quad tree.
- getQuarter() - Method in class com.esri.core.geometry.Point2D
-
Calculates which quarter of XY plane the vector lies in.
- getRasterSize() - Method in class com.esri.core.geometry.RasterizedGeometry2D
-
Returns raster size in bytes
- getScanCallback() - Method in class com.esri.core.geometry.SimpleRasterizer
-
- getSegmentCount() - Method in class com.esri.core.geometry.MultiPath
-
Returns total segment count in the MultiPath.
- getSegmentCount(int) - Method in class com.esri.core.geometry.MultiPath
-
Returns the segment count in the given multipath path.
- getSemantics(int) - Method in class com.esri.core.geometry.VertexDescription
-
Returns the semantics of the given attribute.
- getSpatialReference() - Method in class com.esri.core.geometry.MapGeometry
-
Gets the spatial reference for this MapGeometry.
- getStartAttributeAsDbl(int, int) - Method in class com.esri.core.geometry.Segment
-
Returns value of the start vertex attribute's ordinate.
- getStartAttributeAsInt(int, int) - Method in class com.esri.core.geometry.Segment
-
Returns the value of the start vertex attribute's ordinate.
- getStartPointIndex() - Method in class com.esri.core.geometry.SegmentIterator
-
Returns the index of the start point of this segment.
- getStartX() - Method in class com.esri.core.geometry.Segment
-
Returns the X coordinate of starting point.
- getStartXY() - Method in class com.esri.core.geometry.Segment
-
Returns XY coordinates of the start point.
- getStartXY(Point2D) - Method in class com.esri.core.geometry.Segment
-
- getStartXYZ() - Method in class com.esri.core.geometry.Segment
-
Returns XYZ coordinates of the start point.
- getStartY() - Method in class com.esri.core.geometry.Segment
-
Returns the Y coordinate of starting point.
- getStateFlag() - Method in class com.esri.core.geometry.Geometry
-
The stateFlag value changes with changes applied to this geometry.
- getStateFlag() - Method in class com.esri.core.geometry.MultiPath
-
- getStateFlag() - Method in class com.esri.core.geometry.MultiPoint
-
- getSubTreeElementCount(int) - Method in class com.esri.core.geometry.QuadTree
-
Returns the number of elements in the subtree rooted at the given quad_handle.
- getText() - Method in class com.esri.core.geometry.SpatialReference
-
- getTolerance() - Method in class com.esri.core.geometry.SpatialReference
-
Returns the XY tolerance of the spatial reference.
- getToleranceXY() - Method in class com.esri.core.geometry.RasterizedGeometry2D
-
Returns the tolerance for which the rasterized Geometry has been built.
- getTotalComponentCount() - Method in class com.esri.core.geometry.VertexDescription
-
Returns the total component count.
- getType() - Method in class com.esri.core.geometry.Envelope
-
- getType() - Method in class com.esri.core.geometry.Geometry
-
Returns the geometry type.
- getType() - Method in class com.esri.core.geometry.Line
-
- getType() - Method in class com.esri.core.geometry.MultiPoint
-
- getType() - Method in class com.esri.core.geometry.Operator
-
- getType() - Method in class com.esri.core.geometry.OperatorBoundary
-
- getType() - Method in class com.esri.core.geometry.OperatorBuffer
-
- getType() - Method in class com.esri.core.geometry.OperatorCentroid2D
-
- getType() - Method in class com.esri.core.geometry.OperatorClip
-
- getType() - Method in class com.esri.core.geometry.OperatorContains
-
- getType() - Method in class com.esri.core.geometry.OperatorConvexHull
-
- getType() - Method in class com.esri.core.geometry.OperatorCrosses
-
- getType() - Method in class com.esri.core.geometry.OperatorCut
-
- getType() - Method in class com.esri.core.geometry.OperatorDensifyByLength
-
- getType() - Method in class com.esri.core.geometry.OperatorDifference
-
- getType() - Method in class com.esri.core.geometry.OperatorDisjoint
-
- getType() - Method in class com.esri.core.geometry.OperatorDistance
-
- getType() - Method in class com.esri.core.geometry.OperatorEquals
-
- getType() - Method in class com.esri.core.geometry.OperatorExportToESRIShape
-
- getType() - Method in class com.esri.core.geometry.OperatorExportToGeoJson
-
- getType() - Method in class com.esri.core.geometry.OperatorExportToJson
-
- getType() - Method in class com.esri.core.geometry.OperatorExportToWkb
-
- getType() - Method in class com.esri.core.geometry.OperatorExportToWkt
-
- getType() - Method in class com.esri.core.geometry.OperatorGeneralize
-
- getType() - Method in class com.esri.core.geometry.OperatorImportFromESRIShape
-
- getType() - Method in class com.esri.core.geometry.OperatorImportFromGeoJson
-
- getType() - Method in class com.esri.core.geometry.OperatorImportFromJson
-
- getType() - Method in class com.esri.core.geometry.OperatorImportFromWkb
-
- getType() - Method in class com.esri.core.geometry.OperatorImportFromWkt
-
- getType() - Method in class com.esri.core.geometry.OperatorIntersection
-
- getType() - Method in class com.esri.core.geometry.OperatorIntersects
-
- getType() - Method in class com.esri.core.geometry.OperatorOffset
-
- getType() - Method in class com.esri.core.geometry.OperatorOverlaps
-
- getType() - Method in class com.esri.core.geometry.OperatorProximity2D
-
- getType() - Method in class com.esri.core.geometry.OperatorRelate
-
- getType() - Method in class com.esri.core.geometry.OperatorSimplify
-
- getType() - Method in class com.esri.core.geometry.OperatorSimplifyOGC
-
- getType() - Method in class com.esri.core.geometry.OperatorSymmetricDifference
-
- getType() - Method in class com.esri.core.geometry.OperatorTouches
-
- getType() - Method in class com.esri.core.geometry.OperatorUnion
-
- getType() - Method in class com.esri.core.geometry.OperatorWithin
-
- getType() - Method in class com.esri.core.geometry.Point
-
- getType() - Method in class com.esri.core.geometry.Polygon
-
- getType() - Method in class com.esri.core.geometry.Polyline
-
- getUpperLeft() - Method in class com.esri.core.geometry.Envelope
-
Returns the envelope's upper left corner point.
- getUpperLeft() - Method in class com.esri.core.geometry.Envelope2D
-
- getUpperRight() - Method in class com.esri.core.geometry.Envelope
-
Returns the envelope's upper right corner point.
- getUpperRight() - Method in class com.esri.core.geometry.Envelope2D
-
- getVertexIndex() - Method in class com.esri.core.geometry.Proximity2DResult
-
Returns the vertex index.
- getWidth() - Method in class com.esri.core.geometry.Envelope
-
The width of the envelope.
- getWidth() - Method in class com.esri.core.geometry.Envelope1D
-
- getWidth() - Method in class com.esri.core.geometry.Envelope2D
-
- getWidth() - Method in class com.esri.core.geometry.Envelope3D
-
- getWidth() - Method in class com.esri.core.geometry.SimpleRasterizer
-
- getX() - Method in class com.esri.core.geometry.Point
-
Returns the X coordinate of the point.
- getXMax() - Method in class com.esri.core.geometry.Envelope
-
Returns the X coordinate of the right corners of the envelope.
- getXMin() - Method in class com.esri.core.geometry.Envelope
-
Returns the X coordinate of the left corners of the envelope.
- getXY(int) - Method in class com.esri.core.geometry.MultiPath
-
- getXY(int, Point2D) - Method in class com.esri.core.geometry.MultiPath
-
- getXY(int) - Method in class com.esri.core.geometry.MultiPoint
-
- getXY(int, Point2D) - Method in class com.esri.core.geometry.MultiPoint
-
- getXY(int) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Returns XY coordinates of the given vertex of the Geometry.
- getXY(int, Point2D) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
- getXY() - Method in class com.esri.core.geometry.Point
-
Returns XY coordinates of this point.
- getXY(Point2D) - Method in class com.esri.core.geometry.Point
-
Returns XY coordinates of this point.
- getXYZ() - Method in class com.esri.core.geometry.Point
-
Returns XYZ coordinates of the point.
- getY() - Method in class com.esri.core.geometry.Point
-
Returns the Y coordinate of this point.
- getYMax() - Method in class com.esri.core.geometry.Envelope
-
Returns the Y coordinate of the top corners of the envelope.
- getYMin() - Method in class com.esri.core.geometry.Envelope
-
Returns the Y coordinate of the bottom corners of the envelope.
- getZ() - Method in class com.esri.core.geometry.Point
-
Returns the Z coordinate of this point.
- ID - Static variable in interface com.esri.core.geometry.VertexDescription.Semantics
-
- ID2 - Static variable in interface com.esri.core.geometry.VertexDescription.Semantics
-
- inflate(double, double) - Method in class com.esri.core.geometry.Envelope
-
Changes the dimensions of the envelope while preserving the center.
- inflate(double) - Method in class com.esri.core.geometry.Envelope1D
-
- inflate(double, double) - Method in class com.esri.core.geometry.Envelope2D
-
- inflate(double, double, double) - Method in class com.esri.core.geometry.Envelope3D
-
- insert(int, Envelope2D) - Method in class com.esri.core.geometry.QuadTree
-
Inserts the element and bounding_box into the QuadTree.
- insert(int, Envelope2D, int) - Method in class com.esri.core.geometry.QuadTree
-
Inserts the element and bounding_box into the QuadTree at the given
quad_handle.
- insertPath(int, MultiPath, int, boolean) - Method in class com.esri.core.geometry.MultiPath
-
Inserts a path from another multipath.
- insertPoint(int, int, Point) - Method in class com.esri.core.geometry.MultiPath
-
Inserts a point.
- insertPoint(int, Point) - Method in class com.esri.core.geometry.MultiPoint
-
Inserts a point to this multipoint.
- insertPoints(int, int, MultiPath, int, int, int, boolean) - Method in class com.esri.core.geometry.MultiPath
-
Inserts vertices from the given multipath into this multipath.
- interiorRingN(int) - Method in class com.esri.core.geometry.ogc.OGCPolygon
-
Returns the Nth interior ring for this Polygon as a LineString.
- interpolate(Point2D, double) - Method in class com.esri.core.geometry.Point2D
-
- interpolate(Point2D, Point2D, double) - Method in class com.esri.core.geometry.Point2D
-
- interpolateAttributes(int, int, int) - Method in class com.esri.core.geometry.Polygon
-
- interpolateAttributes(int, int, int, int) - Method in class com.esri.core.geometry.Polygon
-
- interpolateAttributes(int, int, int, int) - Method in class com.esri.core.geometry.Polyline
-
- interpolateAttributes(int, int, int, int, int) - Method in class com.esri.core.geometry.Polyline
-
- intersect(Envelope) - Method in class com.esri.core.geometry.Envelope
-
Changes this envelope to be the intersection of itself with the other
envelope.
- intersect(Envelope1D) - Method in class com.esri.core.geometry.Envelope1D
-
- intersect(Envelope2D) - Method in class com.esri.core.geometry.Envelope2D
-
Intersects this envelope with the other and stores result in this
envelope.
- intersect(Envelope3D) - Method in class com.esri.core.geometry.Envelope3D
-
Intersects this envelope with the other and stores result in this
envelope.
- intersect(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
-
Creates a geometry through intersection between two geometries.
- intersection(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- intersection(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- intersectionWithAxis2D(boolean, double, double[], double[]) - Method in class com.esri.core.geometry.Line
-
- intersectionWithAxis2D(boolean, double, double[], double[]) - Method in class com.esri.core.geometry.Segment
-
Calculates intersection points of this segment with an infinite line,
parallel to one of the axes.
- intersects(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- intToType(int) - Static method in enum com.esri.core.geometry.Geometry.Type
-
- inverse(Transformation2D) - Method in class com.esri.core.geometry.Transformation2D
-
Produces inverse matrix for this matrix and puts result into the inverse
parameter.
- inverse() - Method in class com.esri.core.geometry.Transformation2D
-
Inverses the matrix.
- is3D() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- is3D() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- isArea(int) - Static method in class com.esri.core.geometry.Geometry
-
Indicates if the integer value of the enumeration is an area (dimension
2).
- isClosed() - Method in class com.esri.core.geometry.ogc.OGCCurve
-
- isClosed() - Method in class com.esri.core.geometry.ogc.OGCLinearRing
-
- isClosed() - Method in class com.esri.core.geometry.ogc.OGCLineString
-
- isClosed() - Method in class com.esri.core.geometry.ogc.OGCMultiCurve
-
- isClosedPath(int) - Method in class com.esri.core.geometry.MultiPath
-
Indicates if the given path is closed (represents a ring).
- isClosedPathInXYPlane(int) - Method in class com.esri.core.geometry.MultiPath
-
- isClosingSegment() - Method in class com.esri.core.geometry.SegmentIterator
-
Returns TRUE, if the segment is the closing segment of the closed path
- isConcreteGeometryCollection() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- isConcreteGeometryCollection() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- isConvex(Geometry, ProgressTracker) - Method in class com.esri.core.geometry.OperatorConvexHull
-
Checks whether a Geometry is convex.
- isCurve() - Method in class com.esri.core.geometry.Line
-
Indicates if the line segment is a curve.
- isDefaultValue(int, double) - Static method in class com.esri.core.geometry.VertexDescription
-
Checks if the given value is the default one.
- isDegenerate(double) - Method in class com.esri.core.geometry.Envelope2D
-
Returns True, envelope is degenerate (Width or Height are less than
tolerance).
- isDegenerate(double) - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE if this matrix is degenerated (does not have an inverse)
within the given tolerance.
- isEmpty() - Method in class com.esri.core.geometry.Envelope
-
Indicates whether this envelope contains any points.
- isEmpty() - Method in class com.esri.core.geometry.Envelope1D
-
- isEmpty() - Method in class com.esri.core.geometry.Envelope2D
-
- isEmpty() - Method in class com.esri.core.geometry.Envelope3D
-
- isEmpty() - Method in class com.esri.core.geometry.Geometry
-
IsEmpty returns TRUE when the Geometry object does not contain geometric
information beyond its original initialization state.
- isEmpty() - Method in class com.esri.core.geometry.MultiPath
-
- isEmpty() - Method in class com.esri.core.geometry.MultiPoint
-
- isEmpty() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- isEmpty() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- isEmpty() - Method in class com.esri.core.geometry.Point
-
- isEmpty() - Method in class com.esri.core.geometry.Proximity2DResult
-
Returns TRUE if the Proximity2DResult is empty.
- isEmpty() - Method in class com.esri.core.geometry.Segment
-
- isEmptyImpl() - Method in class com.esri.core.geometry.Segment
-
Non public abstract version of the function.
- isEmptyZ() - Method in class com.esri.core.geometry.Envelope3D
-
- isEqual(Point2D) - Method in class com.esri.core.geometry.Point2D
-
- isEqual(double, double) - Method in class com.esri.core.geometry.Point2D
-
- isEqual(Point2D, double) - Method in class com.esri.core.geometry.Point2D
-
- isExteriorRing(int) - Method in class com.esri.core.geometry.Polygon
-
Returns TRUE if the ring is an exterior ring.
- isFirstSegmentInPath() - Method in class com.esri.core.geometry.SegmentIterator
-
Indicates whether the iterator points to the first segment in the current
path.
- isFlattened() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
Checks if collection is flattened.
- isIdentity() - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE if this matrix is the identity matrix.
- isIdentity(double) - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE if this matrix is an identity matrix within the given
tolerance.
- isIntersecting(Envelope2D) - Method in class com.esri.core.geometry.Envelope
-
- isIntersecting(Envelope) - Method in class com.esri.core.geometry.Envelope
-
Returns true if the envelope and the other given envelope intersect.
- isIntersecting(Envelope2D) - Method in class com.esri.core.geometry.Envelope2D
-
Checks if this envelope intersects the other.
- isIntersecting(double, double, double, double) - Method in class com.esri.core.geometry.Envelope2D
-
Checks if this envelope intersects the other.
- isIntersecting(Envelope3D) - Method in class com.esri.core.geometry.Envelope3D
-
Checks if this envelope intersects the other.
- isIntersecting(Point2D, double) - Method in class com.esri.core.geometry.Line
-
Returns True if point and the segment intersect (not disjoint) for the
given tolerance.
- isIntersecting(Segment, double) - Method in class com.esri.core.geometry.Segment
-
Returns TRUE if this segment intersects with the other segment with the
given tolerance.
- isIntersecting(Point2D, double) - Method in class com.esri.core.geometry.Segment
-
Returns TRUE if the point and segment intersect (not disjoint) for the
given tolerance.
- isIntersectingNE(Envelope2D) - Method in class com.esri.core.geometry.Envelope2D
-
Checks if this envelope intersects the other assuming neither one is empty.
- isLastSegmentInPath() - Method in class com.esri.core.geometry.SegmentIterator
-
Indicates whether the iterator points to the last segment in the current
path.
- isLinear(int) - Static method in class com.esri.core.geometry.Geometry
-
Indicates if the integer value of the enumeration is linear (dimension
1).
- isMeasured() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- isMeasured() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- isMultiPath(int) - Static method in class com.esri.core.geometry.Geometry
-
Indicates if the integer value of the enumeration is a multipath (ie,
line or area).
- isMultiVertex(int) - Static method in class com.esri.core.geometry.Geometry
-
Indicates if the integer value of the enumeration is a multivertex (ie,
multipoint, line, or area).
- isNaN() - Method in class com.esri.core.geometry.Point2D
-
- isOperatorSupported(Operator.Type) - Method in class com.esri.core.geometry.OperatorFactory
-
Returns True if the given operator exists.
- isOperatorSupported(Operator.Type) - Method in class com.esri.core.geometry.OperatorFactoryLocal
-
- isOrthonormal(double) - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE if this is an orthonormal transformation with the given
tolerance.
- isPoint(int) - Static method in class com.esri.core.geometry.Geometry
-
Indicates if the integer value of the enumeration is a point type
(dimension 0).
- isPointOnBoundary(Point2D, double) - Method in class com.esri.core.geometry.Envelope2D
-
- isReflective() - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE for reflective transformations.
- isRightSide() - Method in class com.esri.core.geometry.Proximity2DResult
-
Returns true if the closest coordinate is to the right of the MultiPath.
- isRing() - Method in class com.esri.core.geometry.ogc.OGCCurve
-
- isRing() - Method in class com.esri.core.geometry.ogc.OGCLinearRing
-
- isScaleAndShift(double) - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE, if this transformation does not have rotation and shear
within the given tolerance.
- isSegment(int) - Static method in class com.esri.core.geometry.Geometry
-
Indicates if the integer value of the enumeration is a segment.
- isShift() - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE if this transformation is a shift transformation.
- isShift(double) - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE if this transformation is a shift transformation within the
given tolerance.
- isSimple() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- isSimple() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
Returns true if this geometric object has no anomalous geometric points,
such as self intersection or self tangency.
- isSimpleAsFeature(Geometry, SpatialReference, boolean, NonSimpleResult, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimplify
-
Tests if the Geometry is simple.
- isSimpleAsFeature(Geometry, SpatialReference, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimplify
-
Tests if the Geometry is simple (second call will use a cached IsKnownSimple flag and immediately return).
- isSimpleOGC(Geometry, SpatialReference, boolean, NonSimpleResult, ProgressTracker) - Method in class com.esri.core.geometry.OperatorSimplifyOGC
-
Tests if the Geometry is simple for OGC specification.
- isSimpleRelaxed() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- isSimpleRelaxed() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
Extension method - checks if geometry is simple for Geodatabase.
- isUniform(double) - Method in class com.esri.core.geometry.Transformation2D
-
Returns TRUE if this transformation is a uniform transformation.
- isValid() - Method in class com.esri.core.geometry.Envelope2D
-
Returns True if this envelope is valid (empty, or has xmin less or equal
to xmax, or ymin less or equal to ymax).
- saveGeometryToEsriShapeDbg(String, Geometry) - Static method in class com.esri.core.geometry.OperatorFactoryLocal
-
- saveJSONToTextFileDbg(String, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.OperatorFactoryLocal
-
- saveToWKTFileDbg(String, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.OperatorFactoryLocal
-
- scale(double) - Method in class com.esri.core.geometry.Envelope2D
-
- scale(double, Point2D) - Method in class com.esri.core.geometry.Point2D
-
- scale(double) - Method in class com.esri.core.geometry.Point2D
-
- scale(double, Point3D) - Method in class com.esri.core.geometry.Point3D
-
- scale(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Scales the transformation.
- scaleAdd(double, Point2D) - Method in class com.esri.core.geometry.Point2D
-
Calculates this = this * f + shift
- scaleAdd(double, Point2D, Point2D) - Method in class com.esri.core.geometry.Point2D
-
Calculates this = other * f + shift
- Segment - Class in com.esri.core.geometry
-
A base class for segments.
- Segment() - Constructor for class com.esri.core.geometry.Segment
-
Creates a segment with start and end points (0,0).
- SegmentIterator - Class in com.esri.core.geometry
-
This class provides functionality to iterate over MultiPath segments.
- setAttribute(int, int, int, double) - Method in class com.esri.core.geometry.MultiPath
-
- setAttribute(int, int, int, int) - Method in class com.esri.core.geometry.MultiPath
-
- setAttribute(int, int, int, double) - Method in class com.esri.core.geometry.MultiPoint
-
- setAttribute(int, int, int, int) - Method in class com.esri.core.geometry.MultiPoint
-
- setAttribute(int, int, double) - Method in class com.esri.core.geometry.Point
-
Sets the value of the attribute.
- setAttribute(int, int, int) - Method in class com.esri.core.geometry.Point
-
- setCirculator(boolean) - Method in class com.esri.core.geometry.SegmentIterator
-
Switches the iterator to navigation mode.
- setCoords(double, double, double, double) - Method in class com.esri.core.geometry.Envelope
-
Sets the 2-dimensional extents of the envelope.
- setCoords(double, double) - Method in class com.esri.core.geometry.Envelope1D
-
- setCoords(Envelope1D) - Method in class com.esri.core.geometry.Envelope1D
-
- setCoords(double, double) - Method in class com.esri.core.geometry.Envelope2D
-
- setCoords(double, double, double, double) - Method in class com.esri.core.geometry.Envelope2D
-
- setCoords(Point2D, double, double) - Method in class com.esri.core.geometry.Envelope2D
-
- setCoords(Point2D) - Method in class com.esri.core.geometry.Envelope2D
-
- setCoords(Envelope2D) - Method in class com.esri.core.geometry.Envelope2D
-
- setCoords(Envelope1D, Envelope1D) - Method in class com.esri.core.geometry.Envelope2D
-
- setCoords(double, double, double, double, double, double) - Method in class com.esri.core.geometry.Envelope3D
-
- setCoords(double, double, double) - Method in class com.esri.core.geometry.Envelope3D
-
- setCoords(Point3D, double, double, double) - Method in class com.esri.core.geometry.Envelope3D
-
- setCoords(Envelope3D) - Method in class com.esri.core.geometry.Envelope3D
-
- setCoords(double, double) - Method in class com.esri.core.geometry.Point2D
-
- setCoords(Point2D) - Method in class com.esri.core.geometry.Point2D
-
- setCoords(double, double, double) - Method in class com.esri.core.geometry.Point3D
-
- setCoords(Point3D) - Method in class com.esri.core.geometry.Point3D
-
- setEmpty() - Method in class com.esri.core.geometry.Envelope
-
Removes all points from this geometry.
- setEmpty() - Method in class com.esri.core.geometry.Envelope1D
-
- setEmpty() - Method in class com.esri.core.geometry.Envelope2D
-
- setEmpty() - Method in class com.esri.core.geometry.Envelope3D
-
- setEmpty() - Method in class com.esri.core.geometry.Geometry
-
Returns the geometry to its original initialization state by releasing
all data referenced by the geometry.
- setEmpty() - Method in class com.esri.core.geometry.MultiPath
-
- setEmpty() - Method in class com.esri.core.geometry.MultiPoint
-
- setEmpty() - Method in class com.esri.core.geometry.Point
-
- setEmpty() - Method in class com.esri.core.geometry.Segment
-
- setEmptyZ() - Method in class com.esri.core.geometry.Envelope3D
-
- setEnd(Point) - Method in class com.esri.core.geometry.Segment
-
Sets the coordinates of the end point in a Point class.
- setEndAttribute(int, int, double) - Method in class com.esri.core.geometry.Segment
-
Sets the value of end vertex attribute.
- setEndAttribute(int, int, int) - Method in class com.esri.core.geometry.Segment
-
- setEndXY(Point2D) - Method in class com.esri.core.geometry.Segment
-
Sets the XY coordinates of the end point.
- setEndXY(double, double) - Method in class com.esri.core.geometry.Segment
-
- setEndXYZ(Point3D) - Method in class com.esri.core.geometry.Segment
-
Sets the XYZ coordinates of the end point.
- setEndXYZ(double, double, double) - Method in class com.esri.core.geometry.Segment
-
- setFillRule(int) - Method in class com.esri.core.geometry.Polygon
-
Fill rule for the polygon that defines the interior of the self intersecting
polygon.
- setFlipX(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Sets the transformation to be a flip around the X axis.
- setFlipY(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Sets the transformation to be a flip around the Y axis.
- setFromPoints(Point2D[]) - Method in class com.esri.core.geometry.Envelope2D
-
Sets the envelope from the array of points.
- setFromPoints(Point2D[], int) - Method in class com.esri.core.geometry.Envelope2D
-
- setFromPoints(Point3D[]) - Method in class com.esri.core.geometry.Envelope3D
-
- setGeometry(Geometry) - Method in class com.esri.core.geometry.MapGeometry
-
Sets the geometry for this MapGeometry.
- setGeometryByValue(Envelope) - Method in class com.esri.core.geometry.EnvSrlzr
-
- setGeometryByValue(Geometry) - Method in class com.esri.core.geometry.GenericGeometrySerializer
-
- setGeometryByValue(Line) - Method in class com.esri.core.geometry.LnSrlzr
-
- setGeometryByValue(Point) - Method in class com.esri.core.geometry.PtSrlzr
-
- setID(int) - Method in class com.esri.core.geometry.Point
-
Sets the ID of this point.
- setIdentity() - Method in class com.esri.core.geometry.Transformation2D
-
Sets this matrix to be the identity matrix.
- setInfinite() - Method in class com.esri.core.geometry.Envelope1D
-
- setInfinite() - Method in class com.esri.core.geometry.Envelope2D
-
- setInfinite() - Method in class com.esri.core.geometry.Envelope3D
-
- setInterval(int, int, double, double) - Method in class com.esri.core.geometry.Envelope
-
- setInterval(int, int, Envelope1D) - Method in class com.esri.core.geometry.Envelope
-
- setM(double) - Method in class com.esri.core.geometry.Point
-
Sets the M coordinate of this point.
- setNaN() - Method in class com.esri.core.geometry.Point2D
-
- setPoint(int, Point) - Method in class com.esri.core.geometry.MultiPath
-
- setPoint(int, Point) - Method in class com.esri.core.geometry.MultiPoint
-
- setPoint(int, Point) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Sets the vertex at given index of the Geometry.
- setPointByVal(int, Point) - Method in class com.esri.core.geometry.MultiPath
-
- setPointByVal(int, Point) - Method in class com.esri.core.geometry.MultiPoint
-
- setPointByVal(int, Point) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Sets the vertex at given index of the Geometry.
- setRightSide(boolean) - Method in class com.esri.core.geometry.Proximity2DResult
-
Sets the right_side info to true or false.
- setRotate(double) - Method in class com.esri.core.geometry.Transformation2D
-
Sets this transformation to be a rotation around point (0, 0).
- setRotate(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Sets rotation for this transformation.
- setScale(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Set this transformation to be a scale.
- setScale(double) - Method in class com.esri.core.geometry.Transformation2D
-
Set transformation to be a uniform scale.
- setShear(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Set transformation to a shear.
- setShift(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Set this transformation to be a shift.
- setSpatialReference(SpatialReference) - Method in class com.esri.core.geometry.MapGeometry
-
Sets the spatial reference for this MapGeometry.
- setSpatialReference(SpatialReference) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- setSpatialReference(SpatialReference) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- setStart(Point) - Method in class com.esri.core.geometry.Segment
-
Sets the coordinates of the start point in this segment.
- setStartAttribute(int, int, double) - Method in class com.esri.core.geometry.Segment
-
Sets the value of the start vertex attribute.
- setStartAttribute(int, int, int) - Method in class com.esri.core.geometry.Segment
-
- setStartXY(Point2D) - Method in class com.esri.core.geometry.Segment
-
Sets the XY coordinates of the start point.
- setStartXY(double, double) - Method in class com.esri.core.geometry.Segment
-
- setStartXYZ(Point3D) - Method in class com.esri.core.geometry.Segment
-
Sets the XYZ coordinates of the start point.
- setStartXYZ(double, double, double) - Method in class com.esri.core.geometry.Segment
-
- setup(int, int, SimpleRasterizer.ScanCallback) - Method in class com.esri.core.geometry.SimpleRasterizer
-
Sets up the rasterizer.
- setX(double) - Method in class com.esri.core.geometry.Point
-
Sets the X coordinate of the point.
- setXMax(double) - Method in class com.esri.core.geometry.Envelope
-
Sets the right X coordinate.
- setXMin(double) - Method in class com.esri.core.geometry.Envelope
-
Sets the left X coordinate.
- setXY(int, Point2D) - Method in class com.esri.core.geometry.MultiPath
-
- setXY(int, Point2D) - Method in class com.esri.core.geometry.MultiPoint
-
- setXY(int, Point2D) - Method in class com.esri.core.geometry.MultiVertexGeometry
-
Sets XY coordinates of the given vertex of the Geometry.
- setXY(Point2D) - Method in class com.esri.core.geometry.Point
-
Sets the XY coordinates of this point.
- setXY(double, double) - Method in class com.esri.core.geometry.Point
-
Set the X and Y coordinate of the point.
- setXY(int, double, double) - Method in class com.esri.core.geometry.Polygon
-
Sets a new vertex for the polygon.
- setXYZ(Point3D) - Method in class com.esri.core.geometry.Point
-
Sets the XYZ coordinates of this point.
- setY(double) - Method in class com.esri.core.geometry.Point
-
Sets the Y coordinate of this point.
- setYMax(double) - Method in class com.esri.core.geometry.Envelope
-
Sets the top Y coordinate.
- setYMin(double) - Method in class com.esri.core.geometry.Envelope
-
Sets the bottom Y coordinate.
- setZ(double) - Method in class com.esri.core.geometry.Point
-
Sets the Z coordinate of this point.
- setZero() - Method in class com.esri.core.geometry.Point3D
-
- setZero() - Method in class com.esri.core.geometry.Transformation2D
-
Initializes a zero transformation.
- ShapeExportAngularDensify - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportDefaults - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportDistanceDensify - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportFlags - Interface in com.esri.core.geometry
-
Flags used by the OperatorExportToEsriShape.
- ShapeExportNewArcFormat - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportNoCompress - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportNoSwap - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportStripIDs - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportStripMaterials - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportStripMs - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportStripNormals - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportStripTextures - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportStripZs - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeExportTrueNaNs - Static variable in interface com.esri.core.geometry.ShapeExportFlags
-
- ShapeImportAttach - Static variable in interface com.esri.core.geometry.ShapeImportFlags
-
- ShapeImportDefaults - Static variable in interface com.esri.core.geometry.ShapeImportFlags
-
- ShapeImportFlags - Interface in com.esri.core.geometry
-
Flags used by the OperatorImportFromEsriShape.
- ShapeImportNonTrusted - Static variable in interface com.esri.core.geometry.ShapeImportFlags
-
- ShapeImportNoSwap - Static variable in interface com.esri.core.geometry.ShapeImportFlags
-
- shear(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Shears the transformation.
- shift(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Shifts the transformation.
- SimpleGeometryCursor - Class in com.esri.core.geometry
-
A simple GeometryCursor implementation that wraps a single Geometry or
an array of Geometry classes
- SimpleGeometryCursor(Geometry) - Constructor for class com.esri.core.geometry.SimpleGeometryCursor
-
- SimpleGeometryCursor(Geometry[]) - Constructor for class com.esri.core.geometry.SimpleGeometryCursor
-
- SimpleGeometryCursor(List<Geometry>) - Constructor for class com.esri.core.geometry.SimpleGeometryCursor
-
- SimpleRasterizer - Class in com.esri.core.geometry
-
Simple scanline rasterizer.
- SimpleRasterizer() - Constructor for class com.esri.core.geometry.SimpleRasterizer
-
- SimpleRasterizer.ScanCallback - Interface in com.esri.core.geometry
-
- simplify(Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
-
Performs the simplify operation on the geometry.
- SIZE_OF_ATTRIBUTE_STREAM_OF_DBL - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_ATTRIBUTE_STREAM_OF_FLOAT - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_ATTRIBUTE_STREAM_OF_INT16 - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_ATTRIBUTE_STREAM_OF_INT32 - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_ATTRIBUTE_STREAM_OF_INT64 - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_ATTRIBUTE_STREAM_OF_INT8 - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_ENVELOPE - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_ENVELOPE2D - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_LINE - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_MAPGEOMETRY - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_MULTI_PATH - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_MULTI_PATH_IMPL - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_MULTI_POINT - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_MULTI_POINT_IMPL - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_OGC_CONCRETE_GEOMETRY_COLLECTION - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_OGC_LINE_STRING - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_OGC_MULTI_LINE_STRING - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_OGC_MULTI_POINT - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_OGC_MULTI_POLYGON - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_OGC_POINT - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_OGC_POLYGON - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_POINT - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_POLYGON - Static variable in class com.esri.core.geometry.SizeOf
-
- SIZE_OF_POLYLINE - Static variable in class com.esri.core.geometry.SizeOf
-
- SizeOf - Class in com.esri.core.geometry
-
- sizeOfByteArray(int) - Static method in class com.esri.core.geometry.SizeOf
-
- sizeOfCharArray(int) - Static method in class com.esri.core.geometry.SizeOf
-
- sizeOfDoubleArray(int) - Static method in class com.esri.core.geometry.SizeOf
-
- sizeOfFloatArray(int) - Static method in class com.esri.core.geometry.SizeOf
-
- sizeOfIntArray(int) - Static method in class com.esri.core.geometry.SizeOf
-
- sizeOfLongArray(int) - Static method in class com.esri.core.geometry.SizeOf
-
- sizeOfShortArray(int) - Static method in class com.esri.core.geometry.SizeOf
-
- skipChildren() - Method in class com.esri.core.geometry.JsonParserReader
-
- skipChildren() - Method in interface com.esri.core.geometry.JsonReader
-
- snap(int, int, int) - Static method in class com.esri.core.geometry.NumberUtils
-
- snap(long, long, long) - Static method in class com.esri.core.geometry.NumberUtils
-
- snap(double, double, double) - Static method in class com.esri.core.geometry.NumberUtils
-
- snapClip(double) - Method in class com.esri.core.geometry.Envelope1D
-
- SpatialReference - Class in com.esri.core.geometry
-
A class that represents the spatial reference for the geometry.
- SpatialReference() - Constructor for class com.esri.core.geometry.SpatialReference
-
- sqrDistance(Envelope2D) - Method in class com.esri.core.geometry.Envelope2D
-
Calculates minimum squared distance from this envelope to the other.
- sqrDistance(double, double, double, double) - Method in class com.esri.core.geometry.Envelope2D
-
Calculates minimum squared distance from this envelope to the other.
- sqrDistance(Point2D) - Method in class com.esri.core.geometry.Envelope2D
-
Calculates minimum squared distance from this envelope to the point.
- sqrDistance(Point2D, Point2D) - Static method in class com.esri.core.geometry.Point2D
-
- sqrLength() - Method in class com.esri.core.geometry.Point2D
-
- sqrLength() - Method in class com.esri.core.geometry.Point3D
-
- sqrMaxDistance(Envelope2D) - Method in class com.esri.core.geometry.Envelope2D
-
Returns squared max distance between two bounding boxes.
- SRID() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- startAddingEdges() - Method in class com.esri.core.geometry.SimpleRasterizer
-
Call before starting the edges.
- startPath(double, double) - Method in class com.esri.core.geometry.MultiPath
-
Starts a new path at given coordinates.
- startPath(Point) - Method in class com.esri.core.geometry.MultiPath
-
Starts a new path at a point.
- startPoint() - Method in class com.esri.core.geometry.ogc.OGCCurve
-
- startPoint() - Method in class com.esri.core.geometry.ogc.OGCLineString
-
- sub(Point2D) - Method in class com.esri.core.geometry.Point2D
-
- sub(Point2D, Point2D) - Method in class com.esri.core.geometry.Point2D
-
- sub(Point3D) - Method in class com.esri.core.geometry.Point3D
-
- sub(Point3D, Point3D) - Method in class com.esri.core.geometry.Point3D
-
- symDifference(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- symDifference(OGCGeometry) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- symmetricDifference(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
-
Creates the symmetric difference of two geometries.