Uses of Class
visad.georef.NavigatedCoordinateSystem

Packages that use NavigatedCoordinateSystem
visad.bom   
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   
visad.meteorology Provides classes that are useful in the field of meteorology. 
 

Uses of NavigatedCoordinateSystem in visad.bom
 

Subclasses of NavigatedCoordinateSystem in visad.bom
 class Radar2DCoordinateSystem
          Radar2DCoordinateSystem is the VisAD CoordinateSystem class for radar (range, azimuth) with an Earth (Latitude, Longitude) Reference, and with azimuth in degrees and range in meters.
 class Radar3DCoordinateSystem
          Radar3DCoordinateSystem is the VisAD CoordinateSystem class for radar (range, azimuth, elevation_angle) with an Earth (Latitude, Longitude, Altitude) Reference, and with azimuth and elevation angle in degrees, and range in meters.
 

Uses of NavigatedCoordinateSystem in visad.data.hrit
 

Subclasses of NavigatedCoordinateSystem 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 NavigatedCoordinateSystem in visad.data.mcidas
 

Subclasses of NavigatedCoordinateSystem 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 NavigatedCoordinateSystem in visad.data.vis5d
 

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

Uses of NavigatedCoordinateSystem in visad.georef
 

Subclasses of NavigatedCoordinateSystem 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 MapProjection
          Abstract class for coordinate systems that support (lat,lon) <-> (x,y) with a reference coordinate system of (lat, lon) or (lon, lat).
 class TrivialMapProjection
          A trivial implementation for a MapProjection which provides an identity coordinate system with a default bounding box.
 class TrivialNavigation
           
 

Methods in visad.georef that return NavigatedCoordinateSystem
 NavigatedCoordinateSystem NavigatedField.getNavigation()
          Get the coordinate system representing the navigation for the domain.
 

Uses of NavigatedCoordinateSystem in visad.jmet
 

Subclasses of NavigatedCoordinateSystem in visad.jmet
 class EASECoordinateSystem
           
 class GRIBCoordinateSystem
           
 

Uses of NavigatedCoordinateSystem in visad.meteorology
 

Methods in visad.meteorology that return NavigatedCoordinateSystem
 NavigatedCoordinateSystem NavigatedImage.getNavigation()
          Get the coordinate system representing the navigation for the domain.