User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.prepare_itgis_extent_widestring

Table of Contents

ITGIS_DynamicAggregatorAbstract.Prepare method

DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Prepare | Methods | Properties

Prepares dynamic shapes. Implementation of this method should call HideShape() and AddShape() methods.

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

Syntax

// C#
public void Prepare(
  ITGIS_Extent _extent,
  WideString _query
);
' VisualBasic
Public Sub Prepare(
  ByVal _extent As ITGIS_Extent,
  ByVal _query As WideString
)
// Oxygene
public
  procedure Prepare(
    _extent : ITGIS_Extent;
    _query : WideString
  );

Parameters

Name Type Description
_extent ITGIS_Extent extent for which layer should be looped
_query WideString optional filter (e.g. scope value)

Remarks

This method is called upon begging of each draw and dynamic shapes are active only within draw.

2025/01/31 01:04

Page Tools