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
  • Constructor Details

    • OGCGeometryCollection

      public OGCGeometryCollection()
  • Method Details

    • 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.