public class ExportReference extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportReference() |
protected |
ExportReference(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
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).
|
protected static long |
getCPtr(ExportReference obj) |
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.
|
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.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected ExportReference(long cPtr,
boolean cMemoryOwn)
public ExportReference()
protected static long getCPtr(ExportReference obj)
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()