User Tools

Site Tools


api:dk11:delphi:gisclassification.tgis_classificationrendertype

Table of Contents

TGIS_ClassificationRenderType enum

DK11 for Delphi | GisClassification.TGIS_ClassificationRenderType | Enums

Enumeration of visual properties which can be set for the classification process. Available only for vector layers.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_ClassificationRenderType = (
    Color, Size, OutlineWidth, OutlineColor
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_ClassificationRenderType unsigned short {
  Color, Size, OutlineWidth, OutlineColor
};

Members

Name Value Description
Color Color.
Size Size for markers, width for lines; not available for polygons.
OutlineWidth Outline width.
OutlineColor Outline color.

2022/11/16 01:14

Page Tools