public class OGCLinearRing extends OGCLineString
TYPEesriSR| 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, startPointasGeoJson, 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, withinpublic OGCLinearRing(MultiPath mp, int pathIndex, SpatialReference sr, boolean reversed)
public int numPoints()
OGCLineStringnumPoints in class OGCLineStringpublic boolean isClosed()
isClosed in class OGCLineStringpublic OGCPoint pointN(int n)
OGCLineStringpointN in class OGCLineStringn - The 0 based index of the Point.Copyright © 2018. All rights reserved.