Uses of Class
edu.wisc.ssec.mcidas.AREAnav

Packages that use AREAnav
edu.wisc.ssec.mcidas   
visad.data.hrit   
visad.data.mcidas Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files into VisAD. 
 

Uses of AREAnav in edu.wisc.ssec.mcidas
 

Subclasses of AREAnav in edu.wisc.ssec.mcidas
 class ABISnav
          The ABISnav class creates the ability to navigate ABIS image data.
 class GEOSnav
           
 class GMSXnav
          This class implements GMSX navigation.
 class GOESnav
          Navigation class for GOES (GOES D-H) type nav.
 class GVARnav
          The GVARnav class creates the ability to navigate GVAR image data.
 class KALPnav
          The KALPnav class creates the ability to navigate KALP image data.
 class LALOnav
          Navigation class for Radar (RECT) type nav.
 class LAMBnav
          Navigation class for Lambert Conformal (LAMB) type nav.
 class MERCnav
          Navigation class for Mercator (MERC) type nav.
 class MOLLnav
          Navigation class for Mollweide (MOLL) type nav.
 class MSATnav
          Navigation class for Meteosat (MSAT) type nav.
 class MSGnav
          Navigation class for MSG type nav.
 class MSGTnav
          Navigation class for MSG type nav.
 class PSnav
          Navigation class for Polar Stereographic (PS) type nav.
 class RADRnav
          Navigation class for Radar (RADR) type nav.
 class RECTnav
          Navigation class for Radar (RECT) type nav.
 class SINUnav
           
 class TANCnav
          Navigation class for tangent cone (TANC) type nav.
 

Methods in edu.wisc.ssec.mcidas that return AREAnav
 AREAnav AreaFile.getNavigation()
          Get the navigation, and pre-set it for the ImageStart and Res (from Directory block), and the file start (0,0), and Mag (1,1).
static AREAnav AREAnav.makeAreaNav(int[] navBlock)
          Return an AREAnav based on the input nav block.
static AREAnav AREAnav.makeAreaNav(int[] navBlock, int[] auxBlock)
           
 

Uses of AREAnav in visad.data.hrit
 

Fields in visad.data.hrit declared as AREAnav
protected  AREAnav HRITCoordinateSystem.anav
           
 

Methods in visad.data.hrit that return AREAnav
protected  AREAnav HRITCoordinateSystem.getAreaNav()
          This is used by the methods that do the work and can be overridden by a derived class to do a lazy instantiation of the coordinate system.
 

Uses of AREAnav in visad.data.mcidas
 

Fields in visad.data.mcidas declared as AREAnav
protected  AREAnav AREACoordinateSystem.anav
           
 

Methods in visad.data.mcidas that return AREAnav
protected  AREAnav AREACoordinateSystem.getAreaNav()
          This is used by the methods that do the work and can be overwritten by a derived class to do a lazy instantiation of the coordinate system.