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.
|