- RasterizedGeometry2D - Class in com.esri.core.geometry
-
- RasterizedGeometry2D() - Constructor for class com.esri.core.geometry.RasterizedGeometry2D
-
- RasterizedGeometry2D.HitType - Enum in com.esri.core.geometry
-
- rasterSizeFromAccelerationDegree(Geometry.GeometryAccelerationDegree) - Static method in class com.esri.core.geometry.RasterizedGeometry2D
-
- readResolve() - Method in class com.esri.core.geometry.EnvSrlzr
-
- readResolve() - Method in class com.esri.core.geometry.GenericGeometrySerializer
-
- readResolve() - Method in class com.esri.core.geometry.LnSrlzr
-
- readResolve() - Method in class com.esri.core.geometry.PtSrlzr
-
- reaspect(double, double) - Method in class com.esri.core.geometry.Envelope
-
Re-aspects this envelope to fit within the specified width and height.
- reaspect(double, double) - Method in class com.esri.core.geometry.Envelope2D
-
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
For the geometry collection types, when it has 1 or 0 elements, converts a MultiPolygon to Polygon,
MultiPoint to Point, MultiLineString to a LineString, and
OGCConcretGeometryCollection to the reduced element it contains.
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCLineString
-
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCMultiLineString
-
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCMultiPoint
-
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCMultiPolygon
-
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCPoint
-
- reduceFromMulti() - Method in class com.esri.core.geometry.ogc.OGCPolygon
-
- relate(Geometry, Geometry, SpatialReference, String) - Static method in class com.esri.core.geometry.GeometryEngine
-
Indicates if the given relation holds for the two geometries.
- relate(OGCGeometry, String) - Method in class com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
- relate(OGCGeometry, String) - Method in class com.esri.core.geometry.ogc.OGCGeometry
-
- removeElement(int) - Method in class com.esri.core.geometry.QuadTree
-
Removes the element and bounding_box at the given element_handle.
- removePath(int) - Method in class com.esri.core.geometry.MultiPath
-
Removes the path at the given index.
- removePoint(int, int) - Method in class com.esri.core.geometry.MultiPath
-
Removes a point at a given index.
- removePoint(int) - Method in class com.esri.core.geometry.MultiPoint
-
Removes a point from this multipoint.
- renderEdges(int) - Method in class com.esri.core.geometry.SimpleRasterizer
-
Renders all edges added so far, and removes them.
- replaceNaNs(int, double) - Method in class com.esri.core.geometry.Envelope
-
- replaceNaNs(int, double) - Method in class com.esri.core.geometry.Geometry
-
Replaces NaNs in the attribute with the given value.
- replaceNaNs(int, double) - Method in class com.esri.core.geometry.Line
-
- replaceNaNs(int, double) - Method in class com.esri.core.geometry.MultiPath
-
- replaceNaNs(int, double) - Method in class com.esri.core.geometry.MultiPoint
-
- replaceNaNs(int, double) - Method in class com.esri.core.geometry.Point
-
- resetIterator(Geometry, double) - Method in class com.esri.core.geometry.QuadTree.QuadTreeIterator
-
Resets the iterator to an starting state on the QuadTree.
- resetIterator(Envelope2D, double) - Method in class com.esri.core.geometry.QuadTree.QuadTreeIterator
-
Resets the iterator to a starting state on the QuadTree using the
input Envelope2D as the query.
- resetToFirstPath() - Method in class com.esri.core.geometry.SegmentIterator
-
Resets the iterator such that a subsequent call to NextPath will set the
iterator to the first path.
- resetToFirstSegment() - Method in class com.esri.core.geometry.SegmentIterator
-
Resets the iterator so that the call to NextSegment will return the first
segment of the current path.
- resetToLastPath() - Method in class com.esri.core.geometry.SegmentIterator
-
Resets the iterator such that a subsequent call to PreviousPath will set
the iterator to the last path.
- resetToLastSegment() - Method in class com.esri.core.geometry.SegmentIterator
-
Resets the iterator so that the call to PreviousSegment will return the
last segment of the current path.
- resetToPath(int) - Method in class com.esri.core.geometry.SegmentIterator
-
Resets the iterator such that a subsequent call to NextPath will set the
iterator to the given path index.
- resetToVertex(int, int) - Method in class com.esri.core.geometry.SegmentIterator
-
Resets the iterator to a specific vertex.
- resize(int) - Method in class com.esri.core.geometry.MultiPoint
-
Resizes the multipoint to have the given size.
- reverseAllPaths() - Method in class com.esri.core.geometry.MultiPath
-
Reverses the order of the vertices in each path.
- reversePath(int) - Method in class com.esri.core.geometry.MultiPath
-
Reverses the order of vertices in the path.
- rightPerpendicular() - Method in class com.esri.core.geometry.Point2D
-
270 degree rotation, anticlockwise.
- rightPerpendicular(Point2D) - Method in class com.esri.core.geometry.Point2D
-
270 degree rotation, anticlockwise.
- rotate(double) - Method in class com.esri.core.geometry.Transformation2D
-
Rotates the transformation.
- rotate(double, double) - Method in class com.esri.core.geometry.Transformation2D
-
Rotates the transformation.
- rotate(double, double, Point2D) - Method in class com.esri.core.geometry.Transformation2D
-
Rotates the transformation aroung a center point.
- rotateDirect(double, double) - Method in class com.esri.core.geometry.Point2D
-
- rotateReverse(double, double) - Method in class com.esri.core.geometry.Point2D
-