- 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.