OSGeo::FDO::Commands::SpatialContext::IActivateSpatialContextImp Class Reference
[OSGeo::FDO::Commands::SpatialContext]
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.
()
|
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.
|