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