public class Mercator extends Projection
currentSpheroid
Constructor and Description |
---|
Mercator() |
Modifier and Type | Method and Description |
---|---|
Geographic |
asGeographic(Planar p,
Geographic q) |
Planar |
asPlanar(Geographic q0,
Planar p) |
void |
setParameters(double centralMeridian,
double falseEasting,
double falseNorthing) |
setSpheroid
public void setParameters(double centralMeridian, double falseEasting, double falseNorthing)
centralMeridian
- in degreesfalseEasting
- in metresfalseNorthing
- in metrespublic Planar asPlanar(Geographic q0, Planar p)
asPlanar
in class Projection
public Geographic asGeographic(Planar p, Geographic q)
asGeographic
in class Projection