Package com.esri.core.geometry.ogc
Class OGCGeometryCollection
- java.lang.Object
-
- com.esri.core.geometry.ogc.OGCGeometry
-
- com.esri.core.geometry.ogc.OGCGeometryCollection
-
- Direct Known Subclasses:
OGCConcreteGeometryCollection
,OGCMultiCurve
,OGCMultiPoint
,OGCMultiSurface
public abstract class OGCGeometryCollection extends OGCGeometry
-
-
Field Summary
-
Fields inherited from class com.esri.core.geometry.ogc.OGCGeometry
esriSR
-
-
Constructor Summary
Constructors Constructor Description OGCGeometryCollection()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract OGCGeometry
geometryN(int n)
Returns the Nth geometry in this GeometryCollection.abstract int
numGeometries()
Returns the number of geometries in this GeometryCollection.-
Methods inherited from class com.esri.core.geometry.ogc.OGCGeometry
asBinary, asGeoJson, asGeoJsonImpl, asJson, asText, boundary, 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
-
numGeometries
public abstract int numGeometries()
Returns the number of geometries in this GeometryCollection.
-
geometryN
public abstract OGCGeometry geometryN(int n)
Returns the Nth geometry in this GeometryCollection.- Parameters:
n
- The 0 based index of the geometry.
-
-