| Package | Description |
|---|---|
| ucar.nc2.iosp.grid |
| Modifier and Type | Field and Description |
|---|---|
protected static GridServiceProvider.IndexExtendMode |
GridServiceProvider.indexFileModeOnOpen |
protected static GridServiceProvider.IndexExtendMode |
GridServiceProvider.indexFileModeOnSync |
| Modifier and Type | Method and Description |
|---|---|
static GridServiceProvider.IndexExtendMode |
GridServiceProvider.IndexExtendMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridServiceProvider.IndexExtendMode[] |
GridServiceProvider.IndexExtendMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GridServiceProvider.setIndexFileModeOnOpen(GridServiceProvider.IndexExtendMode mode)
This controls what happens when a GRIB file is opened, and the data file has changed since the index was written.
|
static void |
GridServiceProvider.setIndexFileModeOnSync(GridServiceProvider.IndexExtendMode mode)
This controls what happens when a GRIB file is synced (usually from FileCache), and the data or index file has changed
since the file was placed in the cache.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.