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 UUIDThe dataset key for the Catalogue of Life.static final UUIDThe dataset key for the EOD - eBird Observation Dataset.static final UUIDThe dataset key for the iNaturalist Research-grade Observations dataset.static final UUIDThe dataset key for the IUCN Red List of Threatened Speciesstatic final UUIDThe dataset key for the GBIF backbone (NUB) taxonomy.static final intThe maximum key for a NUB usage.static final UUIDThe network key for the GBIF backbone sources.static final UUIDThe network key for the Ocean Biodiversity Information System (OBIS).static final UUIDThe 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:
-