public class ExportMarkers extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ExportMarkers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBinary()
Enables/disables binary encoding for selected format (if applicable).
|
CoordinateSystem |
getCRS()
Output coordinate system.
|
java.lang.String |
getPath()
Path to output file.
|
void |
setBinary(boolean value)
Enables/disables binary encoding for selected format (if applicable).
|
void |
setCRS(CoordinateSystem value)
Output coordinate system.
|
void |
setPath(java.lang.String value)
Path to output file.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, swigRelease, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setBinary(boolean value)
public boolean getBinary()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setPath(java.lang.String value)
public java.lang.String getPath()