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 |
DDS.checkForAttributeNameConflict()
Check for name conflicts.
|
void |
BaseType.checkSemantics()
Check semantics.
|
void |
BaseType.checkSemantics(boolean all)
Checks for internal consistency.
|
void |
DArray.checkSemantics(boolean all)
Checks for internal consistency.
|
void |
DDS.checkSemantics(boolean all)
Check the semantics of the
DDS . |
void |
DGrid.checkSemantics(boolean all)
Checks for internal consistency.
|
void |
DSequence.checkSemantics(boolean all)
Checks for internal consistency.
|
void |
DStructure.checkSemantics(boolean all)
Checks for internal consistency.
|