Uses of Interface
ucar.unidata.geoloc.Projection

Packages that use Projection
ucar.nc2.iosp.mcidas   
ucar.unidata.geoloc Support library for georeferencing coordinate systems and transformations. 
ucar.unidata.geoloc.ogc   
ucar.unidata.geoloc.projection Implementations of coordinate projection transformations. 
 

Uses of Projection in ucar.nc2.iosp.mcidas
 

Classes in ucar.nc2.iosp.mcidas that implement Projection
 class McIDASAreaProjection
          McIDASAreaProjection is the ProjectionImpl for McIDAS Area navigation modules.
 

Uses of Projection in ucar.unidata.geoloc
 

Classes in ucar.unidata.geoloc that implement Projection
 class ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
 

Uses of Projection in ucar.unidata.geoloc.ogc
 

Methods in ucar.unidata.geoloc.ogc with parameters of type Projection
static org.jdom.Element CoordRefSysToGML.genProjectedCRS(Projection proj)
           
static java.lang.String EPSG_OGC_CF_Helper.getWcs1_0CrsId(Projection proj)
           
 

Uses of Projection in ucar.unidata.geoloc.projection
 

Classes in ucar.unidata.geoloc.projection that implement Projection
 class AlbersEqualArea
          Albers Equal Area Conic Projection, one or two standard parallels, spherical earth.
 class FlatEarth
          FlatEarth Projection This projection surface is tangent at some point (lat0, lon0) and has a y axis rotated from true North by some angle.
 class LambertAzimuthalEqualArea
          Lambert AzimuthalEqualArea Projection spherical earth.
 class LambertConformal
          Lambert Conformal Projection, one or two standard parallels, spherical earth.
 class LatLonProjection
          This is the "fake" identity projection where world coord = latlon coord.
 class Mercator
          Mercator projection, spherical earth.
 class Orthographic
          Orthographic Projection spherical earth.
 class ProjectionAdapter
          Adapts a Projection interface into a subclass of ProjectionImpl, so we can assume a Projection is a ProjectionImpl without loss of generality.
 class RotatedLatLon
          Grib 1 projection 10 and Grib 2 projection 1.
 class RotatedPole
          Rotated-pole longitude-latitude grid.
 class Stereographic
          Stereographic projection, spherical earth.
 class TransverseMercator
          Transverse Mercator projection, spherical earth.
 class UtmProjection
          Universal Transverse Mercator.
 class VerticalPerspectiveView
          Vertical Perspective Projection, spherical earth.
 

Methods in ucar.unidata.geoloc.projection with parameters of type Projection
static ProjectionImpl ProjectionAdapter.factory(Projection proj)
          Create a ProjectionImpl from the projection
 

Constructors in ucar.unidata.geoloc.projection with parameters of type Projection
ProjectionAdapter(Projection proj)
          Create a new ProjectionImpl from a Projection