DK11 for Delphi | GisContour.TGIS_ContourGenerator.CalculateInterval | Overloads | Constructors | Methods | Properties | Events
Calculates ContourInterval for the given number of levels and sets ContourBase to the lowest value of the source layer.
// Delphi public procedure CalculateInterval( const _src : TGIS_LayerPixel; const _cnt : Integer ); overload;
// C++ Builder public: void CalculateInterval( TGIS_LayerPixel* const _src, const int _cnt ) /* overload */;
Name | Type | Description |
---|---|---|
_src | TGIS_LayerPixel | source grid layer |
_cnt | Integer | number of levels |