Class Point
- java.lang.Object
-
- net.anwiba.spatial.geometry.internal.AbstractGeometry
-
- net.anwiba.spatial.geometry.internal.Point
-
- All Implemented Interfaces:
java.io.Serializable,IBaseGeometry,IGeometry,IPoint,IPunctual
public class Point extends AbstractGeometry implements IPoint
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate)Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate, IEnvelope envelope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICoordinategetCoordinate()intgetCoordinateDimension()ICoordinateSequencegetCoordinateSequence()GeometryTypegetGeometryType()-
Methods inherited from class net.anwiba.spatial.geometry.internal.AbstractGeometry
ensure, equals, getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, hashCode, isCollection, isMeasured
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, isCollection, isMeasured
-
-
-
-
Constructor Detail
-
Point
public Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate)
-
Point
public Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate, IEnvelope envelope)
-
-
Method Detail
-
getCoordinateDimension
public int getCoordinateDimension()
- Specified by:
getCoordinateDimensionin interfaceIGeometry
-
getCoordinateSequence
public ICoordinateSequence getCoordinateSequence()
- Specified by:
getCoordinateSequencein interfaceIGeometry- Specified by:
getCoordinateSequencein classAbstractGeometry
-
getGeometryType
public GeometryType getGeometryType()
- Specified by:
getGeometryTypein interfaceIGeometry- Specified by:
getGeometryTypein classAbstractGeometry
-
getCoordinate
public ICoordinate getCoordinate()
- Specified by:
getCoordinatein interfaceIPoint
-
-