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
-
Field Summary
Fields inherited from class com.esri.core.geometry.ogc.OGCGeometry
esriSR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract OGCGeometry
geometryN
(int n) Returns the Nth geometry in this GeometryCollection.abstract int
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
-
Constructor Details
-
OGCGeometryCollection
public OGCGeometryCollection()
-
-
Method Details
-
numGeometries
public abstract int numGeometries()Returns the number of geometries in this GeometryCollection. -
geometryN
Returns the Nth geometry in this GeometryCollection.- Parameters:
n
- The 0 based index of the geometry.
-