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_RECORDOccurrenceCube.COUNTRYOccurrenceCube.DATASET_KEYOccurrenceCube.IS_GEOREFERENCEDstatic final Dimension<OccurrenceIssue>OccurrenceCube.ISSUEstatic final Dimension<EndpointType>OccurrenceCube.PROTOCOLOccurrenceCube.PUBLISHING_COUNTRYOccurrenceCube.TAXON_KEYstatic final Dimension<TypeStatus>OccurrenceCube.TYPE_STATUSOccurrenceCube.YEARFields 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 TypeMethodDescriptionvoidRollup.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