Uses of Class
org.gbif.api.model.registry.eml.geospatial.BoundingBox
-
Packages that use BoundingBox Package Description org.gbif.api.model.registry.eml.geospatial -
-
Uses of BoundingBox in org.gbif.api.model.registry.eml.geospatial
Methods in org.gbif.api.model.registry.eml.geospatial that return BoundingBox Modifier and Type Method Description BoundingBox
GeospatialCoverage. getBoundingBox()
Methods in org.gbif.api.model.registry.eml.geospatial with parameters of type BoundingBox Modifier and Type Method Description void
GeospatialCoverage. setBoundingBox(BoundingBox boundingBox)
Constructors in org.gbif.api.model.registry.eml.geospatial with parameters of type BoundingBox Constructor Description GeospatialCoverage(String description, BoundingBox boundingBox)
-