Class NMEAImporter

    • Constructor Detail

      • NMEAImporter

        public NMEAImporter()
        Constructs a new NMEAImporter.
    • Method Detail

      • loadLayers

        public static GpxImporter.GpxImporterData loadLayers​(java.io.InputStream is,
                                                             java.io.File associatedFile,
                                                             java.lang.String gpxLayerName)
                                                      throws java.io.IOException
        Replies the new GPX and marker layers corresponding to the specified NMEA file.
        Parameters:
        is - input stream to NMEA 0183 data
        associatedFile - NMEA file
        gpxLayerName - The GPX layer name
        Returns:
        the new GPX and marker layers corresponding to the specified NMEA file
        Throws:
        java.io.IOException - if an I/O error occurs