Package net.anwiba.spatial.geometry
Interface IGeometry
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IBaseGeometry,IGeometryCollection,ILineal,ILinearRing,ILineString,IMultiLineString,IMultiPoint,IMultiPolygon,IPoint,IPolygon,IPolygonal,IPunctual,IRectangle
- All Known Implementing Classes:
AbstractGeometry,AbstractGeometryCollection,GeometryCollection,LinearRing,LineString,MultiLineString,MultiPoint,MultiPolygon,Point,Polygon,Rectangle
-
Method Summary
-
Method Details
-
getEnvelope
IEnvelope getEnvelope() -
getCoordinateReferenceSystem
ICoordinateReferenceSystem getCoordinateReferenceSystem() -
getNumberOfCoordinates
int getNumberOfCoordinates() -
getCoordinateN
-
getCoordinateSequence
ICoordinateSequence getCoordinateSequence() -
getCoordinateDimension
int getCoordinateDimension() -
getGeometryType
GeometryType getGeometryType() -
getDimension
int getDimension() -
isMeasured
boolean isMeasured() -
isCollection
boolean isCollection()
-