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 (CSV format only).
|
ReferenceFormat |
getFormat()
Export format.
|
ReferenceItems |
getItems()
Items to export (CSV format only).
|
java.lang.String |
getPath()
Path to the output file.
|
int |
getPrecision()
Number of digits after the decimal point (CSV format only).
|
boolean |
getSaveEnabled()
Save enabled flag (CSV format only).
|
boolean |
getSaveErrors()
Save errors (CSV format only).
|
boolean |
getSaveEstimated()
Save estimated values (CSV format only).
|
boolean |
getSaveLocationAccuracy()
Save location accuracy (CSV format only).
|
boolean |
getSaveRotation()
Save rotation angles (CSV format only).
|
boolean |
getSaveRotationAccuracy()
Save rotation accuracy (CSV format only).
|
boolean |
getSaveVariance()
Save variance (CSV format only).
|
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 (CSV format only).
|
void |
setFormat(ReferenceFormat value)
Export format.
|
void |
setItems(ReferenceItems value)
Items to export (CSV format only).
|
void |
setPath(java.lang.String value)
Path to the output file.
|
void |
setPrecision(int value)
Number of digits after the decimal point (CSV format only).
|
void |
setSaveEnabled(boolean value)
Save enabled flag (CSV format only).
|
void |
setSaveErrors(boolean value)
Save errors (CSV format only).
|
void |
setSaveEstimated(boolean value)
Save estimated values (CSV format only).
|
void |
setSaveLocationAccuracy(boolean value)
Save location accuracy (CSV format only).
|
void |
setSaveRotation(boolean value)
Save rotation angles (CSV format only).
|
void |
setSaveRotationAccuracy(boolean value)
Save rotation accuracy (CSV format only).
|
void |
setSaveVariance(boolean value)
Save variance (CSV format only).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, swigRelease, 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()
public void setSaveEnabled(boolean value)
public boolean getSaveEnabled()
public void setSaveErrors(boolean value)
public boolean getSaveErrors()
public void setSaveEstimated(boolean value)
public boolean getSaveEstimated()
public void setSaveLocationAccuracy(boolean value)
public boolean getSaveLocationAccuracy()
public void setSaveRotation(boolean value)
public boolean getSaveRotation()
public void setSaveRotationAccuracy(boolean value)
public boolean getSaveRotationAccuracy()
public void setSaveVariance(boolean value)
public boolean getSaveVariance()