DK for Java | tatukgis.jdk.TGIS_ClassificationRenderType | Enums
Enumeration of visual properties which can be set for the classification process. Available only for vector layers.
// Java public enum TGIS_ClassificationRenderType { Color, Size, OutlineWidth, OutlineColor }
// Oxygene type TGIS_ClassificationRenderType = public ( Color, Size, OutlineWidth, OutlineColor } of Integer;
Name | Value | Description | |
---|---|---|---|
Color | Color. | ||
Size | Size for markers, width for lines; not available for polygons. | ||
OutlineWidth | Outline width. | ||
OutlineColor | Outline color. | ||