| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servlet.ascii |
This package contains the OPeNDAP ASCII client.
|
| opendap.servlet.www |
This package contains the OPeNDAP WWW client.
|
| ucar.nc2.dods |
OpenDAP-netCDF library.
|
| Modifier and Type | Field and Description |
|---|---|
protected DArray |
DGrid.arrayVar
The Array component of this
DGrid. |
| Modifier and Type | Method and Description |
|---|---|
DArray |
DGrid.getArray() |
DArray |
DArrayDimension.getContainer() |
DArray |
BaseTypeFactory.newDArray()
Construct a new DArray.
|
DArray |
DefaultFactory.newDArray()
Construct a new DArray.
|
DArray |
BaseTypeFactory.newDArray(String n)
Construct a new DArray with name n.
|
DArray |
DefaultFactory.newDArray(String n)
Construct a new DArray with name n.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DArrayDimension.setContainer(DArray da) |
| 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(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(String n)
Construct a new DArray with name n.
|
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
DODSNetcdfFile.makeShape(DArray dodsArray) |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.