Search Results for

    Show / Hide Table of Contents

    Class PropertyIsEqualToFilter_FE1_1_0

    This class provides an interface for creating an OGC PropertyIsEqualToFilter Version 1.1.0.

    Inheritance
    object
    OgcFilterBase
    PropertyIsEqualToFilter_FE1_1_0
    Implements
    IFilter
    Inherited Members
    OgcFilterBase.Args
    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 class PropertyIsEqualToFilter_FE1_1_0 : OgcFilterBase, IFilter

    Constructors

    | Edit this page View Source

    PropertyIsEqualToFilter_FE1_1_0(string, string)

    Initializes a new instance of the PropertyIsEqualToFilter_FE1_1_0 class.

    Declaration
    public PropertyIsEqualToFilter_FE1_1_0(string propertyName, string arg)
    Parameters
    Type Name Description
    string propertyName
    string arg

    Methods

    | Edit this page View Source

    Encode()

    This method encodes the filter in XML.

    Declaration
    public string Encode()
    Returns
    Type Description
    string

    An XML string

    Implements

    IFilter
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX