See: Description
Class | Description |
---|---|
Dimension<T> |
A typed dimension to a cube, which is constructed with a unique key.
|
OccurrenceCube |
The occurrence cube dimension definitions and the way in which they are rolled up into counts.
|
ReadBuilder |
Provides building of addresses for reading the cube.
|
Rollup |
A rollup defines an addressable count that is maintained for a set of dimensions.
|
ReadBuilder
is supplied to help ensure types are respected
when constructing cube lookups. A typical usage might be as follows:
new ReadBuilder()
.at(OccurrenceCube.YEAR, 2012)
.at(OccurrenceCube.KINGDOM, Kingdom.ANIMALIA)
.build();
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.