FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgSpatialContextExtentType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::SpatialContext

Enumerations

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

Enumeration Type Documentation

enum SpatialContextExtentType
 

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

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

Comments or suggestions? Send us feedback.