API Reference | Autodesk FDO Provider for Oracle |
FdoIGetSpatialIndexes Class Reference
#include <IGetSpatialIndexes.h>
Detailed Description
The IGetSpatialIndexes interface defines the GetSpatialIndexes command, which enumerates the existing spatial indexes.
Definition at line 43 of file IGetSpatialIndexes.h.
Public Member Functions | |
virtual FDO_API FdoISpatialIndexReader * | Execute ()=0 |
Executes the GetSpatialIndexes command returning an ISpatialIndexReader. | |
virtual FDO_API const bool | GetActiveOnly ()=0 |
Gets a Boolean flag that indicates if the GetSpatialIndexes command will return only the spatial indexes of the active spatial contexts or all spatial indexes. The default value of this flag is false, return all spatial indexes. | |
virtual FDO_API void | SetActiveOnly (const bool value)=0 |
Gets a Boolean flag that indicates if the GetSpatialIndexes command will return only the spatial indexes of the active spatial contexts or all spatial indexes. |
The documentation for this class was generated from the following file:
Comments? |