| Package | Description |
|---|---|
| org.openstreetmap.josm.data.projection |
Provides the classes for JOSM map projection.
|
| org.openstreetmap.josm.data.projection.datum |
Provides the classes for datums used in map projections.
|
| Modifier and Type | Field and Description |
|---|---|
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)
Get a NTV2 grid database by id.
|
| Modifier and Type | Field and Description |
|---|---|
private NTV2GridShiftFileWrapper |
NTV2Datum.nadgrids |
| Constructor and Description |
|---|
NTV2Datum(java.lang.String name,
java.lang.String proj4Id,
Ellipsoid ellps,
NTV2GridShiftFileWrapper nadgrids)
Constructs a new
NTV2Datum. |