| 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 |
|---|---|
DUInt32 |
BaseTypeFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
DefaultFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
BaseTypeFactory.newDUInt32(String n)
Construct a new DUInt32 with name n.
|
DUInt32 |
DefaultFactory.newDUInt32(String n)
Construct a new DUInt32 with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SDUInt32
Holds a OPeNDAP Server
Unsigned Int32 value. |
| Modifier and Type | Class and Description |
|---|---|
class |
asciiUI32 |
| Modifier and Type | Method and Description |
|---|---|
DUInt32 |
asciiFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
asciiFactory.newDUInt32(String n)
Construct a new DUInt32 with name n.
|
| Modifier and Type | Class and Description |
|---|---|
class |
wwwUI32 |
| Modifier and Type | Method and Description |
|---|---|
DUInt32 |
wwwFactory.newDUInt32()
Construct a new DUInt32.
|
DUInt32 |
wwwFactory.newDUInt32(String n)
Construct a new DUInt32 with name n.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.