Package com.agisoft.metashape.tasks
Class ExportReference
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportReference
Task class containing processing parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.agisoft.metashape.tasks.Task
Task.TaskTarget -
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()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) Column delimiter in csv format.Export format.getItems()Items to export in CSV format.getPath()Path to the output file.intNumber of digits after the decimal point (for CSV format).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.voidPath to the output file.voidsetPrecision(int value) Number of digits after the decimal point (for CSV format).Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
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.ReferenceItemsCameras -
getItems
Items to export in CSV format. Default: ReferenceItems.ReferenceItemsCameras -
setPath
Path to the output file. -
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
-