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

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

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

Fields in org.openstreetmap.josm.data.projection.datum declared as NTV2SubGrid
private  NTV2SubGrid NTV2GridShiftFile.lastSubGrid
           
private  NTV2SubGrid[] NTV2SubGrid.subGrid
           
private  NTV2SubGrid[] NTV2GridShiftFile.topLevelSubGrid
           
 

Methods in org.openstreetmap.josm.data.projection.datum that return NTV2SubGrid
private  NTV2SubGrid[] NTV2GridShiftFile.createSubGridTree(NTV2SubGrid[] subGrid)
          Create a tree of Sub Grids by adding each Sub Grid to its parent (where it has one), and returning an array of the top level Sub Grids
private  NTV2SubGrid NTV2GridShiftFile.getSubGrid(double lon, double lat)
          Find the finest SubGrid containing the coordinate, specified in Positive West Seconds
 NTV2SubGrid NTV2SubGrid.getSubGrid(int index)
           
 NTV2SubGrid NTV2SubGrid.getSubGridForCoord(double lon, double lat)
          Tests if a specified coordinate is within this Sub Grid or one of its Sub Grids.
 NTV2SubGrid[] NTV2GridShiftFile.getSubGridTree()
          Get a copy of the SubGrid tree for this file.
 

Methods in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2SubGrid
private  NTV2SubGrid[] NTV2GridShiftFile.createSubGridTree(NTV2SubGrid[] subGrid)
          Create a tree of Sub Grids by adding each Sub Grid to its parent (where it has one), and returning an array of the top level Sub Grids
 void NTV2SubGrid.setSubGridArray(NTV2SubGrid[] subGrid)
          Set an array of Sub Grids of this sub grid
 



JOSM