org.cresques.impl.cts.gt2
Class CSMercator

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

public class CSMercator
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
CSMercator(CSDatum datum)
           
 
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

CSMercator

public CSMercator(CSDatum datum)
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.