|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.iosp.grid.GridIndexToNC
public class GridIndexToNC
Create a Netcdf File from a GridIndex
| Constructor Summary | |
|---|---|
GridIndexToNC()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
makeLevelName(GridRecord gr,
GridTableLookup lookup)
Make the level name |
java.lang.String |
makeVariableName(GridRecord gr,
GridTableLookup lookup)
Make the variable name |
void |
open(GridIndex index,
GridTableLookup lookup,
int version,
NetcdfFile ncfile,
FmrcCoordSys fmrcCoordSys,
CancelTask cancelTask)
Fill in the netCDF file |
void |
setUseDescriptionForVariableName(boolean value)
Should use the description for the variable name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridIndexToNC()
| Method Detail |
|---|
public static java.lang.String makeLevelName(GridRecord gr,
GridTableLookup lookup)
gr - grid recordlookup - lookup table
public java.lang.String makeVariableName(GridRecord gr,
GridTableLookup lookup)
gr - grid recordlookup - lookup table
public void open(GridIndex index,
GridTableLookup lookup,
int version,
NetcdfFile ncfile,
FmrcCoordSys fmrcCoordSys,
CancelTask cancelTask)
throws java.io.IOException
index - grid indexlookup - lookup tableversion - version of datancfile - netCDF file to fill infmrcCoordSys - forecast model run CScancelTask - cancel task
java.io.IOException - Problem reading from the filepublic void setUseDescriptionForVariableName(boolean value)
value - false to use name instead of description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||