| Constructor and Description |
|---|
Mercator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Replies a human readable name of this projection.
|
java.lang.String |
getProj4Id()
Replies the Proj.4 identifier.
|
void |
initialize(ProjParameters params)
Initialize the projection using the provided parameters.
|
double[] |
invproject(double east,
double north)
Convert east/north to lat/lon.
|
double[] |
project(double lat_rad,
double lon_rad)
Convert lat/lon to east/north.
|
public Mercator()
public java.lang.String getName()
Projpublic java.lang.String getProj4Id()
ProjgetProj4Id in interface Projnull.public void initialize(ProjParameters params) throws ProjectionConfigurationException
Projinitialize in interface Projparams - The projection parametersProjectionConfigurationException - in case parameters are not suitablepublic double[] project(double lat_rad, double lon_rad)
Projpublic double[] invproject(double east, double north)
Projinvproject in interface Projeast - east value in meters, divided by the semi major axis of the ellipsoidnorth - north value in meters, divided by the semi major axis of the ellipsoid