User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.getgrid_tgis_extent_tgis_gridarray

Table of Contents

IGIS_Viewer.GetGrid method

DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.GetGrid | Methods | Properties

Fills provided _grid array with values defined by _extent. If extent is not fully covered by the gird layers then values outside the layers scope will be left untouched.

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

Syntax

// C#
public bool GetGrid(
  TGIS_Extent _extent,
  float[][] _grid
);
' VisualBasic
Public Function GetGrid(
  ByVal _extent As TGIS_Extent,
  ByVal _grid As Single()()
) As Boolean
// Oxygene
public
  function GetGrid(
    _extent : TGIS_Extent;
    _grid : TGIS_GridArray
  ) : Boolean;

Parameters

Name Type Description
_extent TGIS_Extent extent of the _grid
_grid float[][]
TGIS_GridArray
allocated array (with/height ratio of the _grid should be the same as width/height ration of the _extent)

Result

Type Description
bool
Boolean
True if success.
2022/11/16 01:37

Page Tools