|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.dap.BaseType
dods.dap.DConstructor
dods.dap.DGrid
dods.dap.Server.SDGrid
dods.servers.test.test_SDGrid
Holds a DODS Server Grid
value.
BaseType
Field Summary |
Fields inherited from class dods.dap.DGrid |
ARRAY, arrayVar, MAPS, mapVars |
Constructor Summary | |
test_SDGrid()
Constructs a new test_SDGrid . |
|
test_SDGrid(java.lang.String n)
Constructs a new test_SDGrid with name n . |
Method Summary | |
boolean |
read(java.lang.String datasetName,
java.lang.Object specialO)
Read a value from the named dataset for this variable. |
Methods inherited from class dods.dap.Server.SDGrid |
addVariable, equal, getStart, getStop, getStride, greater_eql, greater, isProject, isRead, isSynthesized, less_eql, less, not_equal, printDecl, printVal, projectedComponents, projectionYieldsGrid, regexp, serialize, setProject, setProject, setProjection, setRead, setSynthesized |
Methods inherited from class dods.dap.DGrid |
checkSemantics, clone, deserialize, elementCount, externalize, getTypeName, getVar, getVariable, getVariables |
Methods inherited from class dods.dap.DConstructor |
addVariable |
Methods inherited from class dods.dap.BaseType |
checkSemantics, elementCount, getLongName, getName, getParent, newPrimitiveVector, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, setName, setParent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public test_SDGrid()
test_SDGrid
.
public test_SDGrid(java.lang.String n)
test_SDGrid
with name n
.
n
- the name of the variable.Method Detail |
public boolean read(java.lang.String datasetName, java.lang.Object specialO) throws NoSuchVariableException, java.io.IOException, java.io.EOFException
read
in interface ServerMethods
read
in class SDGrid
datasetName
- String identifying the file or other data store
from which to read a vaue for this variable.specialO
- This Object
is a goody that is used by Server implementations
to deliver important, and as yet unknown, stuff to the read method. If you
don't need it, make it a null
.
true
if more data remains to be read, otherwise
false
. This is an abtsract method that must be implemented
as part of the installation/localization of a DODS server.
java.io.IOException
java.io.EOFException
NoSuchVariableException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |