DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.prepareMinMaxZ | Constructors | Fields | Methods | Properties | Events
Scan grid to prepare min/max value of altitude
// Delphi protected procedure prepareMinMaxZ( const _zoom : Double = -1 ); virtual;
// C++ Builder protected: virtual void prepareMinMaxZ( const double _zoom );
Name | Type | Description |
---|---|---|
_zoom | Double | will calculate value only for a defined zoom; will increase the speed but calculation will not be exact; if -1 then will scale to the 200 pixels size |