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 |
---|---|
DUInt32 |
BaseTypeFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
DefaultFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
BaseTypeFactory.newDUInt32(java.lang.String n)
Construct a new DUInt32 with name n.
|
DUInt32 |
DefaultFactory.newDUInt32(java.lang.String n)
Construct a new DUInt32 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
SDUInt32
Holds a OPeNDAP Server
Unsigned Int32 value. |
Modifier and Type | Class and Description |
---|---|
class |
asciiUI32 |
Modifier and Type | Method and Description |
---|---|
DUInt32 |
asciiFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
asciiFactory.newDUInt32(java.lang.String n)
Construct a new DUInt32 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDUInt32
Holds a OPeNDAP Server
UInt32 value. |
Modifier and Type | Method and Description |
---|---|
DUInt32 |
test_ServerFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
test_ServerFactory.newDUInt32(java.lang.String n)
Construct a new DUInt32 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwUI32 |
Modifier and Type | Method and Description |
---|---|
DUInt32 |
wwwFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
wwwFactory.newDUInt32(java.lang.String n)
Construct a new DUInt32 with name n.
|