Package opendap.dap

Class DList

  • All Implemented Interfaces:
    Serializable, Cloneable, ClientIO

    public class DList
    extends DVector
    This class implements a simple list of OPeNDAP data types. A list is a simple sequence of data items, without the sophisticated subsetting and array indexing features of an Array.

    OPeNDAP does not support Lists of Lists. This restriction is enforced by the DDS parser.

    See Also:
    BaseType, DVector, Serialized Form
    • Constructor Detail

      • DList

        public DList()
        Constructs a new DList.
      • DList

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

      • getTypeName

        public String getTypeName()
        Returns the OPeNDAP type name of the class instance as a String.
        Overrides:
        getTypeName in class DVector
        Returns:
        the OPeNDAP type name of the class instance as a String.