Show / Hide Table of Contents

    Class OgcFilterBase

    This class is the base class of all filters. It stores the filter arguments.

    Inheritance
    System.Object
    OgcFilterBase
    FeatureIdFilter_FE1_1_0
    PropertyIsBetweenFilter_FE1_1_0
    PropertyIsEqualToFilter_FE1_1_0
    PropertyIsGreaterThanFilter_FE1_1_0
    PropertyIsGreaterThanOrEqualToFilter_FE1_1_0
    PropertyIsLessThanFilter_FE1_1_0
    PropertyIsLessThanOrEqualToFilter_FE1_1_0
    PropertyIsLikeFilter_FE1_1_0
    PropertyIsNotEqualToFilter_FE1_1_0
    Namespace: Mapsui.Providers.Wfs.Utilities
    Assembly: Mapsui.Desktop.dll
    Syntax
    public abstract class OgcFilterBase : object

    Constructors

    | Improve this Doc View Source

    OgcFilterBase(String[])

    Protected constructor for the abstract class.

    Declaration
    protected OgcFilterBase(string[] args)
    Parameters
    Type Name Description
    System.String[] args

    An array of arguments for the filter

    Fields

    | Improve this Doc View Source

    Args

    Declaration
    protected string[] Args
    Field Value
    Type Description
    System.String[]
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX