User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_csarealist.add_integer_string

Table of Contents

TGIS_CSAreaList.Add(int, str) method

DK for Python | tatukgis_pdk.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties

Add new item into the list.

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

Syntax

# Python
def Add(
  self,
  _epsg: int,
  _name: str
) -> TGIS_CSArea: 

Parameters

Name Type Description
_epsg int EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool
_name str area name

Result

Type Description
TGIS_CSArea Newly created object.

Remarks

function will not check _epsg for being unique
Function create bound area as (-180,-90,180,90). For custom area bounds see overloaded method.

2025/01/31 01:19

Page Tools