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.
// 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 */;
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 |