User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.setnodatatable_tgis_gridarray

Table of Contents

TGIS_LayerPixel.setNoDataTable method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.setNoDataTable | Constructors | Fields | Methods | Properties | Events

Fills provided _grid array with NoDataValue

Available also on: .NET | Java.

Syntax

// Delphi
protected
  procedure setNoDataTable(
    const _grid : TGIS_GridArray
  );
// C++ Builder
protected:
  void setNoDataTable(
    TGIS_GridArray* const _grid
  );

Parameters

Name Type Description
_grid TGIS_GridArray allocated grid table(with/height ratio of the _bitmap should be the same as width/height ration of the _extent)
2020/05/07 01:08

Page Tools