Package | Description |
---|---|
org.openstreetmap.josm.data.projection.datum |
Modifier and Type | Method and Description |
---|---|
NTV2GridShift |
NTV2SubGrid.interpolateGridShift(NTV2GridShift gs)
Interpolate shift and accuracy values for a coordinate in the 'from' datum
of the GridShiftFile.
|
Modifier and Type | Method and Description |
---|---|
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.
|