Skip navigation links

Package org.gbif.api.model.metrics.cube

Provides the classes necessary to construct read only requests to well defined cubes.

See: Description

Package org.gbif.api.model.metrics.cube Description

Provides the classes necessary to construct read only requests to well defined cubes. Cubes are defined with typed dimensions, and a ReadBuilder is supplied to help ensure types are respected when constructing cube lookups. A typical usage might be as follows:
 
   new ReadBuilder()
     .at(OccurrenceCube.YEAR, 2012)
     .at(OccurrenceCube.KINGDOM, Kingdom.ANIMALIA)
     .build();
 
 
Since:
0.1
Skip navigation links

Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.