| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeBadValueException
Thrown by
Attribute when a bad value
(not one of the supported types) is stored in an Attribute. |
class |
AttributeExistsException
Thrown by
AttributeTable when an attempt is made to create an
attribute that already exists. |
class |
MalformedAliasException
Thrown by
AttributeTable when an attempt is made to alias to
a non-existent attribute. |
class |
NoSuchAttributeException
Thrown by
AttributeTable when an attempt is made to alias to
a non-existent attribute. |
class |
UnresolvedAliasException
Thrown by
AttributeTable when an attempt is made to alias to
a non-existent attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseType.addAttributeAlias(String alias,
String attributeName) |
void |
AttributeTable.appendAttribute(String clearname,
int type,
String value)
Adds an attribute to the table.
|
void |
BaseType.appendAttribute(String clearname,
int type,
String value) |
void |
AttributeTable.appendAttribute(String clearname,
int type,
String value,
boolean check)
Adds an attribute to the table.
|
void |
BaseType.appendAttribute(String clearname,
int type,
String value,
boolean check) |
void |
AttributeTable.delAttribute(String clearname,
int i)
Delete the attribute named
name. |
void |
BaseType.delAttribute(String clearname,
int i) |
DAS |
DDS.getDAS()
Creates a DAS object from the collection of
BaseType variables and their
associated Attributes. |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.