public class Point extends AbstractGeometry implements IPoint
| Constructor and Description |
|---|
Point(ICoordinateReferenceSystem coordinateReferenceSystem,
ICoordinate coordinate) |
Point(ICoordinateReferenceSystem coordinateReferenceSystem,
ICoordinate coordinate,
IEnvelope envelope) |
| Modifier and Type | Method and Description |
|---|---|
ICoordinate |
getCoordinate() |
int |
getCoordinateDimension() |
ICoordinateSequence |
getCoordinateSequence() |
GeometryType |
getGeometryType() |
ensure, getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, isCollection, isMeasuredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, isCollection, isMeasuredpublic Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate)
public Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate, IEnvelope envelope)
public int getCoordinateDimension()
getCoordinateDimension in interface IGeometrypublic ICoordinateSequence getCoordinateSequence()
getCoordinateSequence in interface IGeometrygetCoordinateSequence in class AbstractGeometrypublic GeometryType getGeometryType()
getGeometryType in interface IGeometrygetGeometryType in class AbstractGeometrypublic ICoordinate getCoordinate()
getCoordinate in interface IPointCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.