Package | Description |
---|---|
org.openstreetmap.josm.data.projection.datum |
Modifier and Type | Field and Description |
---|---|
private NTV2SubGrid |
NTV2GridShiftFile.lastSubGrid |
private NTV2SubGrid[] |
NTV2SubGrid.subGrid |
private NTV2SubGrid[] |
NTV2GridShiftFile.topLevelSubGrid |
Modifier and Type | Method and 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 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.
|
Modifier and Type | Method and 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 Grids
|
void |
NTV2SubGrid.setSubGridArray(NTV2SubGrid[] subGrid)
Set an array of Sub Grids of this sub grid
|