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