FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

SpatialContextExtentType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoSpatialContextExtentType {
  FdoSpatialContextExtentType_Static,
  FdoSpatialContextExtentType_Dynamic
}
 The FdoSpatialContextExtentType enumeration defines how the extent of a context should be handled by the provider. More...

Enumeration Type Documentation

enum FdoSpatialContextExtentType
 

The FdoSpatialContextExtentType enumeration defines how the extent of a context should be handled by the provider.

Enumeration values:
FdoSpatialContextExtentType_Static  The spatial extent of the context is static and must be specified when the context is created.
FdoSpatialContextExtentType_Dynamic  The spatial extent of the context is dynamic and changes as data is added and removed from the context.

Definition at line 30 of file SpatialContextExtentType.h.


Comments or suggestions? Send us feedback.