| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataDDS
The DataDDS class extends DDS to add new methods for retrieving data from
the server, and printing out the contents of the data.
|
class |
DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by
the OPeNDAP software to describe datasets and subsets of those
datasets.
|
| Modifier and Type | Method and Description |
|---|---|
DStructure |
BaseTypeFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
DefaultFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
BaseTypeFactory.newDStructure(String n)
Construct a new DStructure with name n.
|
DStructure |
DefaultFactory.newDStructure(String n)
Construct a new DStructure with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SDStructure
Holds a OPeNDAP Server
Structure value. |
class |
ServerDDS
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
asciiStructure |
| Modifier and Type | Method and Description |
|---|---|
DStructure |
asciiFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
asciiFactory.newDStructure(String n)
Construct a new DStructure with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
wwwStructure |
| Modifier and Type | Method and Description |
|---|---|
DStructure |
wwwFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
wwwFactory.newDStructure(String n)
Construct a new DStructure with name n.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.