DK11 for Delphi | GisTypes.TGIS_LayerSaveOptions | Enums
Layer save options.
// Delphi type TGIS_LayerSaveOptions = ( ParamsAsAttributes, ParamsWithShape, TextLabelsForce, TextLabelsSmart, TextLabelsAsPoints );
// C++ Builder enum DECLSPEC_DENUM TGIS_LayerSaveOptions unsigned short { ParamsAsAttributes, ParamsWithShape, TextLabelsForce, TextLabelsSmart, TextLabelsAsPoints };
Name | Value | Description | |
---|---|---|---|
ParamsAsAttributes | save to field attributes. | ||
ParamsWithShape | save to a shape. | ||
TextLabelsForce | text labels always as text. | ||
TextLabelsSmart | text labels as text if labels not empty. | ||
TextLabelsAsPoints | text labels always as points/markers . | ||