Close
Relief for ODA Team in Ukraine
Learn more
ODA Kernel SDK
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) };
Members
Members
Description
kSiPlanar
Create 2D Spatial Index.
kSiModifyMtAware
Protect insert/remove/clear by mutex object.
kSiAccessMtAware
Protect query/extents/tolerance by mutex object.
Description
Spatial Index creation flags.
File:
SiSpatialIndex.h
Module:
API Reference
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!