User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_configprojectini.getsectionname_integer_integer

Table of Contents

TGIS_ConfigProjectIni.getSectionName method

DK11 for Java | tatukgis.jdk.TGIS_ConfigProjectIni.getSectionName | Constructors | Fields | Methods | Properties

Computes a section name based on the layer number and the number of the zoom section. In the configuration file layers and sections are numbered in the manner of 1..n (not 0..n).

Available also on: Delphi | .NET.

Overrides TGIS_ConfigIni.getSectionName.

Syntax

// Java
protected java.lang.String getSectionName(
  int _layer_no,
  int _section
);
// Oxygene
protected
  function getSectionName(
    _layer_no : Integer;
    _section : Integer
  ) : String; override;

Parameters

Name Type Description
_layer_no int
Integer
id of layer; unused;
_section int
Integer
id of section

Result

Type Description
java.lang.String
String
section name
2020/05/07 01:11

Page Tools