User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.sublayers

Table of Contents

TGIS_Layer.SubLayers property

DK11 for Java | tatukgis.jdk.TGIS_Layer.SubLayers | Constructors | Fields | Methods | Properties | Events

List of sublayers belonging to the layer. Used for internal presentation of fake layers in some formats on the legend.

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

Syntax

// Java
public TObjectList<TGIS_LayerAbstract> getSubLayers();
 
public void setSubLayers(
  TObjectList<TGIS_LayerAbstract> _value
);
// Oxygene
public
  property SubLayers : TGIS_LayerAbstractList read write;

Value

Type
TObjectList<TGIS_LayerAbstract>
TGIS_LayerAbstractList
2022/11/16 01:44

Page Tools