public class WriterStationObsDataset extends Object
Constructor and Description |
---|
WriterStationObsDataset(String fileOut,
String title)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
finish()
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
void |
writeHeader(List<Station> stns,
List<VariableSimpleIF> vars)
Deprecated.
|
void |
writeRecord(StationObsDatatype sobs,
StructureData sdata)
Deprecated.
|
void |
writeRecord(String stnName,
Date obsDate,
StructureData sdata)
Deprecated.
|
public WriterStationObsDataset(String fileOut, String title) throws IOException
IOException
public void writeHeader(List<Station> stns, List<VariableSimpleIF> vars) throws IOException
IOException
public void writeRecord(StationObsDatatype sobs, StructureData sdata) throws IOException
IOException
public void writeRecord(String stnName, Date obsDate, StructureData sdata) throws IOException
IOException
public void finish() throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.