public class ClassifyGroundPoints extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ClassifyGroundPoints() |
Modifier and Type | Method and Description |
---|---|
double |
getCellSize()
Cell size (meters).
|
double |
getErosionRadius()
Erosion radius (meters).
|
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 |
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 |
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 |
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, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setCellSize(double value)
public double getCellSize()
public void setErosionRadius(double value)
public double getErosionRadius()
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 setReturnNumber(int value)
public int getReturnNumber()
public void setSourceClass(int value)
public int getSourceClass()