Uses of Class
org.openstreetmap.josm.data.projection.datum.NTV2GridShift

Packages that use NTV2GridShift
org.openstreetmap.josm.data.projection.datum   
 

Uses of NTV2GridShift in org.openstreetmap.josm.data.projection.datum
 

Methods in org.openstreetmap.josm.data.projection.datum that return NTV2GridShift
 NTV2GridShift NTV2SubGrid.interpolateGridShift(NTV2GridShift gs)
          Interpolate shift and accuracy values for a coordinate in the 'from' datum of the GridShiftFile.
 

Methods in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2GridShift
 void NTV2GridShift.copy(NTV2GridShift gs)
          Make this object a copy of the supplied GridShift
 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.
 NTV2GridShift NTV2SubGrid.interpolateGridShift(NTV2GridShift gs)
          Interpolate shift and accuracy values for a coordinate in the 'from' datum of the GridShiftFile.
 



JOSM