Class Polygon
java.lang.Object
org.gbif.api.model.registry.eml.geospatial.Polygon
- All Implemented Interfaces:
Geometry
A simple polygon made out of a list of points to be joined.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Polygon
public Polygon()
-
-
Method Details
-
getPoints
-
setPoints
-
toWellKnownText
- Specified by:
toWellKnownText
in interfaceGeometry
- Returns:
- the well know text (wkt) representation of the geometry
-
addPoint
-