Uses of Class
org.gbif.api.model.metrics.cube.Dimension
-
Packages that use Dimension Package Description org.gbif.api.model.metrics.cube Provides the classes necessary to construct read only requests to well defined cubes. -
-
Uses of Dimension in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube declared as Dimension Modifier and Type Field 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
Fields in org.gbif.api.model.metrics.cube with type parameters of type Dimension Modifier and Type Field Description static List<Dimension<?>>
OccurrenceCube. DIMENSIONS
Methods in org.gbif.api.model.metrics.cube that return types with arguments of type Dimension Modifier and Type Method Description Map<Dimension<?>,String>
ReadBuilder. build()
Set<Dimension<?>>
Rollup. getDimensions()
Methods in org.gbif.api.model.metrics.cube with parameters of type Dimension Modifier and Type Method 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<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<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.ReadBuilder
ReadBuilder. at(Dimension<Country> dim, Country value)
Adds an country type dimension to the address.ReadBuilder
ReadBuilder. at(Dimension<Language> dim, Language value)
Adds an language type dimension to the address.Method parameters in org.gbif.api.model.metrics.cube with type arguments of type Dimension Modifier and Type Method Description void
Rollup. setDimensions(Set<Dimension<?>> dimensions)
Where possible use the constructor and not this versionConstructors in org.gbif.api.model.metrics.cube with parameters of type Dimension Constructor Description Rollup(Dimension<?>... d)
Constructor parameters in org.gbif.api.model.metrics.cube with type arguments of type Dimension Constructor Description Rollup(Set<Dimension<?>> components)
-