DK11 for Java | tatukgis.jdk.TGIS_LayerSubType | Enums
Layer subtype. For handling additional information about layer type etc.
// Java public enum TGIS_LayerSubType { Persistent, Exportable, InMemory }
// Oxygene type TGIS_LayerSubType = public ( Persistent, Exportable, InMemory } of Integer;
Name | Value | Description | |
---|---|---|---|
Persistent | layer is persistent - is not temporary, has file representation. | ||
Exportable | layer content can be exported (saved). | ||
InMemory | whole layer resides in memory. | ||