opendap.servers.test
public class test_SDSequence extends SDSequence
Sequence
value.BaseType
,
Serialized FormallValues, END_OF_SEQUENCE, START_OF_INSTANCE, varTemplate
Constructor and Description |
---|
test_SDSequence()
Constructs a new
test_SDSequence . |
test_SDSequence(java.lang.String n)
Constructs a new
test_SDSequence with name n . |
Modifier and Type | Method and Description |
---|---|
boolean |
read(java.lang.String datasetName,
java.lang.Object specialO)
Read a value from the named dataset for this variable.
|
equal, getRowVector, greater_eql, greater, isProject, isRead, isSynthesized, less_eql, less, not_equal, printDecl, printVal, printXML, regexp, serialize, setAllReadFlags, setProject, setProject, setRead, setSynthesized
addRow, addVariable, checkSemantics, clone, delRow, deserialize, elementCount, externalize, getLevel, getRow, getRowCount, getTypeName, getVar, getVariable, getVariable, getVariables, setLevel, writeMarker
addVariable, someChildHasAttributes
addAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, delAttribute, delAttribute, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getClearName, getLongName, getName, getParent, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, setClearName, setName, setParent
public test_SDSequence()
test_SDSequence
.public test_SDSequence(java.lang.String n)
test_SDSequence
with name n
.n
- the name of the variable.public boolean read(java.lang.String datasetName, java.lang.Object specialO) throws NoSuchVariableException, java.io.IOException, java.io.EOFException
read
in interface ServerMethods
read
in class SDSequence
datasetName
- 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.java.io.IOException
java.io.EOFException
NoSuchVariableException
- When a variable can't be found.