public class WriterCFStationObsDataset extends Object
Constructor and Description |
---|
WriterCFStationObsDataset(DataOutputStream stream,
String title) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
static void |
main(String[] args) |
static void |
main2(String[] args) |
static void |
main3(String[] args) |
static void |
rewrite(String fileIn,
String fileOut,
boolean inMemory,
boolean sort) |
void |
writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int numrec) |
void |
writeRecord(StationObsDatatype sobs,
StructureData sdata) |
public WriterCFStationObsDataset(DataOutputStream stream, String title)
public void writeHeader(List<Station> stns, List<VariableSimpleIF> vars, int numrec) throws IOException
IOException
public void writeRecord(StationObsDatatype sobs, StructureData sdata) throws IOException
IOException
public void finish() throws IOException
IOException
public static void main3(String[] args) throws IOException
IOException
public static void rewrite(String fileIn, String fileOut, boolean inMemory, boolean sort) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
public static void main2(String[] args) throws IOException
IOException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.