public class ExportMarkers extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportMarkers() |
protected |
ExportMarkers(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
boolean |
getBinary()
Enables/disables binary encoding for selected format (if applicable).
|
protected static long |
getCPtr(ExportMarkers obj) |
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, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected ExportMarkers(long cPtr,
boolean cMemoryOwn)
public ExportMarkers()
protected static long getCPtr(ExportMarkers obj)
public 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()