org.cresques.geo
Class CCLambert

java.lang.Object
  extended byorg.cresques.geo.Projection
      extended byorg.cresques.geo.CCLambert
All Implemented Interfaces:
IProjection

public class CCLambert
extends Projection

Proyeccion de Conica Comforme Lambert

Author:
"Luis W. Sevilla" * @author administrador

Field Summary
 
Fields inherited from class org.cresques.geo.Projection
NORTH, SOUTH
 
Constructor Summary
CCLambert(Ellipsoid eli)
           
 
Method Summary
 java.awt.geom.Point2D createPoint(double x, double y)
           
 void drawGrid(java.awt.Graphics2D g, ViewPortData vp)
           
 java.awt.geom.Point2D fromGeo(java.awt.geom.Point2D gPt, java.awt.geom.Point2D lPt)
           
 java.lang.String getAbrev()
           
static CCLambert getProjection(Ellipsoid eli)
           
static IProjection getProjectionByName(IDatum eli, java.lang.String name)
           
 double getScale(double minX, double maxX, double width, double dpi)
           
 java.awt.geom.Point2D toGeo(java.awt.geom.Point2D lPt)
           
 GeoPoint toGeo(java.awt.geom.Point2D lPt, GeoPoint gPt)
           
 
Methods inherited from class org.cresques.geo.Projection
coordToString, createPoint, getDatum, getElliPar, getGridColor, getName, getReproyectionTo, setGridColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCLambert

public CCLambert(Ellipsoid eli)
Method Detail

getAbrev

public java.lang.String getAbrev()
Specified by:
getAbrev in interface IProjection
Specified by:
getAbrev in class Projection

getProjection

public static CCLambert getProjection(Ellipsoid eli)

getProjectionByName

public static IProjection getProjectionByName(IDatum eli,
                                              java.lang.String name)

createPoint

public java.awt.geom.Point2D createPoint(double x,
                                         double y)
Specified by:
createPoint in interface IProjection
Specified by:
createPoint in class Projection

toGeo

public java.awt.geom.Point2D toGeo(java.awt.geom.Point2D lPt)
Specified by:
toGeo in interface IProjection
Specified by:
toGeo in class Projection
Returns:

toGeo

public GeoPoint toGeo(java.awt.geom.Point2D lPt,
                      GeoPoint gPt)
Parameters:
gPt -
Returns:

fromGeo

public java.awt.geom.Point2D fromGeo(java.awt.geom.Point2D gPt,
                                     java.awt.geom.Point2D lPt)
Specified by:
fromGeo in interface IProjection
Specified by:
fromGeo in class Projection
Parameters:
gPt -
Returns:

drawGrid

public void drawGrid(java.awt.Graphics2D g,
                     ViewPortData vp)
Specified by:
drawGrid in interface IProjection
Specified by:
drawGrid in class Projection

getScale

public double getScale(double minX,
                       double maxX,
                       double width,
                       double dpi)