Class Mercator
- java.lang.Object
-
- com.vividsolutions.jump.coordsys.Projection
-
- com.vividsolutions.jump.coordsys.impl.Mercator
-
public class Mercator extends Projection
This class implements the Mercator projection.- Version:
- $Revision$
- Author:
- $Author$
$Id$ $Date$ $Log$ Revision 1.1 2005/06/16 15:25:29 javamap *** empty log message *** Revision 1.2 2005/05/03 15:23:55 javamap *** empty log message *** Revision 1.2 2003/11/05 05:12:52 dkim Added global header; cleaned up Javadoc. Revision 1.1 2003/09/15 20:26:12 jaquino Reprojection Revision 1.2 2003/07/25 17:01:04 gkostadinov Moved classses reponsible for performing the basic projection to a new package -- base. Revision 1.1 2003/07/24 23:14:44 gkostadinov adding base projection classes Revision 1.1 2003/06/20 18:34:31 gkostadinov Entering the source code into the CVS.
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.coordsys.Projection
currentSpheroid
-
-
Constructor Summary
Constructors Constructor Description Mercator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geographic
asGeographic(Planar p, Geographic q)
Planar
asPlanar(Geographic q0, Planar p)
void
setParameters(double centralMeridian, double falseEasting, double falseNorthing)
-
Methods inherited from class com.vividsolutions.jump.coordsys.Projection
setSpheroid
-
-
-
-
Method Detail
-
setParameters
public void setParameters(double centralMeridian, double falseEasting, double falseNorthing)
- Parameters:
centralMeridian
- in degreesfalseEasting
- in metresfalseNorthing
- in metres
-
asPlanar
public Planar asPlanar(Geographic q0, Planar p)
- Specified by:
asPlanar
in classProjection
-
asGeographic
public Geographic asGeographic(Planar p, Geographic q)
- Specified by:
asGeographic
in classProjection
-
-