|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DFloat64 | |
dods.dap | This package contains the DODS core classes, known as the Data Access Protocol (DAP). |
dods.dap.Server | This package contains the DODS Server classes. |
dods.servers.ascii | This package contains the DODS ASCII client. |
dods.servers.sql | This package contains the DODS Relational Databse Server (DRDS). |
dods.servers.test | This package contains the DODS Test Server (DTS). |
dods.servers.www | This package contains the DODS WWW client. |
Uses of DFloat64 in dods.dap |
Methods in dods.dap that return DFloat64 | |
DFloat64 |
BaseTypeFactory.newDFloat64()
Construct a new DFloat64. |
DFloat64 |
BaseTypeFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n. |
DFloat64 |
DefaultFactory.newDFloat64()
Construct a new DFloat64. |
DFloat64 |
DefaultFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n. |
Uses of DFloat64 in dods.dap.Server |
Subclasses of DFloat64 in dods.dap.Server | |
class |
SDFloat64
Holds a DODS Server Float64 value. |
Uses of DFloat64 in dods.servers.ascii |
Subclasses of DFloat64 in dods.servers.ascii | |
class |
asciiF64
|
Methods in dods.servers.ascii that return DFloat64 | |
DFloat64 |
asciiFactory.newDFloat64()
Construct a new DFloat64. |
DFloat64 |
asciiFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n. |
Uses of DFloat64 in dods.servers.sql |
Subclasses of DFloat64 in dods.servers.sql | |
class |
sqlF64
Holds a DODS Server sqlF64 value. |
Methods in dods.servers.sql that return DFloat64 | |
DFloat64 |
sqlServerFactory.newDFloat64()
Construct a new DFloat64. |
DFloat64 |
sqlServerFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n. |
Uses of DFloat64 in dods.servers.test |
Subclasses of DFloat64 in dods.servers.test | |
class |
test_SDFloat64
Holds a DODS Server Float64 value. |
Methods in dods.servers.test that return DFloat64 | |
DFloat64 |
test_ServerFactory.newDFloat64()
Construct a new DFloat64. |
DFloat64 |
test_ServerFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n. |
Uses of DFloat64 in dods.servers.www |
Subclasses of DFloat64 in dods.servers.www | |
class |
wwwF64
|
Methods in dods.servers.www that return DFloat64 | |
DFloat64 |
wwwFactory.newDFloat64()
Construct a new DFloat64. |
DFloat64 |
wwwFactory.newDFloat64(java.lang.String n)
Construct a new DFloat64 with name n. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |