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::Connections::Capabilities::IConnectionCapabilitiesImp Class Reference

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Connections::Capabilities::OSGeo::FDO::Connections::Capabilities::IConnectionCapabilities.

Inheritance diagram for OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp:

[legend]
List of all members.

Detailed Description

The IConnectionCapabilities interface declares the feature provider's capabilities.


Public Member Functions

__property OSGeo::FDO::Commands::Locking::LockType get_LockTypes ()[]
 Gets an array of the LockType values supported by the feature provider.
__property OSGeo::FDO::Commands::SpatialContext::SpatialContextExtentType get_SpatialContextTypes ()[]
 Gets the spatial context extent types supported by the feature provider.
__property OSGeo::FDO::Connections::Capabilities::ThreadCapability get_ThreadCapability ()
 Gets an ThreadCapability value that declares the feature provider's level of thread safety.
System::Boolean SupportsConfiguration ()
 Determines if the feature provider supports XML configuration.
System::Boolean SupportsCSysWKTFromCSysName ()
 Determines if the provider supports specifying the coordinate system by name or ID without specifying the WKT when creating a new spatial context.
System::Boolean SupportsFlush ()
 Determines if the provider can support the flush function. Flush is used to write any outstanding data to the datastore. This is mainly used by the file based providers to ensure that any cached data is writen to the file.
System::Boolean SupportsLocking ()
 Determines if the feature provider supports persistent locking.
System::Boolean SupportsLongTransactions ()
 Determines true if the feature provider supports long transactions.
System::Boolean SupportsMultipleSpatialContexts ()
 Determines if the provider supports multiple spatial contexts.
System::Boolean SupportsSQL ()
 Determines if the feature provider supports SQL commands.
System::Boolean SupportsTimeout ()
 Determines if the feature provider supports connection timeout.
System::Boolean SupportsTransactions ()
 Determines if the feature provider supports transactions.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Member Function Documentation

__property OSGeo ::FDO ::Commands ::Locking ::LockType OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::get_LockTypes  ) 
 

Gets an array of the LockType values supported by the feature provider.

Returns:
Returns the list of lock types

__property OSGeo ::FDO ::Commands ::SpatialContext ::SpatialContextExtentType OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::get_SpatialContextTypes  ) 
 

Gets the spatial context extent types supported by the feature provider.

Returns:
Returns the list of spatial context extent types.

__property OSGeo ::FDO ::Connections ::Capabilities ::ThreadCapability OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::get_ThreadCapability  ) 
 

Gets an ThreadCapability value that declares the feature provider's level of thread safety.

Returns:
Returns the connection thread capability.

System::Void OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsConfiguration  ) 
 

Determines if the feature provider supports XML configuration.

Returns:
Returns true if the feature provider supports the setting of a configuration.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsCSysWKTFromCSysName  ) 
 

Determines if the provider supports specifying the coordinate system by name or ID without specifying the WKT when creating a new spatial context.

Returns:
Returns true if the provider supports specifying the coordinate system by name or ID without specifying the WKT when creating a new spatial context.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsFlush  ) 
 

Determines if the provider can support the flush function. Flush is used to write any outstanding data to the datastore. This is mainly used by the file based providers to ensure that any cached data is writen to the file.

Returns:
Returns true if the provider or datastore can support the flush function.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsLocking  ) 
 

Determines if the feature provider supports persistent locking.

Returns:
Returns true if the feature provider supports persistent locking.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsLongTransactions  ) 
 

Determines true if the feature provider supports long transactions.

Returns:
Returns true if the feature provider supports long transactions.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsMultipleSpatialContexts  ) 
 

Determines if the provider supports multiple spatial contexts.

Returns:
Returns true if the provider supports multiple spatial contexts.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsSQL  ) 
 

Determines if the feature provider supports SQL commands.

Returns:
Returns true if the feature provider supports SQL commands.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsTimeout  ) 
 

Determines if the feature provider supports connection timeout.

Returns:
Returns true if the feature provider supports connection timeout.

System::Boolean OSGeo::FDO::Connections::Capabilities::IConnectionCapabilitiesImp::SupportsTransactions  ) 
 

Determines if the feature provider supports transactions.

Returns:
Returns true if the feature provider supports transactions.

Comments or suggestions? Send us feedback.