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 class
NTV2Proj4DirGridShiftFileSource
Shift 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 Map<Float,NTV2GridShiftFileSource>
NTV2GridShiftFileWrapper. sources
Methods in org.openstreetmap.josm.data.projection.datum with parameters of type NTV2GridShiftFileSource Modifier and Type Method Description static void
NTV2GridShiftFileWrapper. 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 NTV2GridShiftFileSource
MainApplication. JOSM_WEBSITE_NTV2_SOURCE
Source of NTV2 shift files: Download from JOSM website.
-