Package net.anwiba.spatial.geometry
Interface IMultiLineString
-
- All Superinterfaces:
IGeometry,IGeometryCollection,ILineal,java.io.Serializable
- All Known Implementing Classes:
MultiLineString
public interface IMultiLineString extends IGeometryCollection, ILineal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<ILineString>geometries()ILineStringgetGeometryN(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
ILineString getGeometryN(int index)
- Specified by:
getGeometryNin interfaceIGeometryCollection
-
geometries
java.lang.Iterable<ILineString> geometries()
- Specified by:
geometriesin interfaceIGeometryCollection
-
-