Package | Description |
---|---|
org.gbif.api.model.metrics.cube |
Provides the classes necessary to construct read only requests to well defined cubes.
|
org.gbif.api.service.metrics |
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 |
---|---|
long |
CubeService.get(ReadBuilder addressBuilder)
Using the supplied
ReadBuilder to obtain the address, looks up the cube value. |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.