Search Results for

    Show / Hide Table of Contents

    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 Source

    ConditionTypes

    The array of supported condition types

    Declaration
    string[] ConditionTypes { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    DistanceOperations

    The array of supported distance operations

    Declaration
    string[] DistanceOperations { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    SpatialOperations

    The array of supported spatial operations

    Declaration
    string[] SpatialOperations { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    SupportsGeodesicDistance

    Indicates if geodesic distances are supported

    Declaration
    bool SupportsGeodesicDistance { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsNonLiteralGeometricOperations

    Indicates if non-literal geometric operations are supported

    Declaration
    bool SupportsNonLiteralGeometricOperations { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng