@Immutable public class AggProxyReader extends Object implements ProxyReader
| Modifier and Type | Method and Description |
|---|---|
protected Variable |
findVariable(NetcdfFile ncfile,
Variable mainV) |
Array |
reallyRead(Variable mainV,
CancelTask cancelTask)
Read all the data for a Variable.
|
Array |
reallyRead(Variable mainV,
Section section,
CancelTask cancelTask)
Read a section of the data for a Variable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitproxyReadArray, proxyReadArraypublic Array reallyRead(Variable mainV, CancelTask cancelTask) throws IOException
ProxyReaderreallyRead in interface ProxyReadermainV - the client VariablecancelTask - user may cancelIOExceptionpublic Array reallyRead(Variable mainV, Section section, CancelTask cancelTask) throws IOException, InvalidRangeException
ProxyReaderreallyRead in interface ProxyReadermainV - the client Variablesection - the section of data to read.cancelTask - user may cancelInvalidRangeException - if section has incorrect rank or illegal shape.IOExceptionprotected Variable findVariable(NetcdfFile ncfile, Variable mainV)