Package dap4.dap4lib

Class D4Array


  • public class D4Array
    extends Object
    Wrap an Array representing a variables' data, where the variable is top-level or a field. The wrapper contains some additional information beside the Array.
    • Field Detail

      • dsp

        protected D4DSP dsp
      • template

        protected DapNode template
      • array

        protected ucar.ma2.Array array
      • storage

        protected Object storage
    • Method Detail

      • getDSP

        public D4DSP getDSP()
      • getTemplate

        public DapNode getTemplate()
      • getArray

        public ucar.ma2.Array getArray()
      • getStorage

        public Object getStorage()
      • isScalar

        public boolean isScalar()
      • setArray

        public D4Array setArray​(ucar.ma2.Array a)