Class OGCGeometryCollection

    • Constructor Detail

      • OGCGeometryCollection

        public OGCGeometryCollection()
    • 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.