public class AddFrames extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
AddFrames() |
Modifier and Type | Method and Description |
---|---|
int |
getChunk()
Chunk to copy frames from.
|
boolean |
getCopyDepthMaps()
Copy depth maps.
|
boolean |
getCopyElevation()
Copy DEM.
|
boolean |
getCopyModel()
Copy model.
|
boolean |
getCopyOrthomosaic()
Copy orthomosaic.
|
boolean |
getCopyPointCloud()
Copy point cloud.
|
boolean |
getCopyTiledModel()
Copy tiled model.
|
int[] |
getFrames()
List of frame keys to copy.
|
void |
setChunk(int value)
Chunk to copy frames from.
|
void |
setCopyDepthMaps(boolean value)
Copy depth maps.
|
void |
setCopyElevation(boolean value)
Copy DEM.
|
void |
setCopyModel(boolean value)
Copy model.
|
void |
setCopyOrthomosaic(boolean value)
Copy orthomosaic.
|
void |
setCopyPointCloud(boolean value)
Copy point cloud.
|
void |
setCopyTiledModel(boolean value)
Copy tiled model.
|
void |
setFrames(int[] value)
List of frame keys to copy.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setChunk(int value)
public int getChunk()
public void setCopyDepthMaps(boolean value)
public boolean getCopyDepthMaps()
public void setCopyElevation(boolean value)
public boolean getCopyElevation()
public void setCopyModel(boolean value)
public boolean getCopyModel()
public void setCopyOrthomosaic(boolean value)
public boolean getCopyOrthomosaic()
public void setCopyPointCloud(boolean value)
public boolean getCopyPointCloud()
public void setCopyTiledModel(boolean value)
public boolean getCopyTiledModel()
public void setFrames(int[] value)
public int[] getFrames()