DK11 for Java | tatukgis.jdk.TGIS_LayerVector.UseRTree | Constructors | Fields | Methods | Properties | Events
Sets the use of an index based on RTree structure. Setting to True will always rebuild index for in-memory shapes.
// Java public bool getUseRTree(); public void setUseRTree( bool _value );
// Oxygene public property UseRTree : Boolean read write;
Type |
---|
bool Boolean |
If Viewer is attached and has UseRtree=True, then layer.UseRTree will inherit value. Use BlocRTree to avoid this behavior.