Package net.anwiba.spatial.geometry
Interface IMultiPolygon
-
- All Superinterfaces:
IGeometry,IGeometryCollection,IPolygonal,java.io.Serializable
- All Known Implementing Classes:
MultiPolygon
public interface IMultiPolygon extends IGeometryCollection, IPolygonal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<IPolygon>geometries()IPolygongetGeometryN(int index)-
Methods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateDimension, getCoordinateN, getCoordinateReferenceSystem, getCoordinateSequence, getDimension, getEnvelope, getGeometryType, getNumberOfCoordinates, isCollection, isMeasured
-
Methods inherited from interface net.anwiba.spatial.geometry.IGeometryCollection
getNumberOfGeometries
-
-
-
-
Method Detail
-
getGeometryN
IPolygon getGeometryN(int index)
- Specified by:
getGeometryNin interfaceIGeometryCollection
-
geometries
java.lang.Iterable<IPolygon> geometries()
- Specified by:
geometriesin interfaceIGeometryCollection
-
-