Search Results for

    Show / Hide Table of Contents

    Class OgcFilterBase

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

    Inheritance
    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
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Providers.Wfs.Utilities
    Assembly: Mapsui.Nts.dll
    Syntax
    public abstract class OgcFilterBase

    Constructors

    | Edit this page View Source

    OgcFilterBase(string[])

    Protected constructor for the abstract class.

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

    An array of arguments for the filter

    Fields

    | Edit this page View Source

    Args

    Declaration
    protected string[] Args
    Field Value
    Type Description
    string[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX