Class PropertyIsLessThanFilter_FE1_1_0
This class provides an interface for creating an OGC PropertyIsLessThanFilter Version 1.1.0.
Implements
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
public class PropertyIsLessThanFilter_FE1_1_0 : OgcFilterBase, IFilter
Constructors
| Edit this page View SourcePropertyIsLessThanFilter_FE1_1_0(string, string)
Initializes a new instance of the PropertyIsLessThanFilter_FE1_1_0 class.
Declaration
public PropertyIsLessThanFilter_FE1_1_0(string propertyName, string arg)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName | |
string | arg |
Methods
| Edit this page View SourceEncode()
This method encodes the filter in XML.
Declaration
public string Encode()
Returns
Type | Description |
---|---|
string | An XML string |