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 java.util.Map<java.lang.String,NTV2GridShiftFileWrapper>Projections. nadgridsMethods in org.openstreetmap.josm.data.projection that return NTV2GridShiftFileWrapper Modifier and Type Method Description static NTV2GridShiftFileWrapperProjections. getNTV2Grid(java.lang.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 NTV2GridShiftFileWrapperNTV2Datum. nadgridsConstructors in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2GridShiftFileWrapper Constructor Description NTV2Datum(java.lang.String name, java.lang.String proj4Id, Ellipsoid ellps, NTV2GridShiftFileWrapper nadgrids)Constructs a newNTV2Datum.
-