public class NcSDUInt16 extends SDUInt16 implements HasNetcdfVariable
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| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.Variable |
getVariable()
get the underlying proxy
|
boolean |
read(String datasetName,
Object specialO)
Read the value (parameters are ignored).
|
void |
serialize(DataOutputStream sink,
ucar.ma2.StructureData sdata,
ucar.ma2.StructureMembers.Member m) |
void |
setData(ucar.ma2.Array data)
reset the underlying proxy
|
equal, greater_eql, greater, isRead, isSynthesized, less_eql, less, not_equal, printDecl, printVal, printXML, regexp, serialize, setRead, setSynthesizedaddAttributeAlias, 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, setClearNameclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjectedequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisProject, setProject, setProjectpublic boolean read(String datasetName, Object specialO) throws IOException
read in interface ServerMethodsread in class SDUInt16datasetName - 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.IOException - When there is a problem reading data.public void setData(ucar.ma2.Array data)
HasNetcdfVariablesetData in interface HasNetcdfVariablepublic ucar.nc2.Variable getVariable()
HasNetcdfVariablegetVariable in interface HasNetcdfVariablepublic void serialize(DataOutputStream sink, ucar.ma2.StructureData sdata, ucar.ma2.StructureMembers.Member m) throws IOException
serialize in interface HasNetcdfVariableIOException