User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_classificationrendertype

Table of Contents

TGIS_ClassificationRenderType enum

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.

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

Syntax

// Java
public enum TGIS_ClassificationRenderType {
  Color, Size, OutlineWidth, OutlineColor
}
// Oxygene
type
  TGIS_ClassificationRenderType = public (
    Color, Size, OutlineWidth, OutlineColor
  } of Integer;

Members

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

2025/01/31 01:18

Page Tools