FDO API Reference Feature Data Objects

IFilterCapabilitiesImp Class Reference

List of all members.

Detailed Description

The FdoIFilterCapabilities interface declares the feature provider's level of support for FdoFilter classes.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_FILTER::ConditionType get_ConditionTypes ()[]
 Returns an array of FdoConditionType objects the feature provider supports.
__property NAMESPACE_OSGEO_FDO_FILTER::DistanceOperations get_DistanceOperations ()[]
 Returns an array of FdoDistanceOperation objects the feature provider supports.
__property NAMESPACE_OSGEO_FDO_FILTER::SpatialOperations get_SpatialOperations ()[]
 Returns an array of FdoSpatialOperation objects the feature provider supports.
System::Boolean SupportsGeodesicDistance ()
 Determines if the feature provider supports geodesic distance measurement. Returns false if the feature provider supports only linear distance measurement.
System::Boolean SupportsNonLiteralGeometricOperations ()
 Determines if spatial and distance operations can be applied between two geometric properties. Returns false if spatial and distance operations can be applied only between a geometric property and a literal geometry.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.