|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface SpatialValueTree2.SpatialRegionRequest
A request for a region. The request has a number of dimensions, a subset of the dimensions of the tree, and for each dimension it either requests a list of values or requests all values.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 - Dimension
boolean mightContainCell(Map<SpatialValueTree2.SpatialDimension,Object> coordinates)
coordinates - Value for each dimension of cell's coordinates.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||