User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layerpixel.getgrid_tgis_extent_tgis_gridarray

Table of Contents

TGIS_LayerPixel.GetGrid method

DK for Java | tatukgis.jdk.TGIS_LayerPixel.GetGrid | Constructors | Fields | Methods | Properties | Events

Fills provided _grid array with values defined by _extent. If the current layer does not fully cover the _extent then values outside the layer scope should be left untouched.

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

Syntax

// Java
public bool GetGrid(
  TGIS_Extent _extent,
  float[][] _grid
);
// Oxygene
public
  function GetGrid(
    _extent : TGIS_Extent;
    _grid : TGIS_GridArray
  ) : Boolean; virtual;

Parameters

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

Result

Type Description
bool
Boolean
True if success

Remarks

Function provide data with coordinate system applied.

2025/01/31 01:16

Page Tools