public interface OccurrenceDistributionIndexService
Modifier and Type | Method and Description |
---|---|
Map<BasisOfRecord,Long> |
getBasisOfRecordCounts()
Returns the occurrence records count by basis of record.
|
Map<Kingdom,Long> |
getKingdomCounts()
Returns the occurrence records count by kingdom.
|
Map<Integer,Long> |
getYearCounts(@Min(value=0L) int from,
@Min(value=0L) int to)
Returns the occurrence records count by year.
|
Map<BasisOfRecord,Long> getBasisOfRecordCounts()
Map<Kingdom,Long> getKingdomCounts()
Map<Integer,Long> getYearCounts(@Min(value=0L) @Min(value=0L) int from, @Min(value=0L) @Min(value=0L) int to)
from
- minimum yearto
- maximum yearCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.