DK11 for Java | tatukgis.jdk.TGIS_LayerSaveOptions | Enums
Layer save options.
// Java public enum TGIS_LayerSaveOptions { ParamsAsAttributes, ParamsWithShape, TextLabelsForce, TextLabelsSmart, TextLabelsAsPoints }
// Oxygene type TGIS_LayerSaveOptions = public ( ParamsAsAttributes, ParamsWithShape, TextLabelsForce, TextLabelsSmart, TextLabelsAsPoints } of Integer;
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 . | ||