public class asciiStructure extends opendap.dap.DStructure implements toASCII
| Constructor and Description |
|---|
asciiStructure()
Constructs a new
asciiStructure. |
asciiStructure(String n)
Constructs a new
asciiStructure 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) |
addVariable, checkSemantics, cloneDAG, deserialize, elementCount, externalize, getTypeName, getVar, getVarCount, getVariable, getVariables, getVariableSet, printDecl, printValaddAttributeAlias, 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 asciiStructure()
asciiStructure.public asciiStructure(String n)
asciiStructure 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