public class asciiSeq extends opendap.dap.DSequence implements toASCII
| Constructor and Description |
|---|
asciiSeq()
Constructs a new
asciiSeq. |
asciiSeq(String n)
Constructs a new
asciiSeq with name n. |
| Modifier and Type | Method and Description |
|---|---|
void |
toASCII(PrintWriter pw,
boolean addName,
String rootName,
boolean newLine)
Returns a string representation of the variables value.
|
String |
toASCIIAddRootName(PrintWriter pw,
boolean addName,
String rootName) |
String |
toASCIIFlatName(String rootName) |
addRow, addVariable, checkSemantics, cloneDAG, deserialize, elementCount, externalize, getLevel, getRow, getRowCount, getTypeName, getVar, getVarCount, getVariable, getVariable, getVariables, printDecl, printVal, setLevel, writeMarkeraddAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, delAttribute, delAttribute, 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, setClearNamepublic asciiSeq()
asciiSeq.public asciiSeq(String n)
asciiSeq with name n.n - the name of the variable.public void toASCII(PrintWriter pw, boolean addName, String rootName, boolean newLine)
public String toASCIIAddRootName(PrintWriter pw, boolean addName, String rootName)
toASCIIAddRootName in interface toASCIIpublic String toASCIIFlatName(String rootName)
toASCIIFlatName in interface toASCII