|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The VisADAccessor interface provides an abstraction for accessing data in a VisAD data object that's being adapted to a netCDF variable API.
| Method Summary | |
Object |
get(int[] indexes)
Return a datum given its location as netCDF indexes. |
Dimension[] |
getDimensions()
Return the netCDF dimensions at the level of the data object. |
int[] |
getLengths()
Return the netCDF dimensional lengths. |
int |
getRank()
Return the number of netCDF dimensions at the current level. |
| Method Detail |
public int getRank()
public Dimension[] getDimensions()
public int[] getLengths()
public Object get(int[] indexes)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||