Skip to content

AreaFilterCondition

Namespace: ThinkGeo.Core

Represents the AreaFilterCondition class.

public class AreaFilterCondition : FilterCondition

Inheritance objectFilterConditionAreaFilterCondition

Properties

AreaUnit

Gets or sets the AreaUnit.

public AreaUnit AreaUnit { get; set; }

Property Value

AreaUnit

GeographyUnit

Gets or sets the GeographyUnit.

public GeographyUnit GeographyUnit { get; set; }

Property Value

GeographyUnit

Expression

Gets or sets the Expression.

public string Expression { get; set; }

Property Value

string

ColumnName

Gets or sets the ColumnName.

public string ColumnName { get; set; }

Property Value

string

Name

Gets or sets the Name.

public string Name { get; set; }

Property Value

string

RegexOptions

Gets or sets the RegexOptions.

public RegexOptions RegexOptions { get; set; }

Property Value

RegexOptions

Logical

Gets or sets the Logical.

public bool Logical { get; set; }

Property Value

bool

IsLeftBracket

Gets or sets the IsLeftBracket.

public bool IsLeftBracket { get; set; }

Property Value

bool

IsRightBracket

Gets or sets the IsRightBracket.

public bool IsRightBracket { get; set; }

Property Value

bool

Constructors

AreaFilterCondition()

Initializes a new instance of the AreaFilterCondition class.

public AreaFilterCondition()

AreaFilterCondition(AreaUnit)

Initializes a new instance of the AreaFilterCondition class.

public AreaFilterCondition(AreaUnit areaUnit)

Parameters

areaUnit AreaUnit

Methods

IsMatchCore(Feature)

internal bool IsMatchCore(Feature feature)

Parameters

feature Feature

Returns

bool