Package | Description |
---|---|
dap4.cdm | |
dap4.ce | |
dap4.core.dmr | |
dap4.servlet |
Modifier and Type | Method and Description |
---|---|
protected Attribute |
DSPToCDM.createAttribute(DapAttribute dapattr,
NodeMap nodemap)
Our goal is to convert, where possible, to a
list of objects to a list of values
acceptable to the ucar.nc2.Attribute class
|
protected Attribute |
DSPToCDM.createAttribute(String prefix,
DapAttribute dapattr,
NodeMap nodemap) |
Modifier and Type | Field and Description |
---|---|
protected Map<DapNode,List<DapAttribute>> |
CEConstraint.attributes |
Modifier and Type | Method and Description |
---|---|
void |
CEConstraint.addAttribute(DapNode node,
DapAttribute attr) |
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) |
Modifier and Type | Method and Description |
---|---|
protected DapAttribute |
CDMDSP.buildattribute(Attribute attr) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.