public class SwissObliqueMercator extends java.lang.Object implements Proj
| Modifier and Type | Field and Description |
|---|---|
private double |
alpha |
private double |
b0 |
private Ellipsoid |
ellps |
private static double |
EPSILON |
private double |
K |
private double |
kR |
| Constructor and Description |
|---|
SwissObliqueMercator() |
| 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.
|
private void |
initialize(double lat_0) |
void |
initialize(ProjParameters params)
Initialize the projection using the provided parameters.
|
double[] |
invproject(double y,
double x)
Convert east/north to lat/lon.
|
double[] |
project(double phi,
double lambda)
Convert lat/lon to east/north.
|
private double kR
private double alpha
private double b0
private double K
private static final double EPSILON
public SwissObliqueMercator()
public void initialize(ProjParameters params) throws ProjectionConfigurationException
Projinitialize in interface Projparams - The projection parametersProjectionConfigurationException - in case parameters are not suitableprivate void initialize(double lat_0)
public java.lang.String getName()
Projpublic java.lang.String getProj4Id()
ProjgetProj4Id in interface Projnull.public double[] project(double phi, double lambda)
Projpublic double[] invproject(double y, double x)
Projinvproject in interface Projy - east value in meters, divided by the semi major axis of the ellipsoidx - north value in meters, divided by the semi major axis of the ellipsoid