|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchAttributeException | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
Uses of NoSuchAttributeException in opendap.dap |
---|
Methods in opendap.dap that throw NoSuchAttributeException | |
---|---|
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 |
DDS.resolveAliases()
Before the DDS can be used all of the Aliases in the various AttributeTables must be resolved. |
void |
DAS.resolveAliases()
This method searchs through the DAS
for Alias members. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |