public class ImportPoints extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ImportPoints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCalculateNormals()
Calculate point normals.
|
CoordinateSystem |
getCRS()
Point cloud coordinate system.
|
PointsFormat |
getFormat()
Point cloud format.
|
java.lang.String |
getPath()
Path to point cloud.
|
int |
getPointNeighbors()
Number of point neighbors to use for normal estimation.
|
Vector |
getShift()
Optional shift to be applied to point coordinates.
|
void |
setCalculateNormals(boolean value)
Calculate point normals.
|
void |
setCRS(CoordinateSystem value)
Point cloud coordinate system.
|
void |
setFormat(PointsFormat value)
Point cloud format.
|
void |
setPath(java.lang.String value)
Path to point cloud.
|
void |
setPointNeighbors(int value)
Number of point neighbors to use for normal estimation.
|
void |
setShift(Vector value)
Optional shift to be applied to point coordinates.
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setCalculateNormals(boolean value)
public boolean getCalculateNormals()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setFormat(PointsFormat value)
public PointsFormat getFormat()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setPointNeighbors(int value)
public int getPointNeighbors()
public void setShift(Vector value)
public Vector getShift()