Package org.gbif.api.model
Class Constants
java.lang.Object
org.gbif.api.model.Constants
Common variables used by API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UUID
The dataset key for the Catalogue of Life.static final UUID
The dataset key for the EOD - eBird Observation Dataset.static final UUID
The dataset key for the iNaturalist Research-grade Observations dataset.static final UUID
The dataset key for the IUCN Red List of Threatened Speciesstatic final UUID
The dataset key for the GBIF backbone (NUB) taxonomy.static final int
The maximum key for a NUB usage.static final UUID
The network key for the GBIF backbone sources.static final UUID
The network key for the Ocean Biodiversity Information System (OBIS).static final UUID
The publishing organization key for Plazi. -
Method Summary
-
Field Details
-
NUB_DATASET_KEY
The dataset key for the GBIF backbone (NUB) taxonomy. -
NUB_NETWORK_KEY
The network key for the GBIF backbone sources. -
COL_DATASET_KEY
The dataset key for the Catalogue of Life. -
PLAZI_ORG_KEY
The publishing organization key for Plazi. -
OBIS_NETWORK_KEY
The network key for the Ocean Biodiversity Information System (OBIS). -
EBIRD_DATASET_KEY
The dataset key for the EOD - eBird Observation Dataset. -
INATURALIST_DATASET_KEY
The dataset key for the iNaturalist Research-grade Observations dataset. -
IUCN_DATASET_KEY
The dataset key for the IUCN Red List of Threatened Species -
NUB_MAXIMUM_KEY
The maximum key for a NUB usage. All non-NUB usages have a key above this limit, so it can be used as a simple way to distinguish between NUB and checklist usages.- See Also:
-