public class BuildOrthomosaic extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
BuildOrthomosaic() |
Modifier and Type | Method and Description |
---|---|
BlendingMode |
getBlendingMode()
Orthophoto blending mode.
|
boolean |
getCullFaces()
Enable back-face culling.
|
boolean |
getFillHoles()
Enable hole filling.
|
boolean |
getFlipX()
Flip X axis direction.
|
boolean |
getFlipY()
Flip Y axis direction.
|
boolean |
getFlipZ()
Flip Z axis direction.
|
int[] |
getFrames()
List of frames to process.
|
boolean |
getGhostingFilter()
Enable ghosting filter.
|
int |
getMaxWorkgroupSize()
Maximum workgroup size.
|
OrthoProjection |
getProjection()
Output projection.
|
boolean |
getRefineSeamlines()
Refine seamlines based on image content.
|
BBox |
getRegion()
Region to be processed.
|
boolean |
getReplaceAsset()
Replace default asset with generated orthomosaic.
|
double |
getResolution()
Pixel size in meters.
|
double |
getResolutionX()
Pixel size in the X dimension in projected units.
|
double |
getResolutionY()
Pixel size in the Y dimension in projected units.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
DataSource |
getSurfaceData()
Orthorectification surface.
|
int |
getWorkitemSizeCameras()
Number of cameras in a workitem.
|
int |
getWorkitemSizeTiles()
Number of tiles in a workitem.
|
void |
setBlendingMode(BlendingMode value)
Orthophoto blending mode.
|
void |
setCullFaces(boolean value)
Enable back-face culling.
|
void |
setFillHoles(boolean value)
Enable hole filling.
|
void |
setFlipX(boolean value)
Flip X axis direction.
|
void |
setFlipY(boolean value)
Flip Y axis direction.
|
void |
setFlipZ(boolean value)
Flip Z axis direction.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setGhostingFilter(boolean value)
Enable ghosting filter.
|
void |
setMaxWorkgroupSize(int value)
Maximum workgroup size.
|
void |
setProjection(OrthoProjection value)
Output projection.
|
void |
setRefineSeamlines(boolean value)
Refine seamlines based on image content.
|
void |
setRegion(BBox value)
Region to be processed.
|
void |
setReplaceAsset(boolean value)
Replace default asset with generated orthomosaic.
|
void |
setResolution(double value)
Pixel size in meters.
|
void |
setResolutionX(double value)
Pixel size in the X dimension in projected units.
|
void |
setResolutionY(double value)
Pixel size in the Y dimension in projected units.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
void |
setSurfaceData(DataSource value)
Orthorectification surface.
|
void |
setWorkitemSizeCameras(int value)
Number of cameras in a workitem.
|
void |
setWorkitemSizeTiles(int value)
Number of tiles in a workitem.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBlendingMode(BlendingMode value)
public BlendingMode getBlendingMode()
public void setCullFaces(boolean value)
public boolean getCullFaces()
public void setFillHoles(boolean value)
public boolean getFillHoles()
public void setFlipX(boolean value)
public boolean getFlipX()
public void setFlipY(boolean value)
public boolean getFlipY()
public void setFlipZ(boolean value)
public boolean getFlipZ()
public void setFrames(int[] value)
public int[] getFrames()
public void setGhostingFilter(boolean value)
public boolean getGhostingFilter()
public void setMaxWorkgroupSize(int value)
public int getMaxWorkgroupSize()
public void setProjection(OrthoProjection value)
public OrthoProjection getProjection()
public void setRefineSeamlines(boolean value)
public boolean getRefineSeamlines()
public void setRegion(BBox value)
public BBox getRegion()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()
public void setResolution(double value)
public double getResolution()
public void setResolutionX(double value)
public double getResolutionX()
public void setResolutionY(double value)
public double getResolutionY()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setSurfaceData(DataSource value)
public DataSource getSurfaceData()
public void setWorkitemSizeCameras(int value)
public int getWorkitemSizeCameras()
public void setWorkitemSizeTiles(int value)
public int getWorkitemSizeTiles()