public class WriterProfileObsDataset extends Object
| Constructor and Description |
|---|
WriterProfileObsDataset(String fileOut,
String title)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
void |
setLength(long size)
Deprecated.
|
void |
writeHeader(List<ucar.unidata.geoloc.Station> stns,
List<ucar.nc2.VariableSimpleIF> vars,
int nprofiles,
String altVarName)
Deprecated.
|
void |
writeRecord(StationObsDatatype sobs,
ucar.ma2.StructureData sdata)
Deprecated.
|
void |
writeRecord(String stnName,
Date obsDate,
ucar.ma2.StructureData sdata)
Deprecated.
|
public WriterProfileObsDataset(String fileOut, String title) throws IOException
IOExceptionpublic void setLength(long size)
public void writeHeader(List<ucar.unidata.geoloc.Station> stns, List<ucar.nc2.VariableSimpleIF> vars, int nprofiles, String altVarName) throws IOException
IOExceptionpublic void writeRecord(StationObsDatatype sobs, ucar.ma2.StructureData sdata) throws IOException
IOExceptionpublic void writeRecord(String stnName, Date obsDate, ucar.ma2.StructureData sdata) throws IOException
IOExceptionpublic void finish()
throws IOException
IOException