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 | Method and Description |
---|---|
DByte |
BaseTypeFactory.newDByte()
Construct a new DByte.
|
DByte |
DefaultFactory.newDByte()
Construct a new DByte.
|
DByte |
BaseTypeFactory.newDByte(java.lang.String n)
Construct a new DByte with name n.
|
DByte |
DefaultFactory.newDByte(java.lang.String n)
Construct a new DByte with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
SDByte
Holds a OPeNDAP Server
Byte value. |
Modifier and Type | Class and Description |
---|---|
class |
asciiByte |
Modifier and Type | Method and Description |
---|---|
DByte |
asciiFactory.newDByte()
Construct a new DByte.
|
DByte |
asciiFactory.newDByte(java.lang.String n)
Construct a new DByte with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDByte
Holds a OPeNDAP Server
Byte value. |
Modifier and Type | Method and Description |
---|---|
DByte |
test_ServerFactory.newDByte()
Construct a new DByte.
|
DByte |
test_ServerFactory.newDByte(java.lang.String n)
Construct a new DByte with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwByte |
Modifier and Type | Method and Description |
---|---|
DByte |
wwwFactory.newDByte()
Construct a new DByte.
|
DByte |
wwwFactory.newDByte(java.lang.String n)
Construct a new DByte with name n.
|