Uses of Interface
org.openstreetmap.josm.io.IGpxReader
-
Packages that use IGpxReader Package Description org.openstreetmap.josm.gui.io.importexport Provides GUI classes for handling file import/export operations.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.io.nmea Provides the classes for reading NMEA-0183 files.org.openstreetmap.josm.io.ozi org.openstreetmap.josm.io.rtklib Provides the classes for reading RTKLib Positioning Solution files. -
-
Uses of IGpxReader in org.openstreetmap.josm.gui.io.importexport
Classes in org.openstreetmap.josm.gui.io.importexport with type parameters of type IGpxReader Modifier and Type Class Description class
GpxLikeImporter<T extends IGpxReader>
Methods in org.openstreetmap.josm.gui.io.importexport with type parameters of type IGpxReader Modifier and Type Method Description protected static <T extends IGpxReader>
TGpxLikeImporter. buildAndParse(java.io.InputStream fis, java.lang.Class<T> klass)
-
Uses of IGpxReader in org.openstreetmap.josm.io
Classes in org.openstreetmap.josm.io that implement IGpxReader Modifier and Type Class Description class
GpxReader
Read a gpx file. -
Uses of IGpxReader in org.openstreetmap.josm.io.nmea
Classes in org.openstreetmap.josm.io.nmea that implement IGpxReader Modifier and Type Class Description class
NmeaReader
Reads a NMEA 0183 file. -
Uses of IGpxReader in org.openstreetmap.josm.io.ozi
Classes in org.openstreetmap.josm.io.ozi that implement IGpxReader Modifier and Type Class Description class
OziWptReader
Reads an OziExplorer Waypoint file. -
Uses of IGpxReader in org.openstreetmap.josm.io.rtklib
Classes in org.openstreetmap.josm.io.rtklib that implement IGpxReader Modifier and Type Class Description class
RtkLibPosReader
Reads a RTKLib Positioning Solution file.
-