Class ExportMarkers

java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportMarkers

public class ExportMarkers extends Task
Task class containing processing parameters.
  • Constructor Details

    • ExportMarkers

      protected ExportMarkers(long cPtr, boolean cMemoryOwn)
    • ExportMarkers

      public ExportMarkers()
  • Method Details

    • getCPtr

      protected static long getCPtr(ExportMarkers obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Task
    • delete

      public void delete()
      Overrides:
      delete in class Task
    • setBinary

      public void setBinary(boolean value)
      Enables/disables binary encoding for selected format (if applicable). Default: false
    • getBinary

      public boolean getBinary()
      Enables/disables binary encoding for selected format (if applicable). Default: false
    • setCRS

      public void setCRS(CoordinateSystem value)
      Output coordinate system.
    • getCRS

      public CoordinateSystem getCRS()
      Output coordinate system.
    • setPath

      public void setPath(String value)
      Path to output file.
    • getPath

      public String getPath()
      Path to output file.