|
||||||||||
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.DConstructor
opendap.dap.DGrid
opendap.servlet.www.wwwGrid
public class wwwGrid
Nested Class Summary |
---|
Nested classes/interfaces inherited from class opendap.dap.DAPNode |
---|
DAPNode.CloneMap |
Field Summary |
---|
Fields inherited from class opendap.dap.DGrid |
---|
ARRAY, arrayVar, MAPS, mapVars |
Fields inherited from class opendap.dap.DAPNode |
---|
_name, _nameEncoded |
Constructor Summary | |
---|---|
wwwGrid()
Constructs a new wwwGrid . |
|
wwwGrid(String n)
Constructs a new wwwGrid 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.DGrid |
---|
addVariable, checkSemantics, cloneDAG, deserialize, elementCount, externalize, getArray, getArrayDims, getTypeName, getVar, getVarCount, getVariable, getVariables, printDecl, printVal, printXML, projectedComponents, projectionYieldsGrid |
Methods inherited from class opendap.dap.DConstructor |
---|
addVariable, someChildHasAttributes |
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 wwwGrid()
wwwGrid
.
public wwwGrid(String n)
wwwGrid
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 |