Class OsmDataSessionExporter

    • Constructor Detail

    • Method Detail

      • exportData

        public static void exportData​(DataSet data,
                                      java.io.OutputStream out)
        Exports OSM data to the given output stream.
        Parameters:
        data - data set
        out - output stream (must be closed by caller; note: if caller has access, caller should use CloseShieldOutputStream when calling this method to avoid potential future issues)