public interface PointGeometryType extends GeometryType
| Modifier and Type | Method and Description |
|---|---|
Point |
createPoint(double[] coordinates)
Deprecated.
Creates a new point object
|
Point |
createPoint(double x,
double y)
Deprecated.
Creates a new point object
|
addAlias, create, getAlias, getDimension, getFullName, getGeometryClass, getGeometryOperation, getName, getSubType, getSuperTypes, getType, hasM, hasZ, isSubTypeOf, isSubTypeOf, isTypeOf, isTypeOf, setGeometryOperation, toStringPoint createPoint(double x, double y)
x - the x coordinate of the pointy - the y coordinate of the pointPoint createPoint(double[] coordinates)
coordinates - the coordinates of the point