Package thredds.server.opendap
Interface HasNetcdfVariable
-
- All Known Implementing Classes:
NcSDArray,NcSDByte,NcSDCharArray,NcSDFloat32,NcSDFloat64,NcSDInt16,NcSDInt32,NcSDString,NcSDUInt16,NcSDUInt32
public interface HasNetcdfVariableAn Object that has a netcdf variable, and the data can be set externally by an Array.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ucar.nc2.VariablegetVariable()get the underlying proxyvoidserialize(DataOutputStream sink, ucar.ma2.StructureData sdata, ucar.ma2.StructureMembers.Member m)voidsetData(ucar.ma2.Array data)reset the underlying proxy
-
-
-
Method Detail
-
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
-
-