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.
  • Field Summary

    Fields inherited from class com.agisoft.metashape.tasks.Task

    swigCMemOwn
  • Constructor Summary

    Constructors
    Modifier Constructor Description
      ExportReference()  
    protected ExportReference​(long cPtr, boolean cMemoryOwn)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    protected void finalize()  
    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).
    protected static long getCPtr​(ExportReference obj)  
    String getDelimiter()
    Column delimiter in csv format.
    ReferenceFormat getFormat()
    Export format.
    ReferenceItems getItems()
    Items to export in CSV format.
    String getPath()
    Path to the output file.
    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).
    void setDelimiter​(String value)
    Column delimiter in csv format.
    void setFormat​(ReferenceFormat value)
    Export format.
    void setItems​(ReferenceItems value)
    Items to export in CSV format.
    void setPath​(String value)
    Path to the output file.

    Methods inherited from class com.agisoft.metashape.tasks.Task

    apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.0
    • getItems

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

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

      public String getPath()
      Path to the output file.