ucar.nc2.iosp.grid
Class GridIndexToNC

java.lang.Object
  extended by ucar.nc2.iosp.grid.GridIndexToNC

public class GridIndexToNC
extends Object

Create a Netcdf File from a GridIndex

Author:
caron

Constructor Summary
GridIndexToNC(RandomAccessFile raf)
           
GridIndexToNC(String filename)
           
 
Method Summary
 GridHorizCoordSys getHorizCoordSys(GridRecord gribRecord)
           
 Map<String,GridHorizCoordSys> getHorizCoordSystems()
           
 void open(GridIndex index, GridTableLookup lookup, int version, NetcdfFile ncfile, FmrcCoordSys fmrcCoordSys, CancelTask cancelTask)
          Fill in the netCDF file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridIndexToNC

public GridIndexToNC(String filename)

GridIndexToNC

public GridIndexToNC(RandomAccessFile raf)
Method Detail

open

public void open(GridIndex index,
                 GridTableLookup lookup,
                 int version,
                 NetcdfFile ncfile,
                 FmrcCoordSys fmrcCoordSys,
                 CancelTask cancelTask)
          throws IOException
Fill in the netCDF file

Parameters:
index - grid index
lookup - lookup table
version - version of data
ncfile - netCDF file to fill in
fmrcCoordSys - forecast model run CS
cancelTask - cancel task
Throws:
IOException - Problem reading from the file

getHorizCoordSys

public GridHorizCoordSys getHorizCoordSys(GridRecord gribRecord)

getHorizCoordSystems

public Map<String,GridHorizCoordSys> getHorizCoordSystems()


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