public class OGCLinearRing extends OGCLineString
TYPE
esriSR
Constructor and Description |
---|
OGCLinearRing(MultiPath mp,
int pathIndex,
SpatialReference sr,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
boolean |
isClosed() |
boolean |
isRing() |
int |
numPoints()
The number of Points in this LineString.
|
OGCPoint |
pointN(int n)
Returns the specified Point N in this LineString.
|
asBinary, asText, convertToMulti, endPoint, estimateMemorySize, geometryType, getEsriGeometry, length, locateAlong, locateBetween, reduceFromMulti, startPoint
asGeoJson, 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
public OGCLinearRing(MultiPath mp, int pathIndex, SpatialReference sr, boolean reversed)
public int numPoints()
OGCLineString
numPoints
in class OGCLineString
public boolean isClosed()
isClosed
in class OGCLineString
public OGCPoint pointN(int n)
OGCLineString
pointN
in class OGCLineString
n
- The 0 based index of the Point.Copyright © 2018. All rights reserved.