User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_classificationabstract

TGIS_ClassificationAbstract class

DK for .NET | TatukGIS.NDK.TGIS_ClassificationAbstract | Classes | Methods | Properties

General class that enables performing advanced data classification in the process of creating choropleth (thematic) maps. Must be derived.

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

Syntax

// C#
public class TGIS_ClassificationAbstract : TGIS_Object
{
}
' VisualBasic
Public Class TGIS_ClassificationAbstract
  Inherits TGIS_Object
End Class
// Oxygene
type
  TGIS_ClassificationAbstract = public class( TGIS_Object )
  end;

Inheritance

→ TGIS_Object

Methods

Inherited Overrides Protected
Name Visibility Description
AddClassBreak public Adds a new class break.
Classify public Performs the classification.
Classify(TGIS_ParamsList) public Performs the classification and applies to defined ParamsList.
doCreate protected Internal constructor.
EstimateNumClasses public (Deprecated) Performs pre-classification and sets the NumClasses property.
MustCalculateStatistics public Indicates whether statistics for the assigned layer must be calculated.

Properties

Inherited Protected
Name Visibility Description
ClassBreaks public Computed class breaks.
ColorRamp public The color ramp that is used to assign colors for class breaks; not assigned by default.
ColorRampName public The name of the built-in color ramp that is used to assign colors for class breaks; directly related with ColorRamp.
EndColor public Ending color used to generate ramp for class breaks; Black by default.
ForceStatisticsCalculation public Forces calculation of layer statistics; True by default.
Interval public Class interval size; default value is 1.
Layer public Layer assigned to object.
Method public Classification method; NaturalBreaks by default.
NumClasses public Number of classes; default is 5, maximum is 30.
ShowLegend public If True, classes are shown in the legend panel; True by default.
StartColor public Starting color used to generate the color ramp for class breaks; White by default.
Target public Indicates the data used for classification; empty by default.

Remarks

This class can be used for data classification in process of creating thematic maps.

The main purpose of data classification is to group large number of observation into classes according to classification method and it's parameters (NumClasses or Interval).

The layer's attributes used in classification must have numerical values that are real or integer type. Name of the attribute field is specified in TGIS_ClassificationVector.Field property (1), or TGIS_ClassificationPixel.Band (2).

Generated class breaks are stored in ClassBreaks indexed property. Furthermore, information about belonging to classes for each observation can be written in attribute field provided in TGIS_ClassificationVector.ClassIdField (1).

StartColor, EndColor, TGIS_ClassificationVector.StartSize (1), and TGIS_ClassificationVector.EndSize (1) properties limit the range of generated visual properties - color ramp or size/width - depends on layer type defined TGIS_ClassificationRenderType.

Here is a list of available classification methods, commonly used by GIS specialists:

and less frequent but very useful:

Data classification process can affect different visual layer's properties,look at the following enum:

(1) applies only to vector layers, (2) applies only to pixel layers

References

2026/07/11 00:53

Page Tools