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 | 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(java.lang.String n)
Construct a new DString with name n.
|
DString |
DefaultFactory.newDString(java.lang.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(java.lang.String n)
Construct a new DString with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDString |
class |
test_SDURL
Holds a OPeNDAP Server
Byte value. |
Modifier and Type | Method and Description |
---|---|
DString |
test_ServerFactory.newDString()
Construct a new DString.
|
DString |
test_ServerFactory.newDString(java.lang.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(java.lang.String n)
Construct a new DString with name n.
|