Package net.anwiba.spatial.geometry
Interface IPoint
-
- All Superinterfaces:
IBaseGeometry,IGeometry,IPunctual,java.io.Serializable
- All Known Implementing Classes:
Point
public interface IPoint extends IBaseGeometry, IPunctual
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICoordinategetCoordinate()-
Methods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateDimension, getCoordinateN, getCoordinateReferenceSystem, getCoordinateSequence, getDimension, getEnvelope, getGeometryType, getNumberOfCoordinates, isCollection, isMeasured
-
-
-
-
Method Detail
-
getCoordinate
ICoordinate getCoordinate()
-
-