DK for Java | tatukgis.jdk.TGIS_LayerDormantMode | Enums
Modes controlling when a layer enters the dormant state.
// Java public enum TGIS_LayerDormantMode { Off, Standard, Agressive }
// Oxygene type TGIS_LayerDormantMode = public ( Off, Standard, Agressive };
| 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. | ||