User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.mustcalculatestatistics_void

Table of Contents

TGIS_Layer.MustCalculateStatistics method

DK11 for Delphi | GisLayer.TGIS_Layer.MustCalculateStatistics | Constructors | Fields | Methods | Properties | Events

Verifies if all statistics required to properly render the layer are available.

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

Syntax

// Delphi
public
  function MustCalculateStatistics : Boolean; virtual;
// C++ Builder
public:
  virtual bool MustCalculateStatistics(void);

Result

Type Description
Boolean True if some statistics must be computed.

Remarks

The function does not consider if the statistics are valid (up-to-date). It verifies only that statistics exist.

2022/11/16 01:18

Page Tools