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.
# Python @property def UseRTree( self ) -> bool: @UseRTree.setter def UseRTree( self, _value: bool ) -> None:
Type |
---|
bool |
If Viewer is attached and has UseRtree=True, then layer.UseRTree will inherit value. Use BlocRTree to avoid this behavior.