Package opendap.dts
Class test_SDUInt32
java.lang.Object
opendap.dap.DAPNode
opendap.dap.BaseType
opendap.dap.DPrimitive
opendap.dap.DInt32
opendap.dap.DUInt32
opendap.servers.SDUInt32
opendap.dts.test_SDUInt32
- All Implemented Interfaces:
Serializable,Cloneable,opendap.dap.ClientIO,opendap.servers.parsers.ExprParserConstants,opendap.servers.RelOps,opendap.servers.ServerMethods
public class test_SDUInt32
extends opendap.servers.SDUInt32
Holds a OPeNDAP Server
UInt32 value.- See Also:
-
BaseType- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class opendap.dap.DAPNode
opendap.dap.DAPNode.CloneMap -
Field Summary
Fields inherited from class opendap.dap.DAPNode
_nameClear, _nameEncoded, logFields inherited from interface opendap.servers.parsers.ExprParserConstants
AMPERSAND, 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 Summary
ConstructorsConstructorDescriptionConstructs a newtest_SDUInt32.Constructs a newtest_SDUInt32with namen. -
Method Summary
Methods inherited from class opendap.servers.SDUInt32
equal, greater, greater_eql, isRead, isSynthesized, less, less_eql, not_equal, printDecl, printVal, printXML, regexp, serialize, setRead, setSynthesizedMethods inherited from class opendap.dap.DUInt32
getTypeName, newPrimitiveVectorMethods inherited from class opendap.dap.DInt32
deserialize, externalize, getValue, setValueMethods inherited from class opendap.dap.BaseType
addAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, checkSemantics, cloneDAG, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, printAttributes, printAttributes, printAttributes, printAttributes, printConstraint, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, setClearNameMethods inherited from class opendap.dap.DAPNode
clone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjectedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface opendap.servers.ServerMethods
isProject, setProject, setProject
-
Constructor Details
-
test_SDUInt32
public test_SDUInt32()Constructs a newtest_SDUInt32. -
test_SDUInt32
Constructs a newtest_SDUInt32with namen.- Parameters:
n- the name of the variable.
-
-
Method Details
-
read
public boolean read(String datasetName, Object specialO) throws opendap.dap.NoSuchVariableException, IOException, EOFException Read a value from the named dataset for this variable.- Specified by:
readin interfaceopendap.servers.ServerMethods- Specified by:
readin classopendap.servers.SDUInt32- Parameters:
datasetName- String identifying the file or other data store from which to read a vaue for this variable.specialO- ThisObjectis 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 anull.- Returns:
trueif more data remains to be read, otherwisefalse. This is an abtsract method that must be implemented as part of the installation/localization of a OPeNDAP server.- Throws:
IOExceptionEOFExceptionopendap.dap.NoSuchVariableException
-