public class ClassifyGroundPoints extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ClassifyGroundPoints() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCellSize()
Cell size (meters).
|
double |
getErosionRadius()
Erosion radius (meters).
|
int[] |
getFrames()
List of frames to process.
|
boolean |
getKeepExisting()
Keep existing ground points.
|
double |
getMaxAngle()
Maximum angle (degrees).
|
double |
getMaxDistance()
Maximum distance (meters).
|
double |
getMaxTerrainSlope()
Maximum terrain slope angle (degrees).
|
int |
getPointCloud()
Point cloud key to classify.
|
int[] |
getPointClouds()
List of point clouds to classify.
|
boolean |
getReplaceAsset()
Replace source point cloud with classified one.
|
int |
getReturnNumber()
Point return number to use (0 - any return, 1 - first return, -1 - last return).
|
int |
getSourceClass()
Class of points to be re-classified.
|
void |
setCellSize(double value)
Cell size (meters).
|
void |
setErosionRadius(double value)
Erosion radius (meters).
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setKeepExisting(boolean value)
Keep existing ground points.
|
void |
setMaxAngle(double value)
Maximum angle (degrees).
|
void |
setMaxDistance(double value)
Maximum distance (meters).
|
void |
setMaxTerrainSlope(double value)
Maximum terrain slope angle (degrees).
|
void |
setPointCloud(int value)
Point cloud key to classify.
|
void |
setPointClouds(int[] value)
List of point clouds to classify.
|
void |
setReplaceAsset(boolean value)
Replace source point cloud with classified one.
|
void |
setReturnNumber(int value)
Point return number to use (0 - any return, 1 - first return, -1 - last return).
|
void |
setSourceClass(int value)
Class of points to be re-classified.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, swigRelease, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setCellSize(double value)
public double getCellSize()
public void setErosionRadius(double value)
public double getErosionRadius()
public void setFrames(int[] value)
public int[] getFrames()
public void setKeepExisting(boolean value)
public boolean getKeepExisting()
public void setMaxAngle(double value)
public double getMaxAngle()
public void setMaxDistance(double value)
public double getMaxDistance()
public void setMaxTerrainSlope(double value)
public double getMaxTerrainSlope()
public void setPointCloud(int value)
public int getPointCloud()
public void setPointClouds(int[] value)
public int[] getPointClouds()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()
public void setReturnNumber(int value)
public int getReturnNumber()
public void setSourceClass(int value)
public int getSourceClass()