API Reference > OdSi Classes > OdSiSpatialIndex Class > OdSiSpatialIndex Enumerations > OdSiSpatialIndex::CreationFlags Enumeration
OdSiSpatialIndex::CreationFlags Enumeration
Syntax
C++
enum CreationFlags { kSiNoFlags = 0, kSiPlanar = (1 << 0), kSiModifyMtAware = (1 << 1), kSiAccessMtAware = (1 << 2), kSiFullMtAware = (kSiModifyMtAware | kSiAccessMtAware) };

SiSpatialIndex.h

Members 
Description 
kSiPlanar = (1 << 0) 
Create 2D Spatial Index. 
kSiModifyMtAware = (1 << 1) 
Protect insert/remove/clear by mutex object. 
kSiAccessMtAware = (1 << 2) 
Protect query/extents/tolerance by mutex object. 

Spatial Index creation flags.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.