Package | Description |
---|---|
opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
opendap.servers.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(java.lang.String name) |
AttributeTable |
AttributeTable.appendContainer(java.lang.String name)
Create and append an attribute container to the table.
|
AttributeTable |
BaseType.getAttributeTable() |
AttributeTable |
DAS.getAttributeTable(java.lang.String name)
Returns the
AttributeTable with the given name. |
AttributeTable |
DAS.getAttributeTableN(java.lang.String name)
Returns the
AttributeTable with the given name. |
AttributeTable |
Alias.getContainer()
Returns the
AttributeTable container. |
AttributeTable |
Attribute.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(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.
|
Constructor and Description |
---|
Attribute(AttributeTable container)
Deprecated.
Use the ctor with the name.
|
Attribute(java.lang.String name,
AttributeTable container)
Construct a container attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
wwwOutPut.writeAttributes(AttributeTable aTbl) |
void |
wwwOutPut.writeAttributes(AttributeTable aTbl,
java.lang.String indent) |