Uses of Class
visad.georef.MapProjection

Packages that use MapProjection
visad.data.hrit   
visad.data.mcidas Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files into VisAD. 
visad.data.vis5d Provides for importing a Vis5D dataset into VisAD. 
visad.georef Provides classes for geo-referencing. 
visad.jmet   
 

Uses of MapProjection in visad.data.hrit
 

Subclasses of MapProjection in visad.data.hrit
 class HRITCoordinateSystem
          HRITCoordinateSystem is a VisAD CoordinateSystem class used by HRITAdapter for conversions to/from (Latitude, Longitude) and Cartesian (element,line), and with Latitude and Longitude in degrees.
 

Uses of MapProjection in visad.data.mcidas
 

Subclasses of MapProjection in visad.data.mcidas
 class AREACoordinateSystem
          AREACoordinateSystem is the VisAD CoordinateSystem class for conversions to/from (Latitude, Longitude) and Cartesian (element,line), and with Latitude and Longitude in degrees.
 class GRIDCoordinateSystem
          GRIDCoordinateSystem is the VisAD CoordinateSystem class for conversions to/from (Latitude, Longitude) and Cartesian (col,row), and with Latitude and Longitude in degrees.
 

Uses of MapProjection in visad.data.vis5d
 

Subclasses of MapProjection in visad.data.vis5d
 class Vis5DCoordinateSystem
          Vis5DCoordinateSystem is the VisAD class for coordinate systems for ( row, col ).
 

Uses of MapProjection in visad.georef
 

Subclasses of MapProjection in visad.georef
 class LongitudeLatitudeInterpCS
          For 2D arrays of earth observations when the navigation is not provided analytically, but a set of navigated points is given to interpolate.
 class TrivialMapProjection
          A trivial implementation for a MapProjection which provides an identity coordinate system with a default bounding box.
 

Uses of MapProjection in visad.jmet
 

Subclasses of MapProjection in visad.jmet
 class EASECoordinateSystem
           
 class GRIBCoordinateSystem