Uses of Class
org.openstreetmap.josm.data.projection.datum.NTV2SubGrid
-
Packages that use NTV2SubGrid Package Description org.openstreetmap.josm.data.projection.datum Provides the classes for datum used in map projections. -
-
Uses of NTV2SubGrid in org.openstreetmap.josm.data.projection.datum
Fields in org.openstreetmap.josm.data.projection.datum declared as NTV2SubGrid Modifier and Type Field Description private NTV2SubGrid
NTV2GridShiftFile. lastSubGrid
private NTV2SubGrid[]
NTV2SubGrid. subGrid
private NTV2SubGrid[]
NTV2GridShiftFile. topLevelSubGrid
Methods in org.openstreetmap.josm.data.projection.datum that return NTV2SubGrid Modifier and Type Method Description private static 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 Gridsprivate static NTV2SubGrid
NTV2GridShiftFile. getSubGrid(NTV2SubGrid[] topLevelSubGrid, double lon, double lat)
Find the finest SubGrid containing the coordinate, specified in Positive West SecondsNTV2SubGrid
NTV2SubGrid. getSubGridForCoord(double lon, double lat)
Tests if a specified coordinate is within this Sub Grid or one of its Sub Grids.Methods in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2SubGrid Modifier and Type Method Description private static 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 Gridsprivate static NTV2SubGrid
NTV2GridShiftFile. getSubGrid(NTV2SubGrid[] topLevelSubGrid, double lon, double lat)
Find the finest SubGrid containing the coordinate, specified in Positive West Secondsvoid
NTV2SubGrid. setSubGridArray(NTV2SubGrid... subGrid)
Set an array of Sub Grids of this sub grid
-