Package | Description |
---|---|
org.gbif.api.model.metrics.cube |
Provides the classes necessary to construct read only requests to well defined cubes.
|
Modifier and Type | Field and Description |
---|---|
static Dimension<BasisOfRecord> |
OccurrenceCube.BASIS_OF_RECORD |
static Dimension<Country> |
OccurrenceCube.COUNTRY |
static Dimension<UUID> |
OccurrenceCube.DATASET_KEY |
static Dimension<Boolean> |
OccurrenceCube.IS_GEOREFERENCED |
static Dimension<OccurrenceIssue> |
OccurrenceCube.ISSUE |
static Dimension<EndpointType> |
OccurrenceCube.PROTOCOL |
static Dimension<Country> |
OccurrenceCube.PUBLISHING_COUNTRY |
static Dimension<Integer> |
OccurrenceCube.TAXON_KEY |
static Dimension<TypeStatus> |
OccurrenceCube.TYPE_STATUS |
static Dimension<Integer> |
OccurrenceCube.YEAR |
Modifier and Type | Field and Description |
---|---|
static List<Dimension<?>> |
OccurrenceCube.DIMENSIONS |
Modifier and Type | Method and Description |
---|---|
Map<Dimension<?>,String> |
ReadBuilder.build() |
Set<Dimension<?>> |
Rollup.getDimensions() |
Modifier and Type | Method and Description |
---|---|
ReadBuilder |
ReadBuilder.at(Dimension<? extends Enum<?>> dim,
Enum<?> value)
Adds an enumerated type dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<Boolean> dim,
boolean value)
Adds a boolen typed dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<Country> dim,
Country value)
Adds an country type dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<Double> dim,
double value)
Adds a double typed dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<Float> dim,
float value)
Adds a float typed dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<Integer> dim,
int value)
Adds an integer typed dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<Language> dim,
Language value)
Adds an language type dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<String> dim,
String value)
Adds an String typed dimension to the address.
|
ReadBuilder |
ReadBuilder.at(Dimension<UUID> dim,
UUID value)
Adds a UUID typed dimension to the address.
|
Modifier and Type | Method and Description |
---|---|
void |
Rollup.setDimensions(Set<Dimension<?>> dimensions)
Where possible use the constructor and not this version
|
Constructor and Description |
---|
Rollup(Dimension<?>... d) |
Constructor and Description |
---|
Rollup(Set<Dimension<?>> components) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.