User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.updateindex_void

Table of Contents

ITGIS_Shape.UpdateIndex method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.UpdateIndex | Methods | Properties

Update the shape entry in the spatial index after geometry changes.

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

Syntax

// C#
public void UpdateIndex();
' VisualBasic
Public Sub UpdateIndex()
// Oxygene
public
  procedure UpdateIndex;

Remarks

PURPOSE: Keeps spatial querying accurate after the shape extent has changed.

BEHAVIOR: Refreshes the shape bounds stored in the layer spatial index, typically by replacing the previous indexed extent with the current one.

USAGE: Use this method after editing geometry when index maintenance is not handled automatically by the layer.

CONSTRAINTS: Effective only when the owning layer uses a spatial index.

2026/07/05 01:25

Page Tools