DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.GetGrid | Constructors | Methods | Properties | Events
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 FMX | .NET WinForms | ActiveX | Python.
// Java public bool GetGrid( TGIS_Extent _extent, float[][] _grid );
// Oxygene public function GetGrid( _extent : TGIS_Extent; _grid : TGIS_GridArray ) : Boolean;
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) |
Type | Description |
---|---|
bool Boolean | True if success. |