Package net.anwiba.spatial.geometry
Interface IBaseGeometry
-
- All Superinterfaces:
IGeometry,java.io.Serializable
- All Known Subinterfaces:
ILinearRing,ILineString,IPoint,IPolygon,IRectangle
- All Known Implementing Classes:
LinearRing,LineString,Point,Polygon,Rectangle
public interface IBaseGeometry extends IGeometry
-
-
Method Summary
-
Methods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateDimension, getCoordinateN, getCoordinateReferenceSystem, getCoordinateSequence, getDimension, getEnvelope, getGeometryType, getNumberOfCoordinates, isCollection, isMeasured
-
-