|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DFloat32 | |
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 DFloat32 in dods.dap |
Methods in dods.dap that return DFloat32 | |
DFloat32 |
BaseTypeFactory.newDFloat32()
Construct a new DFloat32. |
DFloat32 |
BaseTypeFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n. |
DFloat32 |
DefaultFactory.newDFloat32()
Construct a new DFloat32. |
DFloat32 |
DefaultFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n. |
Uses of DFloat32 in dods.dap.Server |
Subclasses of DFloat32 in dods.dap.Server | |
class |
SDFloat32
Holds a DODS Server Float32 value. |
Uses of DFloat32 in dods.servers.ascii |
Subclasses of DFloat32 in dods.servers.ascii | |
class |
asciiF32
|
Methods in dods.servers.ascii that return DFloat32 | |
DFloat32 |
asciiFactory.newDFloat32()
Construct a new DFloat32. |
DFloat32 |
asciiFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n. |
Uses of DFloat32 in dods.servers.sql |
Subclasses of DFloat32 in dods.servers.sql | |
class |
sqlF32
Holds a DODS Server sqlF32 value. |
Methods in dods.servers.sql that return DFloat32 | |
DFloat32 |
sqlServerFactory.newDFloat32()
Construct a new DFloat32. |
DFloat32 |
sqlServerFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n. |
Uses of DFloat32 in dods.servers.test |
Subclasses of DFloat32 in dods.servers.test | |
class |
test_SDFloat32
Holds a DODS Server Float32 value. |
Methods in dods.servers.test that return DFloat32 | |
DFloat32 |
test_ServerFactory.newDFloat32()
Construct a new DFloat32. |
DFloat32 |
test_ServerFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n. |
Uses of DFloat32 in dods.servers.www |
Subclasses of DFloat32 in dods.servers.www | |
class |
wwwF32
|
Methods in dods.servers.www that return DFloat32 | |
DFloat32 |
wwwFactory.newDFloat32()
Construct a new DFloat32. |
DFloat32 |
wwwFactory.newDFloat32(java.lang.String n)
Construct a new DFloat32 with name n. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |