public interface Datum
Modifier and Type | Method and Description |
---|---|
LatLon |
fromWGS84(LatLon ll)
Convert lat/lon from
Ellipsoid.WGS84 to this datum. |
Ellipsoid |
getEllipsoid() |
String |
getName() |
String |
getProj4Id()
Replies the Proj.4 identifier.
|
LatLon |
toWGS84(LatLon ll)
Convert lat/lon from this datum to
Ellipsoid.WGS84 datum. |
String getProj4Id()
Ellipsoid getEllipsoid()
LatLon toWGS84(LatLon ll)
Ellipsoid.WGS84
datum.ll
- original lat/lon in this datumLatLon fromWGS84(LatLon ll)
Ellipsoid.WGS84
to this datum.ll
- original lat/lon in WGS84