User Tools

Site Tools


api:dk11:delphi:giscontour.tgis_contourgenerator.calculateinterval_tgis_layerpixel_integer

Table of Contents

TGIS_ContourGenerator.CalculateInterval(TGIS_LayerPixel; Integer) method

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.

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

Syntax

// 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 */;

Parameters

Name Type Description
_src TGIS_LayerPixel source grid layer
_cnt Integer number of levels
2022/11/16 01:14

Page Tools