Package | Description |
---|---|
org.gbif.api.model.checklistbank | |
org.gbif.api.service.occurrence | |
org.gbif.api.vocabulary |
Modifier and Type | Method and Description |
---|---|
@Min(value=0L) int |
DatasetMetrics.getCountByKingdom(Kingdom kingdom)
For an occurrence dataset get the number of records that are interpreted to belong to a certain nub kingdom.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetMetrics.setCountByKingdom(Map<Kingdom,Integer> countByKingdom) |
Modifier and Type | Method and Description |
---|---|
Map<Kingdom,Long> |
OccurrenceDistributionIndexService.getKingdomCounts()
Returns the occurrence records count by kingdom.
|
Modifier and Type | Method and Description |
---|---|
static Kingdom |
Kingdom.byNubUsageId(int usageKey)
Deprecated.
please use byNubUsageId(int) instead
|
static Kingdom |
Kingdom.byNubUsageKey(int usageKey)
Looks up a kingdom by its nub usage key.
|
static Kingdom |
Kingdom.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kingdom[] |
Kingdom.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.