Interface HasNetcdfVariable

All Known Implementing Classes:
NcSDArray, NcSDByte, NcSDCharArray, NcSDFloat32, NcSDFloat64, NcSDInt16, NcSDInt32, NcSDString, NcSDUInt16, NcSDUInt32

public interface HasNetcdfVariable
Tag that Object has a netcdf variable, and the data can be set externally by an Array.
  • Method Summary

    Modifier and Type
    Method
    Description
    ucar.nc2.Variable
    get the underlying proxy
    void
    serialize(DataOutputStream sink, ucar.ma2.StructureData sdata, ucar.ma2.StructureMembers.Member m)
     
    void
    setData(ucar.ma2.Array data)
    reset the underlying proxy
  • Method Details

    • setData

      void setData(ucar.ma2.Array data)
      reset the underlying proxy
    • getVariable

      ucar.nc2.Variable getVariable()
      get the underlying proxy
    • serialize

      void serialize(DataOutputStream sink, ucar.ma2.StructureData sdata, ucar.ma2.StructureMembers.Member m) throws IOException
      Throws:
      IOException