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