public class ExportReference extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ExportReference() |
Modifier and Type | Method and Description |
---|---|
java.lang.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).
|
java.lang.String |
getDelimiter()
Column delimiter in csv format.
|
ReferenceFormat |
getFormat()
Export format.
|
ReferenceItems |
getItems()
Items to export in CSV format.
|
java.lang.String |
getPath()
Path to the output file.
|
int |
getPrecision()
Number of digits after the decimal point (for CSV format).
|
void |
setColumns(java.lang.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(java.lang.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(java.lang.String value)
Path to the output file.
|
void |
setPrecision(int value)
Number of digits after the decimal point (for CSV format).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setColumns(java.lang.String value)
public java.lang.String getColumns()
public void setDelimiter(java.lang.String value)
public java.lang.String getDelimiter()
public void setFormat(ReferenceFormat value)
public ReferenceFormat getFormat()
public void setItems(ReferenceItems value)
public ReferenceItems getItems()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setPrecision(int value)
public int getPrecision()