Class OGCLinearRing
java.lang.Object
com.esri.core.geometry.ogc.OGCGeometry
com.esri.core.geometry.ogc.OGCCurve
com.esri.core.geometry.ogc.OGCLineString
com.esri.core.geometry.ogc.OGCLinearRing
-
Field Summary
Fields inherited from class OGCLineString
multiPath, TYPEFields inherited from class OGCGeometry
esriSR -
Constructor Summary
ConstructorsConstructorDescriptionOGCLinearRing(MultiPath mp, int pathIndex, SpatialReference sr, boolean reversed) -
Method Summary
Methods inherited from class OGCLineString
asBinary, asText, convertToMulti, endPoint, estimateMemorySize, geometryType, getEsriGeometry, length, locateAlong, locateBetween, reduceFromMulti, startPointMethods inherited from class OGCGeometry
asGeoJson, asGeoJsonImpl, asJson, buffer, centroid, contains, convexHull, coordinateDimension, createFromEsriCursor, createFromEsriCursor, createFromEsriGeometry, createFromEsriGeometry, createFromOGCStructure, crosses, difference, dimension, disjoint, distance, envelope, equals, equals, Equals, fromBinary, fromEsriShape, fromGeoJson, fromJson, fromText, getEsriGeometryCursor, getEsriSpatialReference, hashCode, intersection, intersects, is3D, isConcreteGeometryCollection, isEmpty, isMeasured, isSimple, isSimpleRelaxed, makeSimple, makeSimpleRelaxed, MakeSimpleRelaxed, MaxMeasure, MaxZ, MinMeasure, MinZ, overlaps, relate, setSpatialReference, SRID, symDifference, toString, touches, union, within
-
Constructor Details
-
OGCLinearRing
-
-
Method Details
-
numPoints
public int numPoints()Description copied from class:OGCLineStringThe number of Points in this LineString.- Overrides:
numPointsin classOGCLineString
-
isClosed
public boolean isClosed()- Overrides:
isClosedin classOGCLineString
-
isRing
-
pointN
Description copied from class:OGCLineStringReturns the specified Point N in this LineString.- Overrides:
pointNin classOGCLineString- Parameters:
n- The 0 based index of the Point.
-