public class GribReadTextIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
currentTextIndexVersion
Current Text index version.
|
| Constructor and Description |
|---|
GribReadTextIndex()
Constructor for reading an existing text Index and making a GridIndex object.
|
public static String currentTextIndexVersion
public GribReadTextIndex()
public GridIndex open(String location) throws IOException
location - URL or local filename of Grib Index fileIOException - on read errorpublic GridIndex open(String location, InputStream ios) throws IOException
location - URL or local filename of Grib Index fileios - input streamIOException - on read errorpublic static void main(String[] args) throws IOException
args - index to readIOException - on read errorCopyright © 1999–2013 UCAR/Unidata. All rights reserved.