Package com.esri.core.geometry.ogc
Class OGCCurve
java.lang.Object
com.esri.core.geometry.ogc.OGCGeometry
com.esri.core.geometry.ogc.OGCCurve
- Direct Known Subclasses:
OGCLineString
-
Field Summary
Fields inherited from class com.esri.core.geometry.ogc.OGCGeometry
esriSR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esri.core.geometry.ogc.OGCGeometry
asBinary, asGeoJson, asGeoJsonImpl, asJson, asText, buffer, centroid, contains, convertToMulti, convexHull, coordinateDimension, createFromEsriCursor, createFromEsriCursor, createFromEsriGeometry, createFromEsriGeometry, createFromOGCStructure, crosses, difference, dimension, disjoint, distance, envelope, equals, equals, Equals, estimateMemorySize, fromBinary, fromEsriShape, fromGeoJson, fromJson, fromText, geometryType, getEsriGeometry, getEsriGeometryCursor, getEsriSpatialReference, hashCode, intersection, intersects, is3D, isConcreteGeometryCollection, isEmpty, isMeasured, isSimple, isSimpleRelaxed, locateAlong, locateBetween, makeSimple, makeSimpleRelaxed, MakeSimpleRelaxed, MaxMeasure, MaxZ, MinMeasure, MinZ, overlaps, reduceFromMulti, relate, setSpatialReference, SRID, symDifference, toString, touches, union, within
-
Constructor Details
-
OGCCurve
public OGCCurve()
-
-
Method Details
-
length
public abstract double length() -
startPoint
-
endPoint
-
isClosed
public abstract boolean isClosed() -
isRing
public boolean isRing() -
boundary
- Specified by:
boundary
in classOGCGeometry
-