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 |
---|---|
DFloat32 |
BaseTypeFactory.newDFloat32()
Construct a new DFloat32.
|
DFloat32 |
DefaultFactory.newDFloat32()
Construct a new DFloat32.
|
DFloat32 |
BaseTypeFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n.
|
DFloat32 |
DefaultFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFloat32
Holds a OPeNDAP Server
Float32 value. |
Modifier and Type | Class and Description |
---|---|
class |
asciiF32 |
Modifier and Type | Method and Description |
---|---|
DFloat32 |
asciiFactory.newDFloat32()
Construct a new DFloat32.
|
DFloat32 |
asciiFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDFloat32
Holds a OPeNDAP Server
Float32 value. |
Modifier and Type | Method and Description |
---|---|
DFloat32 |
test_ServerFactory.newDFloat32()
Construct a new DFloat32.
|
DFloat32 |
test_ServerFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwF32 |
Modifier and Type | Method and Description |
---|---|
DFloat32 |
wwwFactory.newDFloat32()
Construct a new DFloat32.
|
DFloat32 |
wwwFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n.
|