Autodesk FDO Provider for Oracle API Reference

Oracle Provider API

API Reference Autodesk FDO Provider for Oracle

SpatialIndexType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  SpatialIndexType { SpatialIndexType_QuadTree, SpatialIndexType_RTree }
 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).
. More...

Comments?