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 |
---|---|
DFloat64 |
BaseTypeFactory.newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
DefaultFactory.newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
BaseTypeFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n.
|
DFloat64 |
DefaultFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFloat64
Holds a OPeNDAP Server
Float64 value. |
Modifier and Type | Class and Description |
---|---|
class |
asciiF64 |
Modifier and Type | Method and Description |
---|---|
DFloat64 |
asciiFactory.newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
asciiFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDFloat64
Holds a OPeNDAP Server
Float64 value. |
Modifier and Type | Method and Description |
---|---|
DFloat64 |
test_ServerFactory.newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
test_ServerFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwF64 |
Modifier and Type | Method and Description |
---|---|
DFloat64 |
wwwFactory.newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
wwwFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n.
|