| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servlet.ascii |
This package contains the OPeNDAP ASCII client.
|
| opendap.servlet.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(String n)
Construct a new DFloat32 with name n.
|
DFloat32 |
DefaultFactory.newDFloat32(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(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(String n)
Construct a new DFloat32 with name n.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.