Uses of Class
org.geotools.referencing.operation.projection.MapProjection

Packages that use MapProjection
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.operation.projection Basic implementations of map projections
 

Uses of MapProjection in org.geotools.referencing
 

Methods in org.geotools.referencing that return MapProjection
static MapProjection CRS.getMapProjection(CoordinateReferenceSystem crs)
          Returns the MapProjection driving the specified crs, or null if none could be found.
 

Uses of MapProjection in org.geotools.referencing.operation.projection
 

Subclasses of MapProjection in org.geotools.referencing.operation.projection
 class AlbersEqualArea
          Albers Equal Area Projection (EPSG code 9822).
 class CassiniSoldner
          Cassini-Soldner Projection (EPSG code 9806).
 class EquatorialOrthographic
          The equatorial case of the Orthographic projection.
 class EquatorialStereographic
          The USGS equatorial case of the stereographic projection.
 class EquidistantConic
          Equidistant Conic Projection.
 class EquidistantCylindrical
          Equidistant cylindrical projection (EPSG code 9823).
 class HotineObliqueMercator
          Hotine Oblique Mercator projection.
 class Krovak
          Krovak Oblique Conformal Conic projection (EPSG code 9819).
 class LambertAzimuthalEqualArea
          Lambert Azimuthal Equal Area (EPSG code 9820).
 class LambertConformal
          Lambert Conical Conformal Projection.
 class LambertConformal1SP
          Lambert Conical Conformal 1SP Projection.
 class LambertConformal2SP
          Lambert Conical Conformal 2SP Projection.
 class LambertConformalBelgium
          Lambert Conical Conformal 2SP Belgium Projection.
 class Mercator
          Mercator Cylindrical Projection.
 class Mercator1SP
          Mercator Cylindrical 1SP Projection.
 class Mercator2SP
          Mercator Cylindrical 2SP Projection.
 class NewZealandMapGrid
          The NZMG (New Zealand Map Grid) projection.
 class ObliqueMercator
          Oblique Mercator Projection.
 class ObliqueOrthographic
          The oblique case of the Orthographic projection.
 class ObliqueStereographic
          Provides the transform equations for the Oblique Stereographic (EPSG code 9809).
 class Orthographic
          Orthographic Projection.
 class PlateCarree
          Plate Carree (or Equirectangular) projection.
 class PolarOrthographic
          The polar case of the Orthographic projection.
 class PolarStereographic
          The polar case of the stereographic projection.
 class Polyconic
          Polyconic (American).
 class Robinson
          Robinson projection
 class Stereographic
          Stereographic Projection.
 class TransverseMercator
          Transverse Mercator Projection (EPSG code 9807).
 



Copyright © 1996-2010 Geotools. All Rights Reserved.