DK11 for Delphi | GisTypes.TGIS_LayerSubType | Enums
Layer subtype. For handling additional information about layer type etc.
// Delphi type TGIS_LayerSubType = ( Persistent, Exportable, InMemory );
// C++ Builder enum DECLSPEC_DENUM TGIS_LayerSubType unsigned short { Persistent, Exportable, InMemory };
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. | ||