Class Point
java.lang.Object
net.anwiba.spatial.geometry.internal.AbstractGeometry
net.anwiba.spatial.geometry.internal.Point
- All Implemented Interfaces:
Serializable,IBaseGeometry,IGeometry,IPoint,IPunctual
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPoint(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate) Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate, IEnvelope envelope) -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class net.anwiba.spatial.geometry.internal.AbstractGeometry
ensure, equals, getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, hashCode, isCollection, isMeasured, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anwiba.spatial.geometry.IGeometry
getCoordinateN, getCoordinateReferenceSystem, getDimension, getEnvelope, getNumberOfCoordinates, isCollection, isMeasured
-
Constructor Details
-
Point
-
Point
public Point(ICoordinateReferenceSystem coordinateReferenceSystem, ICoordinate coordinate, IEnvelope envelope)
-
-
Method Details
-
getCoordinateDimension
public int getCoordinateDimension()- Specified by:
getCoordinateDimensionin interfaceIGeometry
-
getCoordinateSequence
- Specified by:
getCoordinateSequencein interfaceIGeometry- Specified by:
getCoordinateSequencein classAbstractGeometry
-
getGeometryType
- Specified by:
getGeometryTypein interfaceIGeometry- Specified by:
getGeometryTypein classAbstractGeometry
-
getCoordinate
- Specified by:
getCoordinatein interfaceIPoint
-