Package dap4.dap4lib
Class D4Array
- java.lang.Object
-
- dap4.dap4lib.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.
-
-
Constructor Summary
Constructors Constructor Description D4Array(ArrayScheme scheme, D4DSP dsp, DapVariable template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ucar.ma2.ArraygetArray()D4DSPgetDSP()ArraySchemegetScheme()ObjectgetStorage()DapNodegetTemplate()booleanisScalar()D4ArraysetArray(ucar.ma2.Array a)D4ArraysetStorage(Object store)StringtoString()
-
-
-
Field Detail
-
dsp
protected D4DSP dsp
-
scheme
protected ArrayScheme scheme
-
template
protected DapNode template
-
array
protected ucar.ma2.Array array
-
storage
protected Object storage
-
-
Constructor Detail
-
D4Array
public D4Array(ArrayScheme scheme, D4DSP dsp, DapVariable template)
-
-
Method Detail
-
getDSP
public D4DSP getDSP()
-
getScheme
public ArrayScheme getScheme()
-
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)
-
-