Class GeospatialCoverage
- java.lang.Object
-
- org.gbif.api.model.registry.eml.geospatial.GeospatialCoverage
-
- All Implemented Interfaces:
Geometry
public class GeospatialCoverage extends Object implements Geometry
-
-
Constructor Summary
Constructors Constructor Description GeospatialCoverage()GeospatialCoverage(String description, BoundingBox boundingBox)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BoundingBoxgetBoundingBox()StringgetDescription()inthashCode()voidsetBoundingBox(BoundingBox boundingBox)voidsetDescription(String description)StringtoString()StringtoWellKnownText()
-
-
-
Constructor Detail
-
GeospatialCoverage
public GeospatialCoverage()
-
GeospatialCoverage
public GeospatialCoverage(String description, BoundingBox boundingBox)
-
-
Method Detail
-
getBoundingBox
public BoundingBox getBoundingBox()
-
setBoundingBox
public void setBoundingBox(BoundingBox boundingBox)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
toWellKnownText
public String toWellKnownText()
- Specified by:
toWellKnownTextin interfaceGeometry- Returns:
- the well know text (wkt) representation of the geometry
-
-