public class test_SDURL
extends opendap.servers.SDURL
Byte value.BaseType,
Serialized FormAMPERSAND, COLON, COMMA, DEFAULT, EOF, EQUAL, FLOATCONST, FUNCTION, GREATER, GREATER_EQL, INTCONST, LBRACE, LBRACKET, LESS, LESS_EQL, LPAREN, NOT_EQUAL, operatorImage, RBRACE, RBRACKET, REGEXP, RPAREN, SEPARATOR, STRINGCONST, tokenImage, VAR, WORD| Constructor and Description |
|---|
test_SDURL()
Constructs a new
test_SDURL. |
test_SDURL(String n)
Constructs a new
test_SDURL 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, setRead, setSynthesizeddeserialize, externalize, getValue, printConstraint, setValueaddAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, checkSemantics, cloneDAG, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, setClearNameclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjectedpublic test_SDURL()
test_SDURL.public test_SDURL(String n)
test_SDURL with name n.n - the name of the variable.public boolean read(String datasetName, Object specialO) throws opendap.dap.NoSuchVariableException, IOException, EOFException
read in interface opendap.servers.ServerMethodsread in class opendap.servers.SDURLdatasetName - 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.IOExceptionEOFExceptionopendap.dap.NoSuchVariableException