public class ImportCameras extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ImportCameras() |
Modifier and Type | Method and Description |
---|---|
CoordinateSystem |
getCRS()
Ground coordinate system.
|
CamerasFormat |
getFormat()
File format.
|
java.lang.String |
getImageList()
Path to image list file (Bundler format only).
|
int |
getImageOrientation()
Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).
|
boolean |
getLoadImageList()
Enable Bundler image list import.
|
java.lang.String |
getPath()
Path to the file.
|
void |
setCRS(CoordinateSystem value)
Ground coordinate system.
|
void |
setFormat(CamerasFormat value)
File format.
|
void |
setImageList(java.lang.String value)
Path to image list file (Bundler format only).
|
void |
setImageOrientation(int value)
Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).
|
void |
setLoadImageList(boolean value)
Enable Bundler image list import.
|
void |
setPath(java.lang.String value)
Path to the file.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setFormat(CamerasFormat value)
public CamerasFormat getFormat()
public void setImageList(java.lang.String value)
public java.lang.String getImageList()
public void setImageOrientation(int value)
public int getImageOrientation()
public void setLoadImageList(boolean value)
public boolean getLoadImageList()
public void setPath(java.lang.String value)
public java.lang.String getPath()