FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Connections::Capabilities::IFilterCapabilitiesImp:
Public Member Functions | |
__property OSGeo::FDO::Filter::ConditionType | get_ConditionTypes ()[] |
Returns an array of ConditionType objects the feature provider supports. | |
__property OSGeo::FDO::Filter::DistanceOperations | get_DistanceOperations ()[] |
Returns an array of DistanceOperation objects the feature provider supports. | |
__property OSGeo::FDO::Filter::SpatialOperations | get_SpatialOperations ()[] |
Returns an array of SpatialOperation 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 | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Returns an array of ConditionType objects the feature provider supports.
|
|
Returns an array of DistanceOperation objects the feature provider supports.
|
|
Returns an array of SpatialOperation objects the feature provider supports.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
|
Determines if the feature provider supports geodesic distance measurement. Returns false if the feature provider supports only linear distance measurement.
|
|
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.
|
Comments or suggestions? Send us feedback. |