org.cresques.impl.cts.gt2
Class CSLambertCC

java.lang.Object
  extended by org.cresques.impl.cts.gt2.CoordSys
      extended by org.cresques.impl.cts.gt2.CSLambertCC
All Implemented Interfaces:
Cloneable, IProjection

public class CSLambertCC
extends CoordSys

Author:
"Luis W. Sevilla"

Field Summary
 
Fields inherited from class org.cresques.impl.cts.gt2.CoordSys
abrev, csFactory, datum, geogCS, projCS
 
Constructor Summary
CSLambertCC(CSDatum datum, double meridian, double origin, double sf, double est, double nort)
           
CSLambertCC(CSDatum datum, double meridian, double origin, double sp1, double sp2, double est, double nort)
           
 
Method Summary
 double getScale(double minX, double maxX, double w, double dpi)
           
 String toString()
           
 
Methods inherited from class org.cresques.impl.cts.gt2.CoordSys
clone, createPoint, drawGrid, fromGeo, getAbrev, getCS, getCT, getDatum, getExtent, getFullCode, getGeogCS, getGridColor, isProjected, setAbrev, setGridColor, toGeo, toGeo
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSLambertCC

public CSLambertCC(CSDatum datum,
                   double meridian,
                   double origin,
                   double sp1,
                   double sp2,
                   double est,
                   double nort)

CSLambertCC

public CSLambertCC(CSDatum datum,
                   double meridian,
                   double origin,
                   double sf,
                   double est,
                   double nort)
Method Detail

getScale

public double getScale(double minX,
                       double maxX,
                       double w,
                       double dpi)
Specified by:
getScale in interface IProjection
Overrides:
getScale in class CoordSys

toString

public String toString()
Overrides:
toString in class CoordSys


Copyright © 2004-2013 gvSIG. All Rights Reserved.