Package opendap.dts

Class test_SDInt16

  • All Implemented Interfaces:
    Serializable, Cloneable, opendap.dap.ClientIO, opendap.servers.parsers.ExprParserConstants, opendap.servers.RelOps, opendap.servers.ServerMethods

    public class test_SDInt16
    extends opendap.servers.SDInt16
    Holds a OPeNDAP Server Int16 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, 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
    • Constructor Summary

      Constructors 
      Constructor Description
      test_SDInt16()
      Constructs a new test_SDInt16.
      test_SDInt16​(String n)
      Constructs a new test_SDInt16 with name n.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean read​(String datasetName, Object specialO)
      Read a value from the named dataset for this variable.
      • Methods inherited from class opendap.servers.SDInt16

        equal, greater, greater_eql, isRead, isSynthesized, less, less_eql, not_equal, printDecl, printVal, printXML, regexp, serialize, setRead, setSynthesized
      • Methods inherited from class opendap.dap.DInt16

        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, setProject, setProjected
      • Methods inherited from interface opendap.servers.ServerMethods

        isProject, setProject, setProject
    • Constructor Detail

      • test_SDInt16

        public test_SDInt16()
        Constructs a new test_SDInt16.
      • test_SDInt16

        public test_SDInt16​(String n)
        Constructs a new test_SDInt16 with name n.
        Parameters:
        n - the name of the variable.
    • Method Detail

      • 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:
        read in interface opendap.servers.ServerMethods
        Specified by:
        read in class opendap.servers.SDInt16
        Parameters:
        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.
        Returns:
        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.
        Throws:
        IOException
        EOFException
        opendap.dap.NoSuchVariableException