org.wdssii.dualpol.icing
Class IcingGrids

java.lang.Object
  extended by org.wdssii.dualpol.icing.IcingGrids

public class IcingGrids
extends Object

Author:
lakshman

Field Summary
private  LatLonGrid[][] grids
           
static String[] gridTypes
           
 
Constructor Summary
IcingGrids(LatLonGrid[][] grids)
           
 
Method Summary
 LatLonGrid getGrid(int gridTypeIndex, int htIndex)
           
 LatLonGrid[] getGrids(int gridTypeIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridTypes

public static final String[] gridTypes

grids

private LatLonGrid[][] grids
Constructor Detail

IcingGrids

public IcingGrids(LatLonGrid[][] grids)
Method Detail

getGrids

public LatLonGrid[] getGrids(int gridTypeIndex)

getGrid

public LatLonGrid getGrid(int gridTypeIndex,
                          int htIndex)