DK11 for Java | tatukgis.jdk.TGIS_ConfigIni.getGroupSectionName | 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).
// Java protected java.lang.String getGroupSectionName( int _group_no, int _section );
// Oxygene protected function getGroupSectionName( _group_no : Integer; _section : Integer ) : String; virtual;
Name | Type | Description |
---|---|---|
_group_no | int Integer | id of layer; unused; |
_section | int Integer | id of section |
Type | Description |
---|---|
java.lang.String String | group section name |