|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.netcdf.in.Context
Provides support for the context in which data values are retrieved. Instances are mutable.
| Constructor Summary | |
Context()
Constructs from nothing. |
|
| Method Summary | |
Object |
clone()
Returns a clone of this instance. |
int[] |
getContext()
Returns the current context. |
Context |
newSubContext()
Gets a new (sub) context based on this context. |
void |
setSubContext(int index)
Sets the current (sub) context. |
String |
toString()
Returns a string representation of this context. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Context()
| Method Detail |
public Context newSubContext()
public void setSubContext(int index)
index - The current (sub) context.public int[] getContext()
public String toString()
public Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||