Package com.agisoft.metashape.tasks
Class ImportCameras
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ImportCameras
public class ImportCameras 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 ImportCameras()protectedImportCameras(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(ImportCameras obj)CoordinateSystemgetCRS()Ground coordinate system.CamerasFormatgetFormat()File format.StringgetImageList()Path to image list file (Bundler format only).intgetImageOrientation()Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).booleangetLoadImageList()Enable Bundler image list import.StringgetPath()Path to the file.voidsetCRS(CoordinateSystem value)Ground coordinate system.voidsetFormat(CamerasFormat value)File format.voidsetImageList(String value)Path to image list file (Bundler format only).voidsetImageOrientation(int value)Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).voidsetLoadImageList(boolean value)Enable Bundler image list import.voidsetPath(String value)Path to the file.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
ImportCameras
protected ImportCameras(long cPtr, boolean cMemoryOwn) -
ImportCameras
public ImportCameras()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCRS
Ground coordinate system. -
getCRS
Ground coordinate system. -
setFormat
File format. Default: CamerasFormat.CamerasFormatXML -
getFormat
File format. Default: CamerasFormat.CamerasFormatXML -
setImageList
Path to image list file (Bundler format only). -
getImageList
Path to image list file (Bundler format only). -
setImageOrientation
public void setImageOrientation(int value)Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down). Default: 0 -
getImageOrientation
public int getImageOrientation()Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down). Default: 0 -
setLoadImageList
public void setLoadImageList(boolean value)Enable Bundler image list import. Default: false -
getLoadImageList
public boolean getLoadImageList()Enable Bundler image list import. Default: false -
setPath
Path to the file. -
getPath
Path to the file.
-