public abstract class AbstractGeometry extends Object implements IGeometry
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensure(ICoordinateSequence sequence) |
ICoordinate |
getCoordinateN(int index) |
ICoordinateReferenceSystem |
getCoordinateReferenceSystem() |
abstract ICoordinateSequence |
getCoordinateSequence() |
int |
getDimension() |
IEnvelope |
getEnvelope() |
abstract GeometryType |
getGeometryType() |
int |
getNumberOfCoordinates() |
boolean |
isCollection() |
boolean |
isMeasured() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoordinateDimensionprotected void ensure(ICoordinateSequence sequence)
public final ICoordinate getCoordinateN(int index)
getCoordinateN in interface IGeometrypublic abstract ICoordinateSequence getCoordinateSequence()
getCoordinateSequence in interface IGeometrypublic final int getDimension()
getDimension in interface IGeometrypublic IEnvelope getEnvelope()
getEnvelope in interface IGeometrypublic ICoordinateReferenceSystem getCoordinateReferenceSystem()
getCoordinateReferenceSystem in interface IGeometrypublic abstract GeometryType getGeometryType()
getGeometryType in interface IGeometrypublic final int getNumberOfCoordinates()
getNumberOfCoordinates in interface IGeometrypublic boolean isMeasured()
isMeasured in interface IGeometrypublic final boolean isCollection()
isCollection in interface IGeometryCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.