Class OgcFilterBase
This class is the base class of all filters. It stores the filter arguments.
Inheritance
System.Object
OgcFilterBase
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Desktop.dll
Syntax
public abstract class OgcFilterBase : object
Constructors
| Improve this Doc View SourceOgcFilterBase(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 SourceArgs
Declaration
protected string[] Args
Field Value
Type | Description |
---|---|
System.String[] |