Package com.agisoft.metashape.tasks
Class ExportMarkers
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportMarkers
Task class containing processing parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.agisoft.metashape.tasks.Task
Task.TaskTarget -
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()booleanEnables/disables binary encoding for selected format (if applicable).protected static longgetCPtr(ExportMarkers obj) getCRS()Output coordinate system.getPath()Path to output file.voidsetBinary(boolean value) Enables/disables binary encoding for selected format (if applicable).voidsetCRS(CoordinateSystem value) Output coordinate system.voidPath to output file.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
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.
-