Uses of Class
org.gbif.api.model.metrics.cube.Dimension
Packages that use Dimension
Package
Description
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 DimensionModifier and TypeFieldDescriptionstatic final Dimension<BasisOfRecord>
OccurrenceCube.BASIS_OF_RECORD
OccurrenceCube.COUNTRY
OccurrenceCube.DATASET_KEY
OccurrenceCube.IS_GEOREFERENCED
static final Dimension<OccurrenceIssue>
OccurrenceCube.ISSUE
static final Dimension<EndpointType>
OccurrenceCube.PROTOCOL
OccurrenceCube.PUBLISHING_COUNTRY
OccurrenceCube.TAXON_KEY
static final Dimension<TypeStatus>
OccurrenceCube.TYPE_STATUS
OccurrenceCube.YEAR
Fields in org.gbif.api.model.metrics.cube with type parameters of type DimensionMethods in org.gbif.api.model.metrics.cube that return types with arguments of type DimensionMethods in org.gbif.api.model.metrics.cube with parameters of type DimensionModifier and TypeMethodDescriptionAdds an enumerated type dimension to the address.Adds a boolen typed dimension to the address.Adds a double typed dimension to the address.Adds a float typed dimension to the address.Adds an integer typed dimension to the address.Adds an String typed dimension to the address.Adds a UUID typed dimension to the address.Adds an country type dimension to the address.Adds an language type dimension to the address.Method parameters in org.gbif.api.model.metrics.cube with type arguments of type DimensionModifier and TypeMethodDescriptionvoid
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 DimensionConstructor parameters in org.gbif.api.model.metrics.cube with type arguments of type Dimension