| Package | Description |
|---|---|
| ucar.nc2.iosp.grid |
| Modifier and Type | Method and Description |
|---|---|
GridHorizCoordSys |
GridIndexToNC.getHorizCoordSys(GridRecord gribRecord) |
protected GridHorizCoordSys |
GridIndexToNC.makeGridHorizCoordSys(GridDefRecord gds,
GridTableLookup lookup,
Group g) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,GridHorizCoordSys> |
GridIndexToNC.getHorizCoordSystems() |
| Modifier and Type | Method and Description |
|---|---|
protected GridVariable |
GridIndexToNC.makeGridVariable(String indexFilename,
String name,
GridHorizCoordSys hcs,
GridTableLookup lookup) |
protected GridVertCoord |
GridIndexToNC.makeGridVertCoord(List<GridRecord> recordList,
String vname,
GridTableLookup lookup,
GridHorizCoordSys hcs) |
| Constructor and Description |
|---|
GridVariable(String filename,
String name,
GridHorizCoordSys hcs,
GridTableLookup lookup)
Create a new GridVariable
|
GridVertCoord(List<GridRecord> records,
String levelName,
GridTableLookup lookup,
GridHorizCoordSys hcs)
Create a new GridVertCoord with the appropriate params
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.