Uses of Class
org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper
-
Packages that use NTV2GridShiftFileWrapper Package Description org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.org.openstreetmap.josm.data.projection.datum Provides the classes for datum used in map projections. -
-
Uses of NTV2GridShiftFileWrapper in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection with type parameters of type NTV2GridShiftFileWrapper Modifier and Type Field Description private static Map<String,NTV2GridShiftFileWrapper>
Projections. nadgrids
Methods in org.openstreetmap.josm.data.projection that return NTV2GridShiftFileWrapper Modifier and Type Method Description static NTV2GridShiftFileWrapper
Projections. getNTV2Grid(String id)
Get a NTV2 grid database by id. -
Uses of NTV2GridShiftFileWrapper in org.openstreetmap.josm.data.projection.datum
Fields in org.openstreetmap.josm.data.projection.datum declared as NTV2GridShiftFileWrapper Modifier and Type Field Description private NTV2GridShiftFileWrapper
NTV2Datum. nadgrids
Constructors in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2GridShiftFileWrapper Constructor Description NTV2Datum(String name, String proj4Id, Ellipsoid ellps, NTV2GridShiftFileWrapper nadgrids)
Constructs a newNTV2Datum
.
-