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