| 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 |
|---|---|
DUInt16 |
BaseTypeFactory.newDUInt16()
Construct a new DUInt16.
|
DUInt16 |
DefaultFactory.newDUInt16()
Construct a new DUInt16.
|
DUInt16 |
BaseTypeFactory.newDUInt16(String n)
Construct a new DUInt16 with name n.
|
DUInt16 |
DefaultFactory.newDUInt16(String n)
Construct a new DUInt16 with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SDUInt16
Holds a OPeNDAP Server
Unsigned Int16 value. |
| Modifier and Type | Class and Description |
|---|---|
class |
asciiUI16 |
| Modifier and Type | Method and Description |
|---|---|
DUInt16 |
asciiFactory.newDUInt16()
Construct a new DUInt16.
|
DUInt16 |
asciiFactory.newDUInt16(String n)
Construct a new DUInt16 with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
wwwUI16 |
| Modifier and Type | Method and Description |
|---|---|
DUInt16 |
wwwFactory.newDUInt16()
Construct a new DUInt16.
|
DUInt16 |
wwwFactory.newDUInt16(String n)
Construct a new DUInt16 with name n.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.