Package opendap.dap
Class DList
- java.lang.Object
-
- opendap.dap.DAPNode
-
- opendap.dap.BaseType
-
- opendap.dap.DVector
-
- opendap.dap.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class opendap.dap.DAPNode
DAPNode.CloneMap
-
-
Field Summary
-
Fields inherited from class opendap.dap.DAPNode
_nameClear, _nameEncoded, log
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTypeName()
Returns the OPeNDAP type name of the class instance as aString
.-
Methods inherited from class opendap.dap.DVector
addVariable, cloneDAG, deserialize, externalize, getContainerVar, getLength, getPrimitiveVector, printDecl, printVal, setContainerVar, setLength
-
Methods inherited from class opendap.dap.BaseType
addAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, checkSemantics, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printConstraint, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, printXML, setClearName
-
Methods inherited from class opendap.dap.DAPNode
clone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjected
-
-
-
-
Constructor Detail
-
DList
public DList()
Constructs a newDList
.
-
DList
public DList(String n)
Constructs a newDList
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 aString
.- Overrides:
getTypeName
in classDVector
- Returns:
- the OPeNDAP type name of the class instance as a
String
.
-
-