Autodesk FDO Provider for Oracle API Reference

Oracle Provider API

API Reference Autodesk FDO Provider for Oracle

The SpatialIndexType enumeration defines how the SDO spatial data indexing should be handled by the provider.

Parameters:
SpatialIndexType_QuadTree The coordinate space is subjected to tessellation, which defines exclusive and exhaustive cover tiles for every stored geometry
SpatialIndexType_RTree An R-tree index approximates each geometry by a single rectangle that minimally encloses the geometry (called the minimum bounding rectangle, or MBR).
.

Enumerator:
SpatialIndexType_QuadTree  The spatial indexing schema is QuadTree.
SpatialIndexType_RTree  The spatial indexing schema is RTree.

Definition at line 47 of file SpatialIndexType.h.


Comments?