| 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(String alias,
String attributeName)
Add an alias to the current table.
|
void |
Attribute.appendValue(String value)
Append a value to this attribute.
|
void |
Attribute.appendValue(String value,
boolean check)
Append a value to this attribute.
|
void |
Attribute.deleteValueAt(int index)
Remove the
i'th String from this attribute. |
AttributeTable |
DAS.getAttributeTable(String name)
Returns the
AttributeTable with the given name. |
AttributeTable |
Attribute.getContainer()
Returns the
AttributeTable container. |
AttributeTable |
Alias.getContainer()
Returns the
AttributeTable container. |
int |
Attribute.getNumVal()
Returns the nummber of values held in this attribute.
|
String |
Attribute.getValueAt(int index)
Returns the attribute value at
index. |
String |
Alias.getValueAt(int index)
Returns the attribute value at
index. |
Enumeration |
Attribute.getValues()
Returns the values of this attribute as an
Enumeration
of String. |
Enumeration |
Alias.getValues()
Returns the values of this attribute as an
Enumeration
of String. |
void |
DAS.resolveAliases()
This method searchs through the
DAS
for Alias members. |
void |
DDS.resolveAliases()
Before the DDS can be used all of the Aliases in the various
AttributeTables must be resolved.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.