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.
|
aasin, cphi2, initialize, invMlfn, isGeographic, mlfn, msfn, tsfnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlonIsLinearToEastpublic Sinusoidal()
public java.lang.String getName()
Projpublic java.lang.String getProj4Id()
Projnull.public double[] project(double phi, double lambda)
Projphi - the latitude in radianslambda - the longitude in radianspublic double[] invproject(double east, double north)
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 ellipsoidpublic Bounds getAlgorithmBounds()
Proj