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 |
Modifier and Type | Method and Description |
---|---|
Continent |
Occurrence.getContinent() |
Modifier and Type | Method and Description |
---|---|
void |
Occurrence.setContinent(Continent continent) |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceSearchRequest.addContinentFilter(Continent continent) |
Modifier and Type | Method and Description |
---|---|
Continent |
Node.getContinent() |
Modifier and Type | Method and Description |
---|---|
void |
Node.setContinent(Continent continent) |
Modifier and Type | Method and Description |
---|---|
Set<Continent> |
DatasetSearchResult.getContinent()
Currently not populated.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetSearchRequest.addContinentFilter(Continent continent)
Filters dataset by a continent of the geospatial coverage.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetSearchResult.setContinent(Set<Continent> continent) |
Modifier and Type | Method and 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.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.