Class ExportObjectsCommand

java.lang.Object
qupath.lib.gui.commands.ExportObjectsCommand

public final class ExportObjectsCommand extends Object
Command to export object(s) in GeoJSON format to an output file.
Author:
Melvin Gelbard, Pete Bankhead
  • Method Details

    • runGeoJsonExport

      public static boolean runGeoJsonExport(QuPathGUI qupath) throws IOException
      Run the path object GeoJSON export command.
      Parameters:
      qupath -
      Returns:
      success
      Throws:
      IOException