DK11 for Delphi | GisClassification.TGIS_ClassificationRenderType | Enums
Enumeration of visual properties which can be set for the classification process. Available only for vector layers.
// Delphi type TGIS_ClassificationRenderType = ( Color, Size, OutlineWidth, OutlineColor );
// C++ Builder enum DECLSPEC_DENUM TGIS_ClassificationRenderType unsigned short { Color, Size, OutlineWidth, OutlineColor };
Name | Value | Description | |
---|---|---|---|
Color | Color. | ||
Size | Size for markers, width for lines; not available for polygons. | ||
OutlineWidth | Outline width. | ||
OutlineColor | Outline color. | ||