Uses of Class
org.gbif.api.vocabulary.Country
-
Packages that use Country 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 -
-
Uses of Country in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return Country Modifier and Type Method Description Country
Distribution. getCountry()
Country
VernacularName. getCountry()
The country in which the vernacular name is used.Methods in org.gbif.api.model.checklistbank with parameters of type Country Modifier and Type Method Description void
Distribution. setCountry(Country country)
void
VernacularName. setCountry(Country country)
-
Uses of Country in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return Country Modifier and Type Method Description Country
Address. getCountry()
Country where this address is located.Country
Contact. getCountry()
Methods in org.gbif.api.model.collections with parameters of type Country Modifier and Type Method Description void
Address. setCountry(Country country)
void
Contact. setCountry(Country country)
-
Uses of Country in org.gbif.api.model.collections.duplicates
Methods in org.gbif.api.model.collections.duplicates that return Country Modifier and Type Method Description Country
Duplicate. getMailingCountry()
Country
Duplicate. getPhysicalCountry()
Methods in org.gbif.api.model.collections.duplicates that return types with arguments of type Country Modifier and Type Method Description List<Country>
DuplicatesRequest. getInCountries()
List<Country>
DuplicatesRequest. getNotInCountries()
Methods in org.gbif.api.model.collections.duplicates with parameters of type Country Modifier and Type Method Description void
Duplicate. setMailingCountry(Country mailingCountry)
void
Duplicate. setPhysicalCountry(Country physicalCountry)
-
Uses of Country in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return Country Modifier and Type Method Description Country
LookupParams. getCountry()
Methods in org.gbif.api.model.collections.lookup with parameters of type Country Modifier and Type Method Description void
LookupParams. setCountry(Country country)
-
Uses of Country in org.gbif.api.model.collections.suggestions
Methods in org.gbif.api.model.collections.suggestions that return Country Modifier and Type Method Description Country
BaseChangeSuggestion. getEntityCountry()
Country
ChangeSuggestion. getEntityCountry()
Methods in org.gbif.api.model.collections.suggestions with parameters of type Country Modifier and Type Method Description void
BaseChangeSuggestion. setEntityCountry(Country entityCountry)
void
ChangeSuggestion. setEntityCountry(Country entityCountry)
-
Uses of Country in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube with type parameters of type Country Modifier and Type Field Description static Dimension<Country>
OccurrenceCube. COUNTRY
static Dimension<Country>
OccurrenceCube. PUBLISHING_COUNTRY
Methods in org.gbif.api.model.metrics.cube with parameters of type Country Modifier and Type Method Description ReadBuilder
ReadBuilder. at(Dimension<Country> dim, Country value)
Adds an country type dimension to the address.Method parameters in org.gbif.api.model.metrics.cube with type arguments of type Country Modifier and Type Method Description ReadBuilder
ReadBuilder. at(Dimension<Country> dim, Country value)
Adds an country type dimension to the address. -
Uses of Country in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return Country Modifier and Type Method Description Country
Occurrence. getCountry()
Country
VerbatimOccurrence. getPublishingCountry()
The country of the organization that publishes the dataset to which the occurrence belongs.Methods in org.gbif.api.model.occurrence with parameters of type Country Modifier and Type Method Description void
Occurrence. setCountry(Country country)
void
VerbatimOccurrence. setPublishingCountry(Country publishingCountry)
-
Uses of Country in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type Country Modifier and Type Method Description void
OccurrenceSearchRequest. addCountryFilter(Country country)
void
OccurrenceSearchRequest. addPublishingCountryFilter(Country country)
-
Uses of Country in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return Country Modifier and Type Method Description Country
Address. getCountry()
country in EMLCountry
Contact. getCountry()
Country
Network. getCountry()
Country
Node. getCountry()
@NotNull Country
Organization. getCountry()
Methods in org.gbif.api.model.registry that return types with arguments of type Country Modifier and Type Method Description Set<Country>
Dataset. getCountryCoverage()
Methods in org.gbif.api.model.registry with parameters of type Country Modifier and Type Method Description void
Address. setCountry(Country country)
void
Contact. setCountry(Country country)
void
Network. setCountry(Country country)
void
Node. setCountry(Country country)
void
Organization. setCountry(Country country)
Method parameters in org.gbif.api.model.registry with type arguments of type Country Modifier and Type Method Description void
Dataset. setCountryCoverage(Set<Country> countryCoverage)
-
Uses of Country in org.gbif.api.model.registry.search
Methods in org.gbif.api.model.registry.search that return Country Modifier and Type Method Description Country
DatasetSearchResult. getHostingCountry()
Country
DatasetSearchResult. getPublishingCountry()
Methods in org.gbif.api.model.registry.search that return types with arguments of type Country Modifier and Type Method Description Set<Country>
DatasetSearchResult. getCountryCoverage()
Currently not populated.Methods in org.gbif.api.model.registry.search with parameters of type Country Modifier and Type Method 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)
Method parameters in org.gbif.api.model.registry.search with type arguments of type Country Modifier and Type Method Description void
DatasetSearchResult. setCountryCoverage(Set<Country> countryCoverage)
-
Uses of Country in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence that return types with arguments of type Country Modifier and Type Method 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.Methods in org.gbif.api.service.occurrence with parameters of type Country Modifier and Type Method 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. -
Uses of Country in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type Country Modifier and Type Method 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.Methods in org.gbif.api.service.registry with parameters of type Country Modifier and Type Method 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. -
Uses of Country in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type Country Modifier and Type Method 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)
Constructors in org.gbif.api.util.iterables with parameters of type Country Constructor Description DownloadStatisticPager(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, int pageSize)
OrganizationPager(OrganizationService service, Country country, int pageSize)
-
Uses of Country in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type Country Modifier and Type Field Description static List<Country>
Country. OFFICIAL_COUNTRIES
Methods in org.gbif.api.vocabulary that return Country Modifier and Type Method Description Country
Country.IsoDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Country
Country.TitleDeserializer. 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.Methods in org.gbif.api.vocabulary with parameters of type Country Modifier and Type Method Description void
Country.IsoSerializer. serialize(Country value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
void
Country.TitleSerializer. serialize(Country value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-