public class DapStructure extends DapVariable
basetype, checksum, dimensions, mapsattributes, dataset, escapedname, fqn, index, parent, shortname, sort| Constructor and Description |
|---|
DapStructure() |
DapStructure(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(DapNode newfield) |
DapVariable |
findByName(String shortname) |
DapVariable |
getField(int i) |
List<DapVariable> |
getFields() |
int |
indexByName(String shortname) |
boolean |
isLeaf() |
void |
setFields(List<? extends DapNode> fields) |
addDimension, addMap, getBaseType, getChecksum, getCount, getDimension, getDimensions, getMaps, getRank, getTrueBaseType, setBaseType, setChecksum, toStringaddAttribute, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getParent, getPath, getShortName, getSort, isTopLevel, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSortpublic DapStructure()
public DapStructure(String name)
public DapVariable findByName(String shortname)
public int indexByName(String shortname)
public DapVariable getField(int i)
public List<DapVariable> getFields()
public void setFields(List<? extends DapNode> fields) throws DapException
DapExceptionpublic void addField(DapNode newfield) throws DapException
DapExceptionpublic boolean isLeaf()
isLeaf in class DapVariableCopyright © 1999–2014 UCAR/Unidata. All rights reserved.