User Tools

Site Tools


api:dk11:delphi:gisclassification.tgis_classificationabstract.classify_void

Table of Contents

TGIS_ClassificationAbstract.Classify method

DK11 for Delphi | GisClassification.TGIS_ClassificationAbstract.Classify | Overloads | Methods | Properties

Performs the classification.

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

Syntax

// Delphi
public
  function Classify : Boolean; overload;
// C++ Builder
public:
  bool Classify(void) /* overload */;

Result

Type Description
Boolean True if classification is successful, False otherwise (e.g. if layer's statistics are not calculated or are out-of-date).

Remarks

Layer's ParamsList will be cleaned, so user style sections will be erased.

References

2024/12/20 22:17

Page Tools