public class CentricDatum extends AbstractDatum
ellps, name, proj4Id| Constructor and Description |
|---|
CentricDatum(java.lang.String name,
java.lang.String proj4Id,
Ellipsoid ellps) |
| Modifier and Type | Method and Description |
|---|---|
LatLon |
fromWGS84(LatLon ll)
Convert lat/lon from WGS84 to this datum.
|
java.lang.String |
toString() |
LatLon |
toWGS84(LatLon ll)
Convert lat/lon from this datum to WGS84 datum.
|
getEllipsoid, getName, getProj4Idpublic CentricDatum(java.lang.String name, java.lang.String proj4Id, Ellipsoid ellps)
public LatLon toWGS84(LatLon ll)
Datumpublic LatLon fromWGS84(LatLon ll)
Datumpublic java.lang.String toString()
toString in class java.lang.Object