Class RtkLibImporter

    • Constructor Detail

      • RtkLibImporter

        public RtkLibImporter()
        Constructs a new RtkLibImporter.
    • 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 RTKLib file.
        Parameters:
        is - input stream to RTKLib data
        associatedFile - RTKLib file
        gpxLayerName - The GPX layer name
        Returns:
        the new GPX and marker layers corresponding to the specified RTKLib file
        Throws:
        java.io.IOException - if an I/O error occurs