DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.ScaleGrid | Overloads | Constructors | Fields | Methods | Properties | Events
Scales grid array using defined filtering.
// Delphi public procedure ScaleGrid( const _srcGrid : TGIS_GridArray; const _dstGrid : TGIS_GridArray; const _lstart : Integer; const _tstart : Integer; const _filtering : TGIS_ScalingFilter ); overload;
// C++ Builder public: void ScaleGrid( TGIS_GridArray* const _srcGrid, TGIS_GridArray* const _dstGrid, const int _lstart, const int _tstart, TGIS_ScalingFilter* const _filtering ) /* overload */;
Name | Type | Description |
---|---|---|
_srcGrid | TGIS_GridArray | source grid array |
_dstGrid | TGIS_GridArray | destination grid array |
_lstart | Integer | for zoom in - omitted left part |
_tstart | Integer | for zoom in - omitted top part |
_filtering | TGIS_ScalingFilter | scaling resampling (filtering) method |