Class Point
- java.lang.Object
-
- org.gbif.api.model.registry.eml.geospatial.Point
-
-
Constructor Summary
Constructors Constructor Description Point()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLatitude()
double
getLongitude()
void
setLatitude(double latitude)
void
setLongitude(double longitude)
String
toWellKnownText()
-
-
-
Constructor Detail
-
Point
public Point()
-
-
Method Detail
-
getLatitude
public double getLatitude()
-
setLatitude
public void setLatitude(double latitude)
-
getLongitude
public double getLongitude()
-
setLongitude
public void setLongitude(double longitude)
-
toWellKnownText
public String toWellKnownText()
- Specified by:
toWellKnownText
in interfaceGeometry
- Returns:
- the well know text (wkt) representation of the geometry
-
-