Uses of Class
ucar.grid.GridIndex

Packages that use GridIndex
ucar.grib   
ucar.grib.grib1   
ucar.grib.grib2   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.grib I/O Service Provider for GRIB-1 and GRIB-2 format files 
ucar.nc2.iosp.grid   
ucar.nc2.iosp.mcidas   
 

Uses of GridIndex in ucar.grib
 

Methods in ucar.grib that return GridIndex
 GridIndex GribIndexReader.open(String location)
          open Grib Index file for scanning.
 GridIndex GribReadTextIndex.open(String location)
          open Grib Index file for scanning.
 GridIndex GribIndexReader.open(String location, InputStream ios)
          open Grib Index file for scanning.
 GridIndex GribReadTextIndex.open(String location, InputStream ios)
          open Grib Index file for scanning.
 

Uses of GridIndex in ucar.grib.grib1
 

Methods in ucar.grib.grib1 that return GridIndex
 GridIndex Grib1WriteIndex.extendGribIndex(File grib, File gbx, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 GridIndex Grib1WriteIndex.extendGribIndex(File grib, File gbx, String gribName, String gbxName, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 GridIndex Grib1WriteIndex.writeGribIndex(File grib, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 GridIndex Grib1WriteIndex.writeGribIndex(File grib, String gribName, String gbxName, boolean makeIndex)
          create a Grib1 file index.
 

Uses of GridIndex in ucar.grib.grib2
 

Methods in ucar.grib.grib2 that return GridIndex
 GridIndex Grib2WriteIndex.extendGribIndex(File grib, File gbx, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 GridIndex Grib2WriteIndex.extendGribIndex(File grib, File gbx, String gribName, String gbxName, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 GridIndex Grib2WriteIndex.writeGribIndex(File grib, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 GridIndex Grib2WriteIndex.writeGribIndex(File grib, String gribName, String gbxName, boolean makeIndex)
          create a Grib file index; optionally create an in-memory index.
 

Uses of GridIndex in ucar.nc2.iosp.gempak
 

Methods in ucar.nc2.iosp.gempak that return GridIndex
 GridIndex GempakGridReader.getGridIndex()
          Get the grid index
 

Methods in ucar.nc2.iosp.gempak with parameters of type GridIndex
protected  void GempakGridServiceProvider.open(GridIndex index, CancelTask cancelTask)
          Open the index and create the netCDF file from that
 

Uses of GridIndex in ucar.nc2.iosp.grib
 

Methods in ucar.nc2.iosp.grib that return GridIndex
protected  GridIndex GribGridServiceProvider.getIndex(String dataLocation)
          Open the index file.
 

Methods in ucar.nc2.iosp.grib with parameters of type GridIndex
protected  void GribGridServiceProvider.open(GridIndex index, CancelTask cancelTask)
           
 

Uses of GridIndex in ucar.nc2.iosp.grid
 

Methods in ucar.nc2.iosp.grid with parameters of type GridIndex
protected abstract  void GridServiceProvider.open(GridIndex index, CancelTask cancelTask)
          Use the given index to fill the NetcdfFile object with attributes and variables.
 void GridIndexToNC.open(GridIndex index, GridTableLookup lookup, int version, NetcdfFile ncfile, FmrcCoordSys fmrcCoordSys, CancelTask cancelTask)
          Fill in the netCDF file
 

Uses of GridIndex in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas that return GridIndex
 GridIndex McIDASGridReader.getGridIndex()
          to get the grid header corresponding to the last grid read
 

Methods in ucar.nc2.iosp.mcidas with parameters of type GridIndex
protected  void McIDASGridServiceProvider.open(GridIndex index, CancelTask cancelTask)
          Open the index and create the netCDF file from that
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.