Uses of Interface
org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileSource
-
Packages that use NTV2GridShiftFileSource Package Description org.openstreetmap.josm.data.projection.datum Provides the classes for datum used in map projections.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of NTV2GridShiftFileSource in org.openstreetmap.josm.data.projection.datum
Classes in org.openstreetmap.josm.data.projection.datum that implement NTV2GridShiftFileSource Modifier and Type Class Description classNTV2Proj4DirGridShiftFileSourceShift file source that scans the common data directories of the proj4 library.Fields in org.openstreetmap.josm.data.projection.datum with type parameters of type NTV2GridShiftFileSource Modifier and Type Field Description private static java.util.Map<java.lang.Float,NTV2GridShiftFileSource>NTV2GridShiftFileWrapper. sourcesMethods in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2GridShiftFileSource Modifier and Type Method Description static voidNTV2GridShiftFileWrapper. registerNTV2GridShiftFileSource(float priority, NTV2GridShiftFileSource source)Register a source for NTV2 grid files. -
Uses of NTV2GridShiftFileSource in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as NTV2GridShiftFileSource Modifier and Type Field Description static NTV2GridShiftFileSourceMainApplication. JOSM_WEBSITE_NTV2_SOURCESource of NTV2 shift files: Download from JOSM website.
-