User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_contourgenerator.calculateinterval_tgis_layerpixel_integer

Table of Contents

TGIS_ContourGenerator.CalculateInterval(TGIS_LayerPixel, int) method

DK for Java | tatukgis.jdk.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: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public void CalculateInterval(
  TGIS_LayerPixel _src,
  int _cnt
);
// Oxygene
public
  procedure CalculateInterval(
    _src : TGIS_LayerPixel;
    _cnt : Integer
  );

Parameters

Name Type Description
_src TGIS_LayerPixel source grid layer
_cnt int
Integer
number of levels
2025/01/31 01:15

Page Tools