User Tools

Site Tools


api:dk11:delphi:gisinterpolation.tgis_pointcloudtogrid.generate_tgis_layervector_tgis_layerpixel

Table of Contents

TGIS_PointCloudToGrid.Generate(TGIS_LayerVector; TGIS_LayerPixel) method

DK11 for Delphi | GisInterpolation.TGIS_PointCloudToGrid.Generate | Overloads | Constructors | Methods | Properties

Generates a grid layer based on a vector layer with point cloud. All points within source layer extent will be processed. Gridding cell size same as destination layer's pixel size. Coordinate property is omitted and elevation will be assigned from Z coordinates.

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

Syntax

// Delphi
public
  procedure Generate(
    const _src : TGIS_LayerVector;
    const _dst : TGIS_LayerPixel
  ); overload;
// C++ Builder
public:
  void Generate(
    TGIS_LayerVector* const _src,
    TGIS_LayerPixel* const _dst
  ) /* overload */;

Parameters

Name Type Description
_src TGIS_LayerVector source layer, point cloud such as LIDAR; must be 3D
_dst TGIS_LayerPixel destination grid layer; this layer must have the same CS as the source layer
2022/11/16 01:18

Page Tools