Package | Description |
---|---|
org.openstreetmap.josm.data.projection | |
org.openstreetmap.josm.data.projection.datum |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Map<java.lang.String,NTV2GridShiftFileWrapper> |
Projections.nadgrids |
Modifier and Type | Method and Description |
---|---|
static NTV2GridShiftFileWrapper |
Projections.getNTV2Grid(java.lang.String id) |
Modifier and Type | Field and Description |
---|---|
static NTV2GridShiftFileWrapper |
NTV2GridShiftFileWrapper.BETA2007
Used in Germany to convert coordinates between the DHDN (Deutsches Hauptdreiecksnetz)
and ETRS89 (European Terrestrial Reference System 1989) datums.
|
protected NTV2GridShiftFileWrapper |
NTV2Datum.nadgrids |
static NTV2GridShiftFileWrapper |
NTV2GridShiftFileWrapper.ntf_rgf93
Used in France to convert coordinates between the NTF (Nouvelle triangulation de la France)
and RGF93 (Réseau géodésique français 1993) datums.
|
Constructor and Description |
---|
NTV2Datum(java.lang.String name,
java.lang.String proj4Id,
Ellipsoid ellps,
NTV2GridShiftFileWrapper nadgrids) |