Class NcSDByte

java.lang.Object
opendap.dap.DAPNode
opendap.dap.BaseType
opendap.dap.DPrimitive
opendap.dap.DByte
opendap.servers.SDByte
thredds.server.opendap.NcSDByte
All Implemented Interfaces:
Serializable, Cloneable, opendap.dap.ClientIO, opendap.servers.parsers.ExprParserConstants, opendap.servers.RelOps, opendap.servers.ServerMethods, HasNetcdfVariable

public class NcSDByte extends opendap.servers.SDByte implements HasNetcdfVariable
Wraps a netcdf scalar byte variable.
See Also:
  • 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, log

    Fields 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
  • Method Summary

    Modifier and Type
    Method
    Description
    ucar.nc2.Variable
    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

    Methods inherited from class opendap.servers.SDByte

    equal, greater, greater_eql, isRead, isSynthesized, less, less_eql, not_equal, printDecl, printVal, printXML, regexp, serialize, setProject, setRead, setSynthesized

    Methods inherited from class opendap.dap.DByte

    deserialize, externalize, getTypeName, getValue, newPrimitiveVector, setValue

    Methods 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, setClearName

    Methods inherited from class opendap.dap.DAPNode

    clone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProjected

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface opendap.servers.ServerMethods

    isProject, setProject