public class BuildDem extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
BuildDem() |
Modifier and Type | Method and Description |
---|---|
int[] |
getClasses()
List of point classes to be used for surface extraction.
|
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.
|
Interpolation |
getInterpolation()
Interpolation mode.
|
int |
getMaxWorkgroupSize()
Maximum workgroup size.
|
OrthoProjection |
getProjection()
Output projection.
|
BBox |
getRegion()
Region to be processed.
|
boolean |
getReplaceAsset()
Replace default asset with generated DEM.
|
double |
getResolution()
Output resolution in meters.
|
DataSource |
getSourceData()
Selects between point cloud and tie points.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
int |
getWorkitemSizeTiles()
Number of tiles in a workitem.
|
void |
setClasses(int[] value)
List of point classes to be used for surface extraction.
|
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 |
setInterpolation(Interpolation value)
Interpolation mode.
|
void |
setMaxWorkgroupSize(int value)
Maximum workgroup size.
|
void |
setProjection(OrthoProjection value)
Output projection.
|
void |
setRegion(BBox value)
Region to be processed.
|
void |
setReplaceAsset(boolean value)
Replace default asset with generated DEM.
|
void |
setResolution(double value)
Output resolution in meters.
|
void |
setSourceData(DataSource value)
Selects between point cloud and tie points.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
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 setClasses(int[] value)
public int[] getClasses()
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 setInterpolation(Interpolation value)
public Interpolation getInterpolation()
public void setMaxWorkgroupSize(int value)
public int getMaxWorkgroupSize()
public void setProjection(OrthoProjection value)
public OrthoProjection getProjection()
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 setSourceData(DataSource value)
public DataSource getSourceData()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setWorkitemSizeTiles(int value)
public int getWorkitemSizeTiles()