public interface IGeometry extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getCoordinateDimension() |
ICoordinate |
getCoordinateN(int index) |
ICoordinateReferenceSystem |
getCoordinateReferenceSystem() |
ICoordinateSequence |
getCoordinateSequence() |
int |
getDimension() |
IEnvelope |
getEnvelope() |
GeometryType |
getGeometryType() |
int |
getNumberOfCoordinates() |
boolean |
isCollection() |
boolean |
isMeasured() |
IEnvelope getEnvelope()
ICoordinateReferenceSystem getCoordinateReferenceSystem()
int getNumberOfCoordinates()
ICoordinate getCoordinateN(int index)
ICoordinateSequence getCoordinateSequence()
int getCoordinateDimension()
GeometryType getGeometryType()
int getDimension()
boolean isMeasured()
boolean isCollection()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.