Interface IFdoFilterCapabilities
Describes the filter capabilities of the FDO provider
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoFilterCapabilities
Properties
| Improve this Doc View SourceConditionTypes
The array of supported condition types
Declaration
string[] ConditionTypes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
DistanceOperations
The array of supported distance operations
Declaration
string[] DistanceOperations { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SpatialOperations
The array of supported spatial operations
Declaration
string[] SpatialOperations { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportsGeodesicDistance
Indicates if geodesic distances are supported
Declaration
bool SupportsGeodesicDistance { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsNonLiteralGeometricOperations
Indicates if non-literal geometric operations are supported
Declaration
bool SupportsNonLiteralGeometricOperations { get; }
Property Value
Type | Description |
---|---|
System.Boolean |