public class ImportReference extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ImportReference() |
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, [] - group of multiple values, | - column separator within group).
|
boolean |
getCreateMarkers()
Create markers for missing entries (csv format only).
|
CoordinateSystem |
getCRS()
Reference data coordinate system (csv format only).
|
java.lang.String |
getDelimiter()
Column delimiter in csv format.
|
ReferenceFormat |
getFormat()
File format.
|
boolean |
getGroupDelimiters()
Combine consecutive delimiters in csv format.
|
boolean |
getIgnoreLabels()
Matches reference data based on coordinates alone (csv format only).
|
ReferenceItems |
getItems()
Items to load reference for (csv format only).
|
java.lang.String |
getPath()
Path to the file with reference data.
|
double |
getShutterLag()
Shutter lag in seconds (APM format only).
|
int |
getSkipRows()
Number of rows to skip in (csv format only).
|
double |
getThreshold()
Error threshold in meters used when ignore_labels is set (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, [] - group of multiple values, | - column separator within group).
|
void |
setCreateMarkers(boolean value)
Create markers for missing entries (csv format only).
|
void |
setCRS(CoordinateSystem value)
Reference data coordinate system (csv format only).
|
void |
setDelimiter(java.lang.String value)
Column delimiter in csv format.
|
void |
setFormat(ReferenceFormat value)
File format.
|
void |
setGroupDelimiters(boolean value)
Combine consecutive delimiters in csv format.
|
void |
setIgnoreLabels(boolean value)
Matches reference data based on coordinates alone (csv format only).
|
void |
setItems(ReferenceItems value)
Items to load reference for (csv format only).
|
void |
setPath(java.lang.String value)
Path to the file with reference data.
|
void |
setShutterLag(double value)
Shutter lag in seconds (APM format only).
|
void |
setSkipRows(int value)
Number of rows to skip in (csv format only).
|
void |
setThreshold(double value)
Error threshold in meters used when ignore_labels is set (csv format only).
|
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 setCreateMarkers(boolean value)
public boolean getCreateMarkers()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setDelimiter(java.lang.String value)
public java.lang.String getDelimiter()
public void setFormat(ReferenceFormat value)
public ReferenceFormat getFormat()
public void setGroupDelimiters(boolean value)
public boolean getGroupDelimiters()
public void setIgnoreLabels(boolean value)
public boolean getIgnoreLabels()
public void setItems(ReferenceItems value)
public ReferenceItems getItems()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setShutterLag(double value)
public double getShutterLag()
public void setSkipRows(int value)
public int getSkipRows()
public void setThreshold(double value)
public double getThreshold()