|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ncml.Aggregation.DatasetProxyReader
protected class Aggregation.DatasetProxyReader
| Method Summary | |
|---|---|
Array |
read(Variable mainV,
CancelTask cancelTask)
Read all the data for a Variable. |
Array |
read(Variable mainV,
Section section,
CancelTask cancelTask)
Read a section of the data for a Variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Array read(Variable mainV,
CancelTask cancelTask)
throws java.io.IOException
ProxyReader
read in interface ProxyReadermainV - the VariablecancelTask - allow user to cancel, may be null.
java.io.IOException - on error
public Array read(Variable mainV,
Section section,
CancelTask cancelTask)
throws java.io.IOException,
InvalidRangeException
ProxyReader
read in interface ProxyReadermainV - the Variablesection - the section of data to read.cancelTask - allow user to cancel, may be null.
java.io.IOException - on error
InvalidRangeException - if section has incorrect rank or shape.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||