Uses of Class
org.openstreetmap.josm.data.projection.datum.NTV2GridShift
-
Packages that use NTV2GridShift Package Description org.openstreetmap.josm.data.projection.datum Provides the classes for datum used in map projections. -
-
Uses of NTV2GridShift in org.openstreetmap.josm.data.projection.datum
Methods in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2GridShift Modifier and Type Method Description boolean
NTV2GridShiftFile. gridShiftForward(NTV2GridShift gs)
Shift a coordinate in the Forward direction of the Grid Shift File.boolean
NTV2GridShiftFile. gridShiftReverse(NTV2GridShift gs)
Shift a coordinate in the Reverse direction of the Grid Shift File.void
NTV2SubGrid. interpolateGridShift(NTV2GridShift gs)
Interpolate shift and accuracy values for a coordinate in the 'from' datum of the GridShiftFile.
-