|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib2.Grib2Indexer
public class Grib2Indexer
Creates an index for a given Grib file. see IndexFormat.txt
| Constructor Summary | |
|---|---|
Grib2Indexer()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Deprecated. creates a Grib2 index for given Grib2 file. |
void |
printGDS(Grib2GridDefinitionSection gds,
java.io.PrintStream ps)
Deprecated. prints out a products GDS. |
Index |
writeFileIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.PrintStream ps,
boolean makeIndex)
Deprecated. Write a Grib file index; optionally create an in-memory index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib2Indexer()
| Method Detail |
|---|
public final Index writeFileIndex(ucar.unidata.io.RandomAccessFile inputRaf,
java.io.PrintStream ps,
boolean makeIndex)
throws java.io.IOException
inputRaf - GRIB file rafps - write output to heremakeIndex - make an in-memory index if true
java.io.IOException
public void printGDS(Grib2GridDefinitionSection gds,
java.io.PrintStream ps)
gds - ps - printStream used to write Index
public static void main(java.lang.String[] args)
throws java.io.IOException
args - 2 if Grib file and index file name given
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||