Uses of Class
com.esri.core.geometry.ogc.OGCLineString
-
Packages that use OGCLineString Package Description com.esri.core.geometry.ogc -
-
Uses of OGCLineString in com.esri.core.geometry.ogc
Subclasses of OGCLineString in com.esri.core.geometry.ogc Modifier and Type Class Description class
OGCLinearRing
Methods in com.esri.core.geometry.ogc that return OGCLineString Modifier and Type Method Description OGCLineString
OGCPolygon. exteriorRing()
Returns the exterior ring of this Polygon.OGCLineString
OGCPolygon. interiorRingN(int n)
Returns the Nth interior ring for this Polygon as a LineString.
-