Package | Description |
---|---|
org.openstreetmap.josm.data.projection.datum |
Provides the classes for datums used in map projections.
|
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 static NTV2SubGrid |
NTV2GridShiftFile.getSubGrid(NTV2SubGrid[] topLevelSubGrid,
double lon,
double lat)
Find the finest SubGrid containing the coordinate, specified in Positive West Seconds
|
NTV2SubGrid |
NTV2SubGrid.getSubGridForCoord(double lon,
double lat)
Tests if a specified coordinate is within this Sub Grid
or one of its Sub Grids.
|
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 static NTV2SubGrid |
NTV2GridShiftFile.getSubGrid(NTV2SubGrid[] topLevelSubGrid,
double lon,
double lat)
Find the finest SubGrid containing the coordinate, specified in Positive West Seconds
|
void |
NTV2SubGrid.setSubGridArray(NTV2SubGrid... subGrid)
Set an array of Sub Grids of this sub grid
|