Class ExportReference

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

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

    • ExportReference

      protected ExportReference(long cPtr, boolean cMemoryOwn)
    • ExportReference

      public ExportReference()
  • Method Details

    • getCPtr

      protected static long getCPtr(ExportReference obj)
    • finalize

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

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

      public void setColumns(String value)
      Column order in csv format (n - label, o - enabled flag, x/y/z - coordinates, X/Y/Z - coordinate accuracy, a/b/c - rotation angles, A/B/C - rotation angle accuracy, u/v/w - estimated coordinates, U/V/W - coordinate errors, d/e/f - estimated orientation angles, D/E/F - orientation errors, p/q/r - estimated coordinates variance, i/j/k - estimated orientation angles variance, [] - group of multiple values, | - column separator within group).
    • getColumns

      public String getColumns()
      Column order in csv format (n - label, o - enabled flag, x/y/z - coordinates, X/Y/Z - coordinate accuracy, a/b/c - rotation angles, A/B/C - rotation angle accuracy, u/v/w - estimated coordinates, U/V/W - coordinate errors, d/e/f - estimated orientation angles, D/E/F - orientation errors, p/q/r - estimated coordinates variance, i/j/k - estimated orientation angles variance, [] - group of multiple values, | - column separator within group).
    • setDelimiter

      public void setDelimiter(String value)
      Column delimiter in csv format.
    • getDelimiter

      public String getDelimiter()
      Column delimiter in csv format.
    • setFormat

      public void setFormat(ReferenceFormat value)
      Export format. Default: ReferenceFormat.ReferenceFormatNone
    • getFormat

      public ReferenceFormat getFormat()
      Export format. Default: ReferenceFormat.ReferenceFormatNone
    • setItems

      public void setItems(ReferenceItems value)
      Items to export in CSV format. Default: ReferenceItems.ReferenceItemsCameras
    • getItems

      public ReferenceItems getItems()
      Items to export in CSV format. Default: ReferenceItems.ReferenceItemsCameras
    • setPath

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

      public String getPath()
      Path to the output file.
    • setPrecision

      public void setPrecision(int value)
      Number of digits after the decimal point (for CSV format). Default: 6
    • getPrecision

      public int getPrecision()
      Number of digits after the decimal point (for CSV format). Default: 6