Class Point
java.lang.Object
org.gbif.api.model.registry.eml.geospatial.Point
- All Implemented Interfaces:
Geometry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
void
setLatitude
(double latitude) void
setLongitude
(double longitude)
-
Constructor Details
-
Point
public Point()
-
-
Method Details
-
getLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-
toWellKnownText
- Specified by:
toWellKnownText
in interfaceGeometry
- Returns:
- the well know text (wkt) representation of the geometry
-