| Package | Description |
|---|---|
| ucar.nc2.iosp.gempak | |
| ucar.nc2.iosp.grid | |
| ucar.nc2.iosp.mcidas | |
| ucar.nc2.iosp.vis5d |
| Modifier and Type | Class and Description |
|---|---|
class |
GempakLookup
GempakLookup
get all the information about a GEMPAK file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GempakGridRecord.cdmVariableName(GridTableLookup lookup,
boolean useLevel,
boolean useStat) |
| Modifier and Type | Field and Description |
|---|---|
protected GridTableLookup |
GridVariable.lookup
lookup table
|
protected GridTableLookup |
GridVertCoord.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridIndexToNC.addExtraAttributes(GridRecord firstRecord,
GridTableLookup lookup,
NetcdfFile ncfile) |
String |
GridRecord.cdmVariableName(GridTableLookup lookup,
boolean useLevel,
boolean useStat)
A unique name for the CDM variable, must be consistent with cdmVariableHash
|
protected GridHorizCoordSys |
GridIndexToNC.makeGridHorizCoordSys(GridDefRecord gds,
GridTableLookup lookup,
Group g) |
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) |
String |
GridVariable.makeLevelName(GridRecord gr,
GridTableLookup lookup)
Make the level name
|
void |
GridIndexToNC.open(GridIndex index,
GridTableLookup lookup,
int version,
NetcdfFile ncfile,
CancelTask cancelTask)
Fill in the netCDF file
|
| Constructor and Description |
|---|
GridHorizCoordSys(GridDefRecord gds,
GridTableLookup lookup,
Group g)
Create a new GridHorizCoordSys with the grid definition and lookup
|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
McIDASLookup
McIDASLookup
get all the information about a McIDAS file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
McIDASGridRecord.cdmVariableName(GridTableLookup lookup,
boolean useLevel,
boolean useStat) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Vis5DIosp.Vis5DLookup
Get all the information about a Vis5D file
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.