| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.cs.CRSIdentifiable
org.deegree.cs.projections.Projection
org.deegree.cs.projections.conic.ConicProjection
org.deegree.cs.projections.conic.LambertConformalConic
public class LambertConformalConic
The LambertConformalConic projection has following properties (Snyder p. 104)
 
 from: http://lists.maptools.org/pipermail/proj/2003-January/000592.html
 For east-west regions, the Lambert Conformal Conic is slightly better than the Transverse Mercator because of the
 ability to go farther in an east-west direction and still be able to have "round-trip" transformation accuracy.
 Geodetically speaking, it is NOT as good as the transverse Mercator.
 
It is known to be used by following epsg transformations:
| Constructor Summary | |
|---|---|
LambertConformalConic(double firstParallelLatitude,
                      double secondParallelLatitude,
                      double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units)
Creates a Lambert Conformal projection with a intersecting cone at the given parallel latitudes. and a scale of 1.  | 
|
LambertConformalConic(double firstParallelLatitude,
                      double secondParallelLatitude,
                      double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units,
                      CRSResource id)
Creates a Lambert Conformal projection with a intersecting cone at the given parallel latitudes. and a scale of 1.  | 
|
LambertConformalConic(double firstParallelLatitude,
                      double secondParallelLatitude,
                      double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units,
                      double scale)
 | 
|
LambertConformalConic(double firstParallelLatitude,
                      double secondParallelLatitude,
                      double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units,
                      double scale,
                      CRSResource id)
 | 
|
LambertConformalConic(double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.  | 
|
LambertConformalConic(double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units,
                      CRSResource id)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.  | 
|
LambertConformalConic(double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units,
                      double scale)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.  | 
|
LambertConformalConic(double falseNorthing,
                      double falseEasting,
                      javax.vecmath.Point2d naturalOrigin,
                      IUnit units,
                      double scale,
                      CRSResource id)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude.  | 
|
| Method Summary | |
|---|---|
 javax.vecmath.Point2d | 
doInverseProjection(IGeographicCRS geographicCRS,
                    double x,
                    double y)
Do an inverse projection from projected (map) coordinates to geographic coordinates.  | 
 javax.vecmath.Point2d | 
doProjection(IGeographicCRS geographicCRS,
             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.cs.projections.conic.ConicProjection | 
|---|
equals, getFirstParallelLatitude, getSecondParallelLatitude, hashCode | 
| Methods inherited from class org.deegree.cs.projections.Projection | 
|---|
getCosphi0, getEccentricity, getEllipsoid, getFalseEasting, getFalseNorthing, getNaturalOrigin, getPrimeMeridian, getProjectionLatitude, getProjectionLongitude, getScale, getScaleFactor, getSemiMajorAxis, getSemiMinorAxis, getSinphi0, getSquaredEccentricity, getUnits, isConformal, isEqualArea, isSpherical, setFalseEasting, setScale, toString | 
| Methods inherited from class org.deegree.cs.CRSIdentifiable | 
|---|
addAreaOfUse, addName, checkForNullObject, checkForNullObject, checkForNullObject, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getId, 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 | 
| Methods inherited from interface org.deegree.cs.projections.conic.IConicProjection | 
|---|
getFirstParallelLatitude, getSecondParallelLatitude | 
| Methods inherited from interface org.deegree.cs.projections.IProjection | 
|---|
getCosphi0, getEccentricity, getEllipsoid, getFalseEasting, getFalseNorthing, getNaturalOrigin, getPrimeMeridian, getProjectionLatitude, getProjectionLongitude, getScale, getScaleFactor, getSemiMajorAxis, getSemiMinorAxis, getSinphi0, getSquaredEccentricity, getUnits, isConformal, isEqualArea, isSpherical, setFalseEasting, setScale | 
| Methods inherited from interface org.deegree.cs.CRSResource | 
|---|
addAreaOfUse, addName, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion | 
| Methods inherited from interface org.deegree.commons.tom.Object | 
|---|
getId | 
| Constructor Detail | 
|---|
public LambertConformalConic(double firstParallelLatitude,
                             double secondParallelLatitude,
                             double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units,
                             double scale,
                             CRSResource id)
firstParallelLatitude - the latitude (in radians) of the first parallel. (Snyder phi_1).secondParallelLatitude - the latitude (in radians) of the second parallel. (Snyder phi_2).geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - id - an identifiable instance containing information about this projection
public LambertConformalConic(double firstParallelLatitude,
                             double secondParallelLatitude,
                             double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units,
                             double scale)
firstParallelLatitude - the latitude (in radians) of the first parallel. (Snyder phi_1).secondParallelLatitude - the latitude (in radians) of the second parallel. (Snyder phi_2).geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - 
public LambertConformalConic(double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units,
                             double scale,
                             CRSResource id)
geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - id - an identifiable instance containing information about this projection
public LambertConformalConic(double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units,
                             double scale)
geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - 
public LambertConformalConic(double firstParallelLatitude,
                             double secondParallelLatitude,
                             double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units,
                             CRSResource id)
firstParallelLatitude - the latitude (in radians) of the first parallel. (Snyder phi_1).secondParallelLatitude - the latitude (in radians) of the second parallel. (Snyder phi_2).geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - id - an identifiable instance containing information about this projection
public LambertConformalConic(double firstParallelLatitude,
                             double secondParallelLatitude,
                             double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units)
firstParallelLatitude - the latitude (in radians) of the first parallel. (Snyder phi_1).secondParallelLatitude - the latitude (in radians) of the second parallel. (Snyder phi_2).geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - 
public LambertConformalConic(double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units,
                             CRSResource id)
geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - id - an identifiable instance containing information about this projection
public LambertConformalConic(double falseNorthing,
                             double falseEasting,
                             javax.vecmath.Point2d naturalOrigin,
                             IUnit units)
geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - | Method Detail | 
|---|
public javax.vecmath.Point2d doInverseProjection(IGeographicCRS geographicCRS,
                                                 double x,
                                                 double y)
Projection
doInverseProjection in interface IProjectiondoInverseProjection in class Projectionx - coordinate on the mapy - coordinate on the map
org.deegree.cs.projections.Projection#doInverseProjection(double, double)
public javax.vecmath.Point2d doProjection(IGeographicCRS geographicCRS,
                                          double lambda,
                                          double phi)
Projection
doProjection in interface IProjectiondoProjection in class Projectionlambda - the longitudephi - the latitude
org.deegree.cs.projections.Projection#doProjection(double, double)public String getImplementationName()
getImplementationName in interface IProjectiongetImplementationName in class Projection
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||