|
||||||||||
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 java.lang.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(java.lang.String[] args)
testing |
GridIndex |
open(java.lang.String location)
open Grib Index file for scanning. |
GridIndex |
open(java.lang.String location,
java.io.InputStream ios)
open Grib Index file for scanning. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String currentTextIndexVersion
Constructor Detail |
---|
public GribReadTextIndex()
Method Detail |
---|
public GridIndex open(java.lang.String location) throws java.io.IOException
location
- URL or local filename of Grib Index file
java.io.IOException
- on read errorpublic GridIndex open(java.lang.String location, java.io.InputStream ios) throws java.io.IOException
location
- URL or local filename of Grib Index fileios
- input stream
java.io.IOException
- on read errorpublic static void main(java.lang.String[] args) throws java.io.IOException
args
- index to read
java.io.IOException
- on read error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |