| 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 |
DURL
Holds a OPeNDAP
URL value. |
| Modifier and Type | Method and Description |
|---|---|
DString |
BaseTypeFactory.newDString()
Construct a new DString.
|
DString |
DefaultFactory.newDString()
Construct a new DString.
|
DString |
BaseTypeFactory.newDString(String n)
Construct a new DString with name n.
|
DString |
DefaultFactory.newDString(String n)
Construct a new DString with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SDString
Holds a OPeNDAP Server
String value. |
class |
SDURL
Holds a OPeNDAP Server
URL value. |
| Modifier and Type | Class and Description |
|---|---|
class |
asciiString |
class |
asciiURL |
| Modifier and Type | Method and Description |
|---|---|
DString |
asciiFactory.newDString()
Construct a new DString.
|
DString |
asciiFactory.newDString(String n)
Construct a new DString with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
wwwString |
class |
wwwURL |
| Modifier and Type | Method and Description |
|---|---|
DString |
wwwFactory.newDString()
Construct a new DString.
|
DString |
wwwFactory.newDString(String n)
Construct a new DString with name n.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.