public class DapGrid extends DapStructure
basetype, checksum, dimensions, maps
attributes, dataset, escapedname, fqn, index, parent, shortname, sort
Modifier and Type | Method and Description |
---|---|
void |
addDimension(DapDimension node) |
void |
addField(DapNode node) |
DapVariable |
getArray()
Convenience Functions.
|
DapVariable |
getMap(int index)
Warning: map indices start at zero, not one.
|
findByName, getField, getFields, indexByName, isLeaf, setFields
addMap, getBaseType, getChecksum, getCount, getDimension, getDimensions, getMaps, getRank, getTrueBaseType, setBaseType, setChecksum, toString
addAttribute, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getParent, getPath, getShortName, getSort, isTopLevel, removeAttribute, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSort
public DapGrid()
public DapGrid(String name)
public void addField(DapNode node) throws DapException
addField
in class DapStructure
DapException
public DapVariable getArray()
public DapVariable getMap(int index)
public void addDimension(DapDimension node) throws DapException
addDimension
in class DapVariable
DapException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.