ucar.nc2.iosp.grid
Class GridIndexToNC
java.lang.Object
ucar.nc2.iosp.grid.GridIndexToNC
public class GridIndexToNC
- extends Object
Create a Netcdf File from a GridIndex
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridIndexToNC
public GridIndexToNC(String filename)
GridIndexToNC
public GridIndexToNC(RandomAccessFile raf)
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 indexlookup
- lookup tableversion
- version of datancfile
- netCDF file to fill infmrcCoordSys
- forecast model run CScancelTask
- 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.