Class Nc4DMR.Nc4Dimension

  • All Implemented Interfaces:
    dap4.core.dmr.DapDecl, Cloneable
    Enclosing class:
    Nc4DMR

    public static class Nc4DMR.Nc4Dimension
    extends dap4.core.dmr.DapDimension
    • Field Summary

      • Fields inherited from class dap4.core.dmr.DapDimension

        isshared, isunlimited, size, UNDEFINED
      • Fields inherited from class dap4.core.dmr.DapNode

        annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes
    • Constructor Summary

      Constructors 
      Constructor Description
      Nc4Dimension​(String name, long size)  
    • Method Summary

      • Methods inherited from class dap4.core.dmr.DapDimension

        clone, getSize, isShared, isUnlimited, setShared, setSize, setUnlimited, toString
      • Methods inherited from class dap4.core.dmr.DapNode

        addAttribute, addXMLAttribute, annotate, annotation, computefqn, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getParent, getPath, getShortName, getSort, getXMLAttributes, isTopLevel, overrideParent, removeAttribute, removeXMLAttribute, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSort
    • Constructor Detail

      • Nc4Dimension

        public Nc4Dimension​(String name,
                            long size)