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
public abstract class OGCCurve extends OGCGeometry
-
-
Field Summary
-
Fields inherited from class com.esri.core.geometry.ogc.OGCGeometry
esriSR
-
-
Constructor Summary
Constructors Constructor Description OGCCurve()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description OGCGeometry
boundary()
abstract OGCPoint
endPoint()
abstract boolean
isClosed()
boolean
isRing()
abstract double
length()
abstract OGCPoint
startPoint()
-
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
-
-
-
-
Method Detail
-
length
public abstract double length()
-
startPoint
public abstract OGCPoint startPoint()
-
endPoint
public abstract OGCPoint endPoint()
-
isClosed
public abstract boolean isClosed()
-
isRing
public boolean isRing()
-
boundary
public OGCGeometry boundary()
- Specified by:
boundary
in classOGCGeometry
-
-