|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.GribReadTextIndex
public class GribReadTextIndex
Read an old style text index and returns a GridIndex
Field Summary | |
---|---|
static String |
currentTextIndexVersion
Current Text index version. |
Constructor Summary | |
---|---|
GribReadTextIndex()
Constructor for reading an existing text Index and making a GridIndex object. |
Method Summary | |
---|---|
static void |
main(String[] args)
testing |
GridIndex |
open(String location)
open Grib Index file for scanning. |
GridIndex |
open(String location,
InputStream ios)
open Grib Index file for scanning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String currentTextIndexVersion
Constructor Detail |
---|
public GribReadTextIndex()
Method Detail |
---|
public GridIndex open(String location) throws IOException
location
- URL or local filename of Grib Index file
IOException
- on read errorpublic GridIndex open(String location, InputStream ios) throws IOException
location
- URL or local filename of Grib Index fileios
- input stream
IOException
- on read errorpublic static void main(String[] args) throws IOException
args
- index to read
IOException
- on read error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |