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 boolean
equals(Object o)
BoundingBox
getBoundingBox()
String
getDescription()
int
hashCode()
void
setBoundingBox(BoundingBox boundingBox)
void
setDescription(String description)
String
toString()
String
toWellKnownText()
-
-
-
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:
toWellKnownText
in interfaceGeometry
- Returns:
- the well know text (wkt) representation of the geometry
-
-