Uses of Class
org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper

Packages that use NTV2GridShiftFileWrapper
org.openstreetmap.josm.data.projection   
org.openstreetmap.josm.data.projection.datum   
 

Uses of NTV2GridShiftFileWrapper in org.openstreetmap.josm.data.projection
 

Fields in org.openstreetmap.josm.data.projection with type parameters of type NTV2GridShiftFileWrapper
static java.util.Map<java.lang.String,NTV2GridShiftFileWrapper> Projections.nadgrids
           
 

Methods in org.openstreetmap.josm.data.projection that return NTV2GridShiftFileWrapper
static NTV2GridShiftFileWrapper Projections.getNTV2Grid(java.lang.String id)
           
 

Uses of NTV2GridShiftFileWrapper in org.openstreetmap.josm.data.projection.datum
 

Fields in org.openstreetmap.josm.data.projection.datum declared as NTV2GridShiftFileWrapper
static NTV2GridShiftFileWrapper NTV2GridShiftFileWrapper.BETA2007
           
protected  NTV2GridShiftFileWrapper NTV2Datum.nadgrids
           
static NTV2GridShiftFileWrapper NTV2GridShiftFileWrapper.ntf_rgf93
           
 

Constructors in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2GridShiftFileWrapper
NTV2Datum(java.lang.String name, java.lang.String proj4Id, Ellipsoid ellps, NTV2GridShiftFileWrapper nadgrids)
           
 



JOSM