Package com.esri.core.geometry.ogc
Class OGCPolygon
java.lang.Object
com.esri.core.geometry.ogc.OGCGeometry
com.esri.core.geometry.ogc.OGCSurface
com.esri.core.geometry.ogc.OGCPolygon
-
Field Summary
FieldsFields inherited from class com.esri.core.geometry.ogc.OGCGeometry
esriSR
-
Constructor Summary
ConstructorsConstructorDescriptionOGCPolygon
(Polygon src, int exteriorRing, SpatialReference sr) OGCPolygon
(Polygon geom, SpatialReference sr) -
Method Summary
Modifier and TypeMethodDescriptionasBinary()
asText()
boundary()
Converts this Geometry to the OGCMulti* if it is not OGCMulti* or OGCGeometryCollection already.long
Returns an estimate of this object size in bytes.Returns the exterior ring of this Polygon.interiorRingN
(int n) Returns the Nth interior ring for this Polygon as a LineString.locateAlong
(double mValue) locateBetween
(double mStart, double mEnd) int
Returns the number of interior rings in this Polygon.For the geometry collection types, when it has 1 or 0 elements, converts a MultiPolygon to Polygon, MultiPoint to Point, MultiLineString to a LineString, and OGCConcretGeometryCollection to the reduced element it contains.Methods inherited from class com.esri.core.geometry.ogc.OGCSurface
area, pointOnSurface
Methods inherited from class com.esri.core.geometry.ogc.OGCGeometry
asGeoJson, asGeoJsonImpl, 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
-
Field Details
-
TYPE
-
polygon
Polygon polygon
-
-
Constructor Details
-
OGCPolygon
-
OGCPolygon
-
-
Method Details
-
asText
- Overrides:
asText
in classOGCGeometry
-
asBinary
- Overrides:
asBinary
in classOGCGeometry
-
exteriorRing
Returns the exterior ring of this Polygon.- Returns:
- OGCLinearRing instance.
-
numInteriorRing
public int numInteriorRing()Returns the number of interior rings in this Polygon. -
interiorRingN
Returns the Nth interior ring for this Polygon as a LineString.- Parameters:
n
- The 0 based index of the interior ring.- Returns:
- OGCLinearRing instance.
-
boundary
- Specified by:
boundary
in classOGCSurface
-
geometryType
- Specified by:
geometryType
in classOGCGeometry
-
estimateMemorySize
public long estimateMemorySize()Description copied from class:OGCGeometry
Returns an estimate of this object size in bytes.This estimate doesn't include the size of the
SpatialReference
object because instances ofSpatialReference
are expected to be shared among geometry objects.- Specified by:
estimateMemorySize
in classOGCGeometry
- Returns:
- Returns an estimate of this object size in bytes.
-
locateAlong
- Specified by:
locateAlong
in classOGCGeometry
-
locateBetween
- Specified by:
locateBetween
in classOGCGeometry
-
getEsriGeometry
- Specified by:
getEsriGeometry
in classOGCGeometry
-
convertToMulti
Description copied from class:OGCGeometry
Converts this Geometry to the OGCMulti* if it is not OGCMulti* or OGCGeometryCollection already.- Specified by:
convertToMulti
in classOGCGeometry
- Returns:
- OGCMulti* or OGCGeometryCollection instance.
-
reduceFromMulti
Description copied from class:OGCGeometry
For the geometry collection types, when it has 1 or 0 elements, converts a MultiPolygon to Polygon, MultiPoint to Point, MultiLineString to a LineString, and OGCConcretGeometryCollection to the reduced element it contains. If OGCConcretGeometryCollection is empty, returns self.- Specified by:
reduceFromMulti
in classOGCGeometry
- Returns:
- A reduced geometry or this.
-