Package com.agisoft.metashape.tasks
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()protectedExportReference(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()StringgetColumns()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 longgetCPtr(ExportReference obj)StringgetDelimiter()Column delimiter in csv format.ReferenceFormatgetFormat()Export format.ReferenceItemsgetItems()Items to export in CSV format.StringgetPath()Path to the output file.voidsetColumns(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).voidsetDelimiter(String value)Column delimiter in csv format.voidsetFormat(ReferenceFormat value)Export format.voidsetItems(ReferenceItems value)Items to export in CSV format.voidsetPath(String value)Path to the output file.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
ExportReference
protected ExportReference(long cPtr, boolean cMemoryOwn) -
ExportReference
public ExportReference()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setColumns
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
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
Column delimiter in csv format. -
getDelimiter
Column delimiter in csv format. -
setFormat
Export format. Default: ReferenceFormat.ReferenceFormatNone -
getFormat
Export format. Default: ReferenceFormat.ReferenceFormatNone -
setItems
Items to export in CSV format. Default: ReferenceItems.0 -
getItems
Items to export in CSV format. Default: ReferenceItems.0 -
setPath
Path to the output file. -
getPath
Path to the output file.
-