Package | Description |
---|---|
opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
opendap.dap.Server |
This package contains the OPeNDAP Server classes.
|
opendap.servers.ascii |
This package contains the OPeNDAP ASCII client.
|
opendap.servers.test |
This package contains the OPeNDAP Test Server (DTS).
|
opendap.servers.www |
This package contains the OPeNDAP WWW client.
|
Modifier and Type | Field and Description |
---|---|
protected DArray |
DGrid.arrayVar
The Array component of this
DGrid . |
Modifier and Type | Method and Description |
---|---|
DArray |
BaseTypeFactory.newDArray()
Construct a new DArray.
|
DArray |
DefaultFactory.newDArray()
Construct a new DArray.
|
DArray |
BaseTypeFactory.newDArray(java.lang.String n)
Construct a new DArray with name n.
|
DArray |
DefaultFactory.newDArray(java.lang.String n)
Construct a new DArray with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
SDArray
Holds a OPeNDAP Server
Array value. |
Modifier and Type | Class and Description |
---|---|
class |
asciiArray |
Modifier and Type | Method and Description |
---|---|
DArray |
asciiFactory.newDArray()
Construct a new DArray.
|
DArray |
asciiFactory.newDArray(java.lang.String n)
Construct a new DArray with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDArray
Holds a OPeNDAP Server
Array value. |
Modifier and Type | Method and Description |
---|---|
DArray |
test_ServerFactory.newDArray()
Construct a new DArray.
|
DArray |
test_ServerFactory.newDArray(java.lang.String n)
Construct a new DArray with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwArray |
Modifier and Type | Method and Description |
---|---|
DArray |
wwwFactory.newDArray()
Construct a new DArray.
|
DArray |
wwwFactory.newDArray(java.lang.String n)
Construct a new DArray with name n.
|