| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.servlet.www |
This package contains the OPeNDAP WWW client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DAS
The Data Attribute Structure is a set of name-value pairs used to
describe the data in a particular dataset.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTable |
BaseType.appendAttributeContainer(String clearname) |
AttributeTable |
AttributeTable.appendContainer(String clearname)
Create and append an attribute container to the table.
|
AttributeTable |
BaseType.getAttributeTable() |
AttributeTable |
DAS.getAttributeTable(String name)
Returns the
AttributeTable with the given name. |
AttributeTable |
DAS.getAttributeTableN(String name)
Returns the
AttributeTable with the given name. |
AttributeTable |
Attribute.getContainer()
Returns the
AttributeTable container. |
AttributeTable |
Alias.getContainer()
Returns the
AttributeTable container. |
AttributeTable |
Attribute.getContainerN()
Returns the
AttributeTable container. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseType.addAttributeContainer(AttributeTable at) |
void |
DAS.addAttributeTable(String name,
AttributeTable a)
Adds an
AttributeTable to the DAS. |
void |
AttributeTable.addContainer(String clearname,
AttributeTable at)
Create and append an attribute container to the table.
|
| Constructor and Description |
|---|
Attribute(AttributeTable container)
Deprecated.
Use the ctor with the name.
|
Attribute(String clearname,
AttributeTable container)
Construct a container attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
wwwOutPut.writeAttributes(AttributeTable aTbl) |
void |
wwwOutPut.writeAttributes(AttributeTable aTbl,
String indent) |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.