public class test_SDStructure extends SDStructure
Structure value.BaseType,
Serialized FormDAPNode.CloneMapvars_nameClear, _nameEncoded, log| Constructor and Description |
|---|
test_SDStructure()
Constructs a new
test_SDStructure. |
test_SDStructure(String n)
Constructs a new
test_SDStructure with name n. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
equal, greater_eql, greater, isRead, isSynthesized, less_eql, less, not_equal, printDecl, printVal, printXML, regexp, serialize, setProject, setRead, setSynthesizedaddVariable, checkSemantics, cloneDAG, deserialize, elementCount, externalize, getTypeName, getVar, getVarCount, getVariable, getVariables, getVariableSetaddVariable, someChildHasAttributesaddAttributeAlias, 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 test_SDStructure()
test_SDStructure.public test_SDStructure(String n)
test_SDStructure with name n.n - the name of the variable.public boolean read(String datasetName, Object specialO) throws NoSuchVariableException, IOException, EOFException
read in interface ServerMethodsread in class SDStructuredatasetName - 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.IOExceptionEOFExceptionNoSuchVariableExceptionCopyright © 1999–2013 UCAR/Unidata. All rights reserved.