Package com.agisoft.metashape.tasks
Class ImportModel
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ImportModel
public class ImportModel 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 ImportModel()protectedImportModel(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(ImportModel obj)CoordinateSystemgetCRS()Model coordinate system.ModelFormatgetFormat()Model format.StringgetPath()Path to model.Vector3dgetShift()Optional shift to be applied to vertex coordinates.voidsetCRS(CoordinateSystem value)Model coordinate system.voidsetFormat(ModelFormat value)Model format.voidsetPath(String value)Path to model.voidsetShift(Vector3d value)Optional shift to be applied to vertex coordinates.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
ImportModel
protected ImportModel(long cPtr, boolean cMemoryOwn) -
ImportModel
public ImportModel()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCRS
Model coordinate system. -
getCRS
Model coordinate system. -
setFormat
Model format. Default: ModelFormat.ModelFormatNone -
getFormat
Model format. Default: ModelFormat.ModelFormatNone -
setPath
Path to model. -
getPath
Path to model. -
setShift
Optional shift to be applied to vertex coordinates. -
getShift
Optional shift to be applied to vertex coordinates.
-