User Tools

Site Tools


api:dk11:python:tatukgis.pdk.igis_viewer.add_tgis_layerabstract

Table of Contents

IGIS_Viewer.Add method

DK11 for Python | tatukgis.pdk.IGIS_Viewer.Add | Methods | Properties

Add a layer to the Viewer.

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

Syntax

# Python
def Add(
  self,
  _layer: TGIS_LayerAbstract
) -> None: 

Parameters

Name Type Description
_layer TGIS_LayerAbstract layer to be added

Remarks

Use this method to add a new custom layer to the viewer. For some layers (on-disk) it's recommended to assign a layer extent earlier to avoid its recalculation.

2023/08/09 01:50

Page Tools