User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_pointcloudtogrid

TGIS_PointCloudToGrid class

DK11 for .NET | TatukGIS.NDK.TGIS_PointCloudToGrid | Classes | Constructors | Methods | Properties

Provides the means to convert a point cloud vector layer such as LIDAR to a digital elevation model (grid layer).

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public class TGIS_PointCloudToGrid : TGIS_VectorToGridAbstract
{
}
' VisualBasic
Public Class TGIS_PointCloudToGrid
  Inherits TGIS_VectorToGridAbstract
End Class
// Oxygene
type
  TGIS_PointCloudToGrid = public class( TGIS_VectorToGridAbstract )
  end;

Inheritance

→ TGIS_BaseObjectDisposable → TGIS_VectorToGridAbstract

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_PointCloudToGrid() public

Methods

Inherited Overrides Protected
Name Visibility Description
Generate(TGIS_LayerVector, TGIS_Extent, string, TGIS_LayerPixel, TGIS_Extent) public Populates a pixel (grid) layer with values resulting from computations based on the set of sample points from the vector layer.
(Overrides TGIS_VectorToGridAbstract.Generate)
Generate(TGIS_LayerVector, TGIS_LayerPixel) public Generates a grid layer based on a vector layer with point cloud.

Properties

Inherited Protected
Name Visibility Description
Assignment public Defines method of assigning point values within each pixel; default is Mean.
Coordinate public Defines which coordinate is taken as interpolation value if the interpolation is not based on an attribute field; default is Z.
(Inherited from TGIS_VectorToGridAbstract)
DefaultValue public If UseDefaultValue is true, then this value will be set for each grid cell for which the interpolated value cannot be computed.
(Inherited from TGIS_VectorToGridAbstract)
DefaultValueFormula public Defines cell assignment method for NoData filling; default is DefaultValue.
Exponent public Exponent in the formula for weight calculation; default value is 2.
UseDefaultValue public If true, then each grid cell for which the interpolated value cannot be computed will be set to DefaultValue.
(Inherited from TGIS_VectorToGridAbstract)
WindowSize public Defines window size for filling NoData process; odd value required, even values will be rounded up; default value is 3.

2022/11/16 01:35

Page Tools