|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.dap.DAPNode
opendap.dap.BaseType
opendap.dap.DVector
opendap.dap.DArray
opendap.servlet.www.wwwArray
public class wwwArray
Nested Class Summary |
---|
Nested classes/interfaces inherited from class opendap.dap.DAPNode |
---|
DAPNode.CloneMap |
Field Summary |
---|
Fields inherited from class opendap.dap.DArray |
---|
dimVector |
Fields inherited from class opendap.dap.DAPNode |
---|
_name, _nameEncoded |
Constructor Summary | |
---|---|
wwwArray()
Constructs a new asciiArray . |
|
wwwArray(String n)
Constructs a new asciiArray with name n . |
Method Summary | |
---|---|
void |
printBrowserForm(PrintWriter pw,
DAS das)
Returns an string representation of the variables value. |
Methods inherited from class opendap.dap.DArray |
---|
appendDim, appendDim, checkSemantics, cloneDAG, getDimension, getDimensions, getFirstDimension, getTypeName, numDimensions, printAsMapXML, printConstraint, printDecl, printVal, printXML, squeeze |
Methods inherited from class opendap.dap.DVector |
---|
addVariable, deserialize, externalize, getContainerVar, getLength, getPrimitiveVector, setContainerVar, setLength |
Methods inherited from class opendap.dap.DAPNode |
---|
clone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjected |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public wwwArray()
asciiArray
.
public wwwArray(String n)
asciiArray
with name n
.
n
- the name of the variable.Method Detail |
---|
public void printBrowserForm(PrintWriter pw, DAS das)
BrowserForm
printBrowserForm
in interface BrowserForm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |