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