User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.add_tgis_layerabstract

Table of Contents

TGIS_Viewer.Add method

DK for Java | tatukgis.jdk.TGIS_Viewer.Add | Constructors | Fields | Methods | Properties | Events

Add a layer to the Viewer.

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

Syntax

// Java
public void Add(
  TGIS_LayerAbstract _layer
);
// Oxygene
public
  procedure Add(
    _layer : TGIS_LayerAbstract
  );

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.

References

2025/01/31 01:18

Page Tools