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 |
DUInt16
Holds a OPeNDAP
UInt16 value. |
Modifier and Type | Method and Description |
---|---|
DInt16 |
BaseTypeFactory.newDInt16()
Construct a new DInt16.
|
DInt16 |
DefaultFactory.newDInt16()
Construct a new DInt16.
|
DInt16 |
BaseTypeFactory.newDInt16(java.lang.String n)
Construct a new DInt16 with name n.
|
DInt16 |
DefaultFactory.newDInt16(java.lang.String n)
Construct a new DInt16 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
SDInt16
Holds a OPeNDAP Server
Int16 value. |
class |
SDUInt16
Holds a OPeNDAP Server
Unsigned Int16 value. |
Modifier and Type | Class and Description |
---|---|
class |
asciiI16 |
class |
asciiUI16 |
Modifier and Type | Method and Description |
---|---|
DInt16 |
asciiFactory.newDInt16()
Construct a new DInt16.
|
DInt16 |
asciiFactory.newDInt16(java.lang.String n)
Construct a new DInt16 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDInt16
Holds a OPeNDAP Server
Int16 value. |
class |
test_SDUInt16
Holds a OPeNDAP Server
UInt16 value. |
Modifier and Type | Method and Description |
---|---|
DInt16 |
test_ServerFactory.newDInt16()
Construct a new DInt16.
|
DInt16 |
test_ServerFactory.newDInt16(java.lang.String n)
Construct a new DInt16 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwI16 |
class |
wwwUI16 |
Modifier and Type | Method and Description |
---|---|
DInt16 |
wwwFactory.newDInt16()
Construct a new DInt16.
|
DInt16 |
wwwFactory.newDInt16(java.lang.String n)
Construct a new DInt16 with name n.
|