Package org.gvsig.fmap.geom.primitive
Interface PointGeometryType
- All Superinterfaces:
GeometryType
This class is deprecated.
Use GeometryType.
-
Method Summary
Modifier and TypeMethodDescriptioncreatePoint(double[] coordinates) Creates a new point objectcreatePoint(double x, double y) Creates a new point objectMethods inherited from interface org.gvsig.fmap.geom.type.GeometryType
addAlias, create, getAlias, getDimension, getFullName, getGeometryClass, getGeometryOperation, getName, getSubType, getSuperTypes, getType, hasM, hasZ, isSubTypeOf, isSubTypeOf, isTypeOf, isTypeOf, setGeometryOperation, toString
-
Method Details
-
createPoint
Creates a new point object- Parameters:
x- the x coordinate of the pointy- the y coordinate of the point- Returns:
- the new point
-
createPoint
Creates a new point object- Parameters:
coordinates- the coordinates of the point- Returns:
- the new point
-