public class NTV2Datum extends AbstractDatum
Modifier and Type | Field and Description |
---|---|
protected NTV2GridShiftFileWrapper |
nadgrids |
ellps, name, proj4Id
Constructor and Description |
---|
NTV2Datum(String name,
String proj4Id,
Ellipsoid ellps,
NTV2GridShiftFileWrapper nadgrids) |
Modifier and Type | Method and Description |
---|---|
LatLon |
fromWGS84(LatLon ll)
Convert lat/lon from WGS84 to this datum.
|
LatLon |
toWGS84(LatLon ll)
Convert lat/lon from this datum to WGS84 datum.
|
getEllipsoid, getName, getProj4Id
protected NTV2GridShiftFileWrapper nadgrids
public NTV2Datum(String name, String proj4Id, Ellipsoid ellps, NTV2GridShiftFileWrapper nadgrids)