deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.crs.projections.azimuthal
Class LambertAzimuthalEqualArea

java.lang.Object
  extended by org.deegree.crs.CRSIdentifiable
      extended by org.deegree.crs.projections.Projection
          extended by org.deegree.crs.projections.azimuthal.AzimuthalProjection
              extended by org.deegree.crs.projections.azimuthal.LambertAzimuthalEqualArea

public class LambertAzimuthalEqualArea
extends AzimuthalProjection

The LambertAzimuthalEqualArea projection has following properties (From J.S. Snyder, Map Projections a Working Manual p. 182):

The difference to orthographic and stereographic projection, comes from the spacing between the parallels. The space decreases with increasing distance from the pole. The opposite pole not visible on either the orthographic or stereographic may be shown on the lambert as a large circle surrounding the map, almost half again as far as the equator from the center. Normally the projectction is not shown beyond one hemisphere (or beyond the equator in the polar aspect).

It is known to be used by following epsg transformations:

Version:
$Revision: 22637 $, $Date: 2010-02-19 11:34:11 +0100 (Fr, 19 Feb 2010) $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

Field Summary
 
Fields inherited from class org.deegree.crs.projections.azimuthal.AzimuthalProjection
EQUATOR, NORTH_POLE, OBLIQUE, SOUTH_POLE
 
Constructor Summary
LambertAzimuthalEqualArea(GeographicCRS geographicCRS, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, Unit units)
           
LambertAzimuthalEqualArea(GeographicCRS geographicCRS, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, Unit units, CRSIdentifiable id)
           
LambertAzimuthalEqualArea(GeographicCRS geographicCRS, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, Unit units, double scale)
           
LambertAzimuthalEqualArea(GeographicCRS geographicCRS, double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, Unit units, double scale, CRSIdentifiable id)
           
 
Method Summary
 Projection clone(GeographicCRS newCRS)
          Creates a copy of this projection with the given GeographicCRS as the base.
 javax.vecmath.Point2d doInverseProjection(double x, double y)
          Do an inverse projection from projected (map) coordinates to geographic coordinates.
 javax.vecmath.Point2d doProjection(double lambda, double phi)
          The actual transform method doing a projection from geographic coordinates to map coordinates.
 String getImplementationName()
           
 
Methods inherited from class org.deegree.crs.projections.azimuthal.AzimuthalProjection
getMode, hashCode
 
Methods inherited from class org.deegree.crs.projections.Projection
equals, getCosphi0, getDatum, getEccentricity, getEllipsoid, getFalseEasting, getFalseNorthing, getGeographicCRS, getNaturalOrigin, getPrimeMeridian, getProjectionLatitude, getProjectionLongitude, getScale, getScaleFactor, getSemiMajorAxis, getSemiMinorAxis, getSinphi0, getSquaredEccentricity, getUnits, isConformal, isEqualArea, isSpherical, setFalseEasting, setScale, toString
 
Methods inherited from class org.deegree.crs.CRSIdentifiable
addAreaOfUse, addName, checkForNullObject, checkForNullObject, checkForNullObject, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LambertAzimuthalEqualArea

public LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
                                 double falseNorthing,
                                 double falseEasting,
                                 javax.vecmath.Point2d naturalOrigin,
                                 Unit units,
                                 double scale,
                                 CRSIdentifiable id)
Parameters:
geographicCRS -
falseNorthing -
falseEasting -
naturalOrigin -
units -
scale -
id - an identifiable instance containing information about this projection

LambertAzimuthalEqualArea

public LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
                                 double falseNorthing,
                                 double falseEasting,
                                 javax.vecmath.Point2d naturalOrigin,
                                 Unit units,
                                 double scale)
Parameters:
geographicCRS -
falseNorthing -
falseEasting -
naturalOrigin -
units -
scale -

LambertAzimuthalEqualArea

public LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
                                 double falseNorthing,
                                 double falseEasting,
                                 javax.vecmath.Point2d naturalOrigin,
                                 Unit units,
                                 CRSIdentifiable id)
Parameters:
geographicCRS -
falseNorthing -
falseEasting -
naturalOrigin -
units -
id - an identifiable instance containing information about this projection

LambertAzimuthalEqualArea

public LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
                                 double falseNorthing,
                                 double falseEasting,
                                 javax.vecmath.Point2d naturalOrigin,
                                 Unit units)
Parameters:
geographicCRS -
falseNorthing -
falseEasting -
naturalOrigin -
units -
Method Detail

doInverseProjection

public javax.vecmath.Point2d doInverseProjection(double x,
                                                 double y)
                                          throws ProjectionException
Description copied from class: Projection
Do an inverse projection from projected (map) coordinates to geographic coordinates.

Specified by:
doInverseProjection in class Projection
Parameters:
x - coordinate on the map
y - coordinate on the map
Returns:
the projected Point with x = lambda and y = phi;
Throws:
ProjectionException - if the given x and y coordinates could not be inverted to lambda and phi.

doProjection

public javax.vecmath.Point2d doProjection(double lambda,
                                          double phi)
                                   throws ProjectionException
Description copied from class: Projection
The actual transform method doing a projection from geographic coordinates to map coordinates.

Specified by:
doProjection in class Projection
Parameters:
lambda - the longitude
phi - the latitude
Returns:
the projected Point or Point(Double.NAN, Double.NAN) if an error occurred.
Throws:
ProjectionException - if the given lamba and phi coordinates could not be projected to x and y.

getImplementationName

public String getImplementationName()
Specified by:
getImplementationName in class Projection
Returns:
A deegree specific name which will be used for the export of a projection.

clone

public Projection clone(GeographicCRS newCRS)
Description copied from class: Projection
Creates a copy of this projection with the given GeographicCRS as the base.

Specified by:
clone in class Projection
Parameters:
newCRS - the new GeographicCRS
Returns:
a copy of this projection based upon the given crs.

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>