User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewer.attachlayer_tgis_layerabstract

Table of Contents

IGIS_Viewer.AttachLayer method

DK for Java | tatukgis.jdk.IGIS_Viewer.AttachLayer | Methods | Properties

Attach layer to the viewer by re-parenting.

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

Syntax

// Java
public abstract IGIS_Viewer AttachLayer(
  TGIS_LayerAbstract _layer
);
// Oxygene
public
  function AttachLayer(
    _layer : TGIS_LayerAbstract
  ) : IGIS_Viewer;

Parameters

Name Type Description
_layer TGIS_LayerAbstract layer to be attached

Result

Type Description
IGIS_Viewer Previous parent.

Remarks

Only for internal use of TatukGIS.

2025/01/31 01:18

Page Tools