public class NcSDGrid extends SDGrid
| Constructor and Description |
|---|
NcSDGrid(String name,
List<opendap.dap.BaseType> list)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
addVariable, equal, getStart, getStop, getStride, greater_eql, greater, isRead, isSynthesized, less_eql, less, not_equal, printDecl, printVal, printXML, regexp, serialize, setProject, setProjection, setRead, setSynthesizedcheckSemantics, cloneDAG, deserialize, elementCount, externalize, getArray, getArrayDims, getTypeName, getVar, getVarCount, getVariable, getVariables, projectedComponents, projectionYieldsGridaddAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, delAttribute, delAttribute, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printConstraint, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, setClearNameclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProjectedequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisProject, setProjectpublic boolean read(String datasetName, Object specialO) throws opendap.dap.NoSuchVariableException, IOException
SDGridread in interface ServerMethodsread in class SDGriddatasetName - String identifying the file or other data store
from which to read a vaue for this variable.specialO - This Object is a goody that is used by Server implementations
to deliver important, and as yet unknown, stuff to the read method. If you
don't need it, make it a null.true if more data remains to be read, otherwise
false. This is an abtsract method that must be implemented
as part of the installation/localization of a OPeNDAP server.opendap.dap.NoSuchVariableException - When a variable can't be found.IOException - When there is a problem reading data.