Package com.agisoft.metashape.tasks
Class ExportMarkers
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportMarkers
public class ExportMarkers extends Task
Task class containing processing parameters.
-
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description ExportMarkers()protectedExportMarkers(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()booleangetBinary()Enables/disables binary encoding for selected format (if applicable).protected static longgetCPtr(ExportMarkers obj)CoordinateSystemgetCRS()Output coordinate system.StringgetPath()Path to output file.voidsetBinary(boolean value)Enables/disables binary encoding for selected format (if applicable).voidsetCRS(CoordinateSystem value)Output coordinate system.voidsetPath(String value)Path to output file.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
ExportMarkers
protected ExportMarkers(long cPtr, boolean cMemoryOwn) -
ExportMarkers
public ExportMarkers()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setBinary
public void setBinary(boolean value)Enables/disables binary encoding for selected format (if applicable). Default: false -
getBinary
public boolean getBinary()Enables/disables binary encoding for selected format (if applicable). Default: false -
setCRS
Output coordinate system. -
getCRS
Output coordinate system. -
setPath
Path to output file. -
getPath
Path to output file.
-