Uses of Class
org.gbif.api.vocabulary.Continent
-
Packages that use Continent Package Description org.gbif.api.model.occurrence org.gbif.api.model.occurrence.search org.gbif.api.model.registry org.gbif.api.model.registry.search org.gbif.api.vocabulary -
-
Uses of Continent in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return Continent Modifier and Type Method Description Continent
Occurrence. getContinent()
Methods in org.gbif.api.model.occurrence with parameters of type Continent Modifier and Type Method Description void
Occurrence. setContinent(Continent continent)
-
Uses of Continent in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type Continent Modifier and Type Method Description void
OccurrenceSearchRequest. addContinentFilter(Continent continent)
-
Uses of Continent in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return Continent Modifier and Type Method Description Continent
Node. getContinent()
Methods in org.gbif.api.model.registry with parameters of type Continent Modifier and Type Method Description void
Node. setContinent(Continent continent)
-
Uses of Continent in org.gbif.api.model.registry.search
Methods in org.gbif.api.model.registry.search that return types with arguments of type Continent Modifier and Type Method Description Set<Continent>
DatasetSearchResult. getContinent()
Currently not populated.Methods in org.gbif.api.model.registry.search with parameters of type Continent Modifier and Type Method Description void
DatasetSearchRequest. addContinentFilter(Continent continent)
Filters dataset by a continent of the geospatial coverage.Method parameters in org.gbif.api.model.registry.search with type arguments of type Continent Modifier and Type Method Description void
DatasetSearchResult. setContinent(Set<Continent> continent)
-
Uses of Continent in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return Continent Modifier and Type Method Description static Continent
Continent. fromString(String continent)
static Continent
Continent. valueOf(String name)
Returns the enum constant of this type with the specified name.static Continent[]
Continent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-