User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.usertree

Table of Contents

TGIS_LayerVector.UseRTree property

DK11 for Python | tatukgis.pdk.TGIS_LayerVector.UseRTree | Constructors | Methods | Properties | Events | Events

Sets the use of an index based on RTree structure. Setting to True will always rebuild index for in-memory shapes.

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

Syntax

# Python
@property
def UseRTree(
  self
) -> bool: 
 
@UseRTree.setter
def UseRTree(
  self,
  _value: bool
) -> None: 

Value

Type
bool

Remarks

If Viewer is attached and has UseRtree=True, then layer.UseRTree will inherit value. Use BlocRTree to avoid this behavior.

2023/08/09 01:57

Page Tools