User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layerdormantmode

Table of Contents

TGIS_LayerDormantMode enum

DK for Java | tatukgis.jdk.TGIS_LayerDormantMode | Enums

Modes controlling when a layer enters the dormant state.

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

Syntax

// Java
public enum TGIS_LayerDormantMode {
  Off, Standard, Agressive
}
// Oxygene
type
  TGIS_LayerDormantMode = public (
    Off, Standard, Agressive
  };

Members

Name Value Description
Off Layer dormancy is disabled.
Standard Layer becomes dormant when it is not visible.
Agressive Layer becomes dormant immediately after paint operations, which can slow down the viewer.

2026/07/08 02:21

Page Tools