public class ImportPoints extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ImportPoints() |
protected |
ImportPoints(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
boolean |
getCalculateNormals()
Calculate point normals.
|
protected static long |
getCPtr(ImportPoints obj) |
CoordinateSystem |
getCRS()
Point cloud coordinate system.
|
PointsFormat |
getFormat()
Point cloud format.
|
java.lang.String |
getPath()
Path to point cloud.
|
Vector3d |
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 |
setShift(Vector3d value)
Optional shift to be applied to point coordinates.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected ImportPoints(long cPtr,
boolean cMemoryOwn)
public ImportPoints()
protected static long getCPtr(ImportPoints obj)
public 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 setShift(Vector3d value)
public Vector3d getShift()