Package com.agisoft.metashape.tasks
Class ImportLaserScans
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ImportLaserScans
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()protected static longgetCPtr(ImportLaserScans obj) String[]List of files to import.Point cloud format.Path template to output files.voidsetFilenames(String[] value) List of files to import.voidsetFormat(PointsFormat value) Point cloud format.voidsetImagePath(String value) Path template to output files.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
-
ImportLaserScans
protected ImportLaserScans(long cPtr, boolean cMemoryOwn) -
ImportLaserScans
public ImportLaserScans()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setFilenames
List of files to import. -
getFilenames
List of files to import. -
setFormat
Point cloud format. Default: PointsFormat.PointsFormatNone -
getFormat
Point cloud format. Default: PointsFormat.PointsFormatNone -
setImagePath
Path template to output files. -
getImagePath
Path template to output files.
-