Class Polygon
- java.lang.Object
-
- org.gbif.api.model.registry.eml.geospatial.Polygon
-
-
Constructor Summary
Constructors Constructor Description Polygon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPoint(Point point)
List<Point>
getPoints()
void
setPoints(List<Point> points)
String
toWellKnownText()
-
-
-
Constructor Detail
-
Polygon
public Polygon()
-
-
Method Detail
-
toWellKnownText
public String toWellKnownText()
- Specified by:
toWellKnownText
in interfaceGeometry
- Returns:
- the well know text (wkt) representation of the geometry
-
-