| Modifier and Type | Field and Description |
|---|---|
private double |
a |
| Constructor and Description |
|---|
LonLat() |
| 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.
|
void |
initialize(ProjParameters params)
Initialize the projection using the provided parameters.
|
double[] |
invproject(double east,
double north)
Convert east/north to lat/lon.
|
boolean |
isGeographic()
Return true, if a geographic coordinate reference system is represented.
|
double[] |
project(double latRad,
double lonRad)
Convert lat/lon to east/north.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlonIsLinearToEastprivate double a
public LonLat()
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 latRad, double lonRad)
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 ellipsoidpublic Bounds getAlgorithmBounds()
ProjgetAlgorithmBounds in interface Projpublic boolean isGeographic()
ProjisGeographic in interface Proj