Skip to content

AreaFilterCondition

Namespace: ThinkGeo.Core

public class AreaFilterCondition : FilterCondition

Inheritance ObjectFilterConditionAreaFilterCondition

Properties

AreaUnit

public AreaUnit AreaUnit { get; set; }

Property Value

AreaUnit

GeographyUnit

public GeographyUnit GeographyUnit { get; set; }

Property Value

GeographyUnit

Expression

public string Expression { get; set; }

Property Value

String

ColumnName

public string ColumnName { get; set; }

Property Value

String

Name

public string Name { get; set; }

Property Value

String

RegexOptions

public RegexOptions RegexOptions { get; set; }

Property Value

RegexOptions

Logical

public bool Logical { get; set; }

Property Value

Boolean

IsLeftBracket

public bool IsLeftBracket { get; set; }

Property Value

Boolean

IsRightBracket

public bool IsRightBracket { get; set; }

Property Value

Boolean

Constructors

AreaFilterCondition()

public AreaFilterCondition()

AreaFilterCondition(AreaUnit)

public AreaFilterCondition(AreaUnit areaUnit)

Parameters

areaUnit AreaUnit

Methods

IsMatchCore(Feature)

internal bool IsMatchCore(Feature feature)

Parameters

feature Feature

Returns

Boolean