FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::SpatialContext::IActivateSpatialContextImp Class Reference
[OSGeo::FDO::Commands::SpatialContext]

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::SpatialContext::IActivateSpatialContext.

Inheritance diagram for OSGeo::FDO::Commands::SpatialContext::IActivateSpatialContextImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IActivateSpatialContextImp class is a concrete implementation of IActivateSpatialContext. The IActivateSpatialContext interface defines the ActivateSpatialContext command, which activates a specified spatial context. Input to the command is the name of the context to activate.

()

Definition at line 34 of file mgIActivateSpatialContextImp.h.


Public Member Functions

System::Void Execute ()
 Executes the ActivateSpatialContext command. An exception is thrown if the spatial context does not exist.
__property System::String * get_Name ()
 Gets the name of the context to activate as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the context to activate as a string.

Comments or suggestions? Send us feedback.