public class WriterProfileObsDataset extends Object
| Constructor and Description |
|---|
WriterProfileObsDataset(String fileOut,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
static void |
main(String[] args) |
void |
setLength(long size) |
void |
writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int nprofiles,
String altVarName) |
void |
writeRecord(StationObsDatatype sobs,
StructureData sdata) |
void |
writeRecord(String stnName,
Date obsDate,
StructureData sdata) |
public WriterProfileObsDataset(String fileOut, String title) throws IOException
IOExceptionpublic void setLength(long size)
public void writeHeader(List<Station> stns, List<VariableSimpleIF> vars, int nprofiles, String altVarName) throws IOException
IOExceptionpublic void writeRecord(StationObsDatatype sobs, StructureData sdata) throws IOException
IOExceptionpublic void writeRecord(String stnName, Date obsDate, StructureData sdata) throws IOException
IOExceptionpublic void finish()
throws IOException
IOExceptionCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.