Package thredds.server.opendap
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 TypeMethodDescriptionucar.nc2.Variableget the underlying proxyvoidserialize(DataOutputStream sink, ucar.ma2.StructureData sdata, ucar.ma2.StructureMembers.Member m) voidsetData(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
-