public static interface SpatialValueTree2.SpatialRegionRequest
| Modifier and Type | Method and Description | 
|---|---|
List<SpatialValueTree2.SpatialDimension> | 
getDimensions()
Provides a list of the dimensions included in this
 region. 
 | 
Object[] | 
getValues(SpatialValueTree2.SpatialDimension dimension)
Provides an array of objects describing this region's
 bounds within the specified dimension's axis. 
 | 
boolean | 
mightContainCell(Map<SpatialValueTree2.SpatialDimension,Object> coordinates)
Returns whether a request might contain a particular cell. 
 | 
List<SpatialValueTree2.SpatialDimension> getDimensions()
Object[] getValues(SpatialValueTree2.SpatialDimension dimension)
The values are unique and are sorted. The client must not modify the array.
A null array means wildcard. The caller wanted all possible values of this dimension.
dimension - Dimensionboolean mightContainCell(Map<SpatialValueTree2.SpatialDimension,Object> coordinates)
coordinates - Value for each dimension of cell's coordinates.