| Package | Description |
|---|---|
| dap4.core.dmr |
| Modifier and Type | Class and Description |
|---|---|
class |
DapAttributeSet |
class |
DapOtherXML |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DapAttribute> |
DapNode.attributes
DAP Attributes attached to this node (as opposed to the xml attributes)
|
| Modifier and Type | Method and Description |
|---|---|
DapAttribute |
DapNode.findAttribute(String name) |
DapAttribute |
DapAttributeSet.getAttribute(String name) |
DapAttribute |
DapNode.setAttribute(DapAttribute attr) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DapAttribute> |
DapNode.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DapNode.addAttribute(DapAttribute attr) |
void |
DapNode.removeAttribute(DapAttribute attr)
Used by AbstractDSP to suppress certain attributes.
|
DapAttribute |
DapNode.setAttribute(DapAttribute attr) |
| Modifier and Type | Method and Description |
|---|---|
void |
DapNode.setAttributes(Map<String,DapAttribute> alist) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.