|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
K - Type of the dimension key.E - Type of the values along the dimension's axis.public static interface SpatialValueTree.SpatialRegion<K,E>
Describes a spatial region within a SpatialValueTree.
| Method Summary | |
|---|---|
List<K> |
getDimensions()
Provides a list of the dimensions included in this region. |
E[] |
getValues(K dimension)
Provides an array of objects describing this region's bounds within the specified dimension's axis. |
| Method Detail |
|---|
List<K> getDimensions()
E[] getValues(K dimension)
dimension - Dimension
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||