Package | Description |
---|---|
org.gbif.api.model.checklistbank | |
org.gbif.api.model.collections | |
org.gbif.api.model.collections.duplicates | |
org.gbif.api.model.collections.lookup | |
org.gbif.api.model.collections.suggestions | |
org.gbif.api.model.metrics.cube |
Provides the classes necessary to construct read only requests to well defined cubes.
|
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.service.occurrence | |
org.gbif.api.service.registry | |
org.gbif.api.util.iterables | |
org.gbif.api.vocabulary |
Modifier and Type | Method and Description |
---|---|
Country |
VernacularName.getCountry()
The country in which the vernacular name is used.
|
Country |
Distribution.getCountry() |
Modifier and Type | Method and Description |
---|---|
void |
VernacularName.setCountry(Country country) |
void |
Distribution.setCountry(Country country) |
Modifier and Type | Method and Description |
---|---|
Country |
Contact.getCountry() |
Country |
Address.getCountry()
Country where this address is located.
|
Modifier and Type | Method and Description |
---|---|
void |
Contact.setCountry(Country country) |
void |
Address.setCountry(Country country) |
Modifier and Type | Method and Description |
---|---|
Country |
Duplicate.getMailingCountry() |
Country |
Duplicate.getPhysicalCountry() |
Modifier and Type | Method and Description |
---|---|
List<Country> |
DuplicatesRequest.getInCountries() |
List<Country> |
DuplicatesRequest.getNotInCountries() |
Modifier and Type | Method and Description |
---|---|
void |
Duplicate.setMailingCountry(Country mailingCountry) |
void |
Duplicate.setPhysicalCountry(Country physicalCountry) |
Modifier and Type | Method and Description |
---|---|
Country |
LookupParams.getCountry() |
Modifier and Type | Method and Description |
---|---|
void |
LookupParams.setCountry(Country country) |
Modifier and Type | Method and Description |
---|---|
Country |
ChangeSuggestion.getEntityCountry() |
Country |
BaseChangeSuggestion.getEntityCountry() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeSuggestion.setEntityCountry(Country entityCountry) |
void |
BaseChangeSuggestion.setEntityCountry(Country entityCountry) |
Modifier and Type | Field and Description |
---|---|
static Dimension<Country> |
OccurrenceCube.COUNTRY |
static Dimension<Country> |
OccurrenceCube.PUBLISHING_COUNTRY |
Modifier and Type | Method and Description |
---|---|
ReadBuilder |
ReadBuilder.at(Dimension<Country> dim,
Country value)
Adds an country type dimension to the address.
|
Modifier and Type | Method and Description |
---|---|
ReadBuilder |
ReadBuilder.at(Dimension<Country> dim,
Country value)
Adds an country type dimension to the address.
|
Modifier and Type | Method and Description |
---|---|
Country |
Occurrence.getCountry() |
Country |
VerbatimOccurrence.getPublishingCountry()
The country of the organization that publishes the dataset to which the occurrence belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
Occurrence.setCountry(Country country) |
void |
VerbatimOccurrence.setPublishingCountry(Country publishingCountry) |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceSearchRequest.addCountryFilter(Country country) |
void |
OccurrenceSearchRequest.addPublishingCountryFilter(Country country) |
Modifier and Type | Method and Description |
---|---|
@NotNull Country |
Organization.getCountry() |
Country |
Node.getCountry() |
Country |
Network.getCountry() |
Country |
Contact.getCountry() |
Country |
Address.getCountry()
country in EML
|
Modifier and Type | Method and Description |
---|---|
Set<Country> |
Dataset.getCountryCoverage() |
Modifier and Type | Method and Description |
---|---|
void |
Organization.setCountry(Country country) |
void |
Node.setCountry(Country country) |
void |
Network.setCountry(Country country) |
void |
Contact.setCountry(Country country) |
void |
Address.setCountry(Country country) |
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setCountryCoverage(Set<Country> countryCoverage) |
Modifier and Type | Method and Description |
---|---|
Country |
DatasetSearchResult.getHostingCountry() |
Country |
DatasetSearchResult.getPublishingCountry() |
Modifier and Type | Method and Description |
---|---|
Set<Country> |
DatasetSearchResult.getCountryCoverage()
Currently not populated.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetSearchRequest.addCountryFilter(Country country)
Filters dataset by a country of the geospatial coverage.
|
void |
DatasetSearchRequest.addPublishingCountryFilter(Country country)
Filters dataset by the owning organizations country.
|
void |
DatasetSearchResult.setHostingCountry(Country hostingCountry) |
void |
DatasetSearchResult.setPublishingCountry(Country publishingCountry) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetSearchResult.setCountryCoverage(Set<Country> countryCoverage) |
Modifier and Type | Method and Description |
---|---|
Map<Country,Long> |
OccurrenceCountryIndexService.countriesForPublishingCountry(Country publishingCountry)
Lists all countries occurrences are falling into that have been published by a given country.
|
Map<Country,Long> |
OccurrenceCountryIndexService.publishingCountriesForCountry(Country country)
Lists all publishing countries of occurrences falling within a given country.
|
Modifier and Type | Method and Description |
---|---|
Map<Country,Long> |
OccurrenceCountryIndexService.countriesForPublishingCountry(Country publishingCountry)
Lists all countries occurrences are falling into that have been published by a given country.
|
SortedMap<UUID,Long> |
OccurrenceDatasetIndexService.occurrenceDatasetsForCountry(Country country)
This provides a map of occurrence dataset keys to the number of records matching the given country.
|
Map<Country,Long> |
OccurrenceCountryIndexService.publishingCountriesForCountry(Country country)
Lists all publishing countries of occurrences falling within a given country.
|
Modifier and Type | Method and Description |
---|---|
List<Country> |
NodeService.listActiveCountries()
Returns those countries considered active in GBIF.
|
List<Country> |
NodeService.listNodeCountries()
Returns a list of all countries which do have a GBIF node.
|
Modifier and Type | Method and Description |
---|---|
Node |
NodeService.getByCountry(Country country)
Returns a node for a given country.
|
Map<Integer,Map<Integer,Long>> |
OccurrenceDownloadService.getDownloadedRecordsByDataset(Date fromDate,
Date toDate,
Country publishingCountry,
UUID datasetKey,
UUID publishingOrgKey)
Retrieves downloaded records monthly stats by country (user and publishing country) and
dataset.
|
Map<Integer,Map<Integer,Long>> |
OccurrenceDownloadService.getDownloadsByDataset(Date fromDate,
Date toDate,
Country publishingCountry,
UUID datasetKey,
UUID publishingOrgKey)
Retrieves downloads monthly stats by country (user and publishing country) and dataset.
|
Map<Integer,Map<Integer,Long>> |
OccurrenceDownloadService.getDownloadsByUserCountry(Date fromDate,
Date toDate,
Country userCountry)
Retrieves downloads monthly stats by country (user and publishing country) and dataset.
|
PagingResponse<DownloadStatistics> |
OccurrenceDownloadService.getDownloadStatistics(Date fromDate,
Date toDate,
Country publishingCountry,
UUID datasetKey,
UUID publishingOrgKey,
Pageable page)
Retrieves downloads monthly stats by country (user and publishing country) and dataset.
|
PagingResponse<Dataset> |
DatasetService.listByCountry(Country country,
DatasetType type,
Pageable page)
Provides paging service to list datasets published, i.e.
|
PagingResponse<Organization> |
OrganizationService.listByCountry(Country country,
Pageable page)
Provides access to all organizations from a country.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<DownloadStatistics> |
Iterables.downloadStatistics(OccurrenceDownloadService service,
Date fromDate,
Date toDate,
Country publishingCountry,
UUID datasetKey,
UUID publishingOrgKey,
Integer limit)
|
static Iterable<Organization> |
Iterables.organizations(Country country,
OrganizationService service) |
Constructor and Description |
---|
DownloadStatisticPager(OccurrenceDownloadService service,
Date fromDate,
Date toDate,
Country publishingCountry,
UUID datasetKey,
UUID publishingOrgKey,
int pageSize) |
OrganizationPager(OrganizationService service,
Country country,
int pageSize) |
Modifier and Type | Field and Description |
---|---|
static List<Country> |
Country.OFFICIAL_COUNTRIES |
Modifier and Type | Method and Description |
---|---|
Country |
Country.TitleDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Country |
Country.IsoDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static Country |
Country.fromIsoCode(String code) |
static Country |
Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Country.TitleSerializer.serialize(Country value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Country.IsoSerializer.serialize(Country value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.