| 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 |
|---|---|
DFloat64 |
BaseTypeFactory.newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
DefaultFactory.newDFloat64()
Construct a new DFloat64.
|
DFloat64 |
BaseTypeFactory.newDFloat64(String n)
Construct a new DFloat64 with name n.
|
DFloat64 |
DefaultFactory.newDFloat64(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(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(String n)
Construct a new DFloat64 with name n.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.