Package ucar.nc2.iosp.vis5d
Class Vis5DGridDefRecord
- java.lang.Object
-
- ucar.nc2.iosp.grid.GridDefRecord
-
- ucar.nc2.iosp.vis5d.Vis5DGridDefRecord
-
public class Vis5DGridDefRecord extends GridDefRecord
Class to hold the Vis5D grid navigation information.
-
-
Field Summary
-
Fields inherited from class ucar.nc2.iosp.grid.GridDefRecord
ANGLE, BASICANGLE, debug, DX, DY, GDS_KEY, GRID_NAME, GRID_SHAPE, GRID_SHAPE_CODE, GRID_TYPE, GRID_UNITS, J, K, LA1, LA2, LAD, LAP, LATIN, LATIN1, LATIN2, LO1, LO2, LOP, LOV, M, MAJOR_AXIS_EARTH, METHODNORM, MINOR_AXIS_EARTH, MODEORDER, NP, NPPROJ, NR, NUMBERPARALLELS, NX, NY, PLAT, PLON, PROJ, QUASI, RADIUS_SPHERICAL_EARTH, RESOLUTION, ROTATIONANGLE, SCANNING_MODE, SPLAT, SPLON, STRETCHINGFACTOR, UNDEFINED, VECTOR_COMPONENT_FLAG, WIND_FLAG, XO, XP, YO, YP
-
-
Constructor Summary
Constructors Constructor Description Vis5DGridDefRecord(int Projection, double[] projargs, int nr, int nc)
Create a new grid nav block with the values
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getGroupName()
Get a short name for this GDSKey for the netCDF group.int
hashCode()
static void
printProjArgs(int Projection, double[] projargs)
_more_String
toString()
-
Methods inherited from class ucar.nc2.iosp.grid.GridDefRecord
addParam, addParam, addParam, addParam, addParam, addParam, compare, getDouble, getInt, getKeys, getParam, getParamDouble, getParamInt, getParamsValues, readDouble
-
-
-
-
Method Detail
-
getGroupName
public String getGroupName()
Get a short name for this GDSKey for the netCDF group. Subclasses should implement as a short description- Specified by:
getGroupName
in classGridDefRecord
- Returns:
- short name
-
printProjArgs
public static void printProjArgs(int Projection, double[] projargs)
_more_- Parameters:
Projection
- _more_projargs
- _more_
-
-