Uses of Class
org.gbif.api.model.metrics.cube.Rollup
-
Packages that use Rollup 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 -
-
Uses of Rollup in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube with type parameters of type Rollup Modifier and Type Field Description static List<Rollup>
OccurrenceCube. ROLLUPS
-
Uses of Rollup in org.gbif.api.service.metrics
Methods in org.gbif.api.service.metrics that return types with arguments of type Rollup Modifier and Type Method Description List<Rollup>
CubeService. getSchema()
Provides the list of rollups thus specifying the available combinations of addressable dimensions for a cube.
-