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

OSGeo::FDO::Commands::SpatialContext::IGetSpatialContextsImp Class Reference

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

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

[legend]
List of all members.

Detailed Description

The IGetSpatialContextsImp class is a concrete implementation of IGetSpatialContexts. The IGetSpatialContexts interface defines the GetSpatialContexts command, which enumerates the existing spatial contexts.


Public Member Functions

OSGeo::FDO::Commands::SpatialContext::ISpatialContextReaderExecute ()
 Executes the GetSpatialContexts command returning an ISpatialContextReader.
__property System::Boolean get_ActiveOnly ()
 Gets a Boolean flag that indicates if the GetSpatialContexts command will return only the active spatial context or all spatial contexts. The default value of this flag is false, return all spatial contexts.
__property System::Void set_ActiveOnly (System::Boolean value)
 Sets a Boolean flag that indicates if the GetSpatialContexts command will return only the active spatial context or all spatial contexts. The default value of this flag is false, return all spatial contexts.

Member Function Documentation

OSGeo ::FDO ::Commands ::SpatialContext ::ISpatialContextReader* OSGeo::FDO::Commands::SpatialContext::IGetSpatialContextsImp::Execute  ) 
 

Executes the GetSpatialContexts command returning an ISpatialContextReader.

Returns:
Returns nothing

__property System::Boolean OSGeo::FDO::Commands::SpatialContext::IGetSpatialContextsImp::get_ActiveOnly  ) 
 

Gets a Boolean flag that indicates if the GetSpatialContexts command will return only the active spatial context or all spatial contexts. The default value of this flag is false, return all spatial contexts.

Returns:
Returns Boolean value

__property System::Void OSGeo::FDO::Commands::SpatialContext::IGetSpatialContextsImp::set_ActiveOnly System::Boolean  value  ) 
 

Sets a Boolean flag that indicates if the GetSpatialContexts command will return only the active spatial context or all spatial contexts. The default value of this flag is false, return all spatial contexts.

Parameters:
value Input the Boolean flag
Returns:
Returns nothing

Comments or suggestions? Send us feedback.