public class ClassifyGroundPoints extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ClassifyGroundPoints() |
protected |
ClassifyGroundPoints(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
double |
getCellSize()
Cell size (meters).
|
protected static long |
getCPtr(ClassifyGroundPoints obj) |
double |
getMaxAngle()
Maximum angle (degrees).
|
double |
getMaxDistance()
Maximum distance (meters).
|
int |
getSourceClass()
Class of points to be re-classified.
|
void |
setCellSize(double value)
Cell size (meters).
|
void |
setMaxAngle(double value)
Maximum angle (degrees).
|
void |
setMaxDistance(double value)
Maximum distance (meters).
|
void |
setSourceClass(int value)
Class of points to be re-classified.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected ClassifyGroundPoints(long cPtr,
boolean cMemoryOwn)
public ClassifyGroundPoints()
protected static long getCPtr(ClassifyGroundPoints obj)
public void setCellSize(double value)
public double getCellSize()
public void setMaxAngle(double value)
public double getMaxAngle()
public void setMaxDistance(double value)
public double getMaxDistance()
public void setSourceClass(int value)
public int getSourceClass()