Class OziWptImporter

    • Constructor Detail

      • OziWptImporter

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

      • loadLayers

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