public class Sinusoidal extends AbstractProj
This class has been derived from the implementation of the Geotools project; git 577dd2d, org.geotools.referencing.operation.projection.Sinusoidal at the time of migration.
Constructor and Description |
---|
Sinusoidal() |
Modifier and Type | Method and Description |
---|---|
Bounds |
getAlgorithmBounds()
Return the bounds where this projection is applicable.
|
java.lang.String |
getName()
Replies a human readable name of this projection.
|
java.lang.String |
getProj4Id()
Replies the Proj.4 identifier.
|
double[] |
invproject(double east,
double north)
Convert east/north to lat/lon.
|
double[] |
project(double phi,
double lambda)
Convert lat/lon to east/north.
|
cphi2, initialize, inv_mlfn, isGeographic, mlfn, msfn, tsfn
public Sinusoidal()
public java.lang.String getName()
Proj
public java.lang.String getProj4Id()
Proj
null
.public double[] project(double phi, double lambda)
Proj
phi
- the latitude in radianslambda
- the longitude in radianspublic double[] invproject(double east, double north)
Proj
east
- 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 ellipsoidpublic Bounds getAlgorithmBounds()
Proj