Package | Description |
---|---|
opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeTable.addAlias(java.lang.String alias,
java.lang.String attributeName)
Add an alias to the current table.
|
void |
BaseType.addAttributeContainer(AttributeTable at) |
void |
DAS.addAttributeTable(java.lang.String name,
AttributeTable a)
Adds an
AttributeTable to the DAS. |
void |
AttributeTable.addContainer(java.lang.String name,
AttributeTable at)
Create and append an attribute container to the table.
|