Package | Description |
---|---|
org.transitime.utils |
Contains the utility classes that are used by many parts of the project.
|
Modifier and Type | Method and Description |
---|---|
static ChinaGpsOffset.LatLon |
ChinaGpsOffset.transform(double wgLat,
double wgLon)
World Geodetic System ==> Mars Geodetic System.
|
static ChinaGpsOffset.LatLon |
ChinaGpsOffset.transformBack(double marsLat,
double marsLon)
Mars Geodetic System ==> World Geodetic System.
|