Property | Type | Description | |
---|---|---|---|
regex | Regex |
Method | Description | |
---|---|---|
Activate ( ) : void |
Make the current state active, i.e. the PoIs and dashboard represent the current phase.
|
|
AddMeasure ( |
||
AddThreat ( |
||
PhaseState ( string title ) : System.Text.RegularExpressions | ||
Reset ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
TryGetPhaseState ( string title ) : PhaseState | ||
UpdateState ( PhaseState phase ) : void | ||
add ( PoI poi, bool isThreat ) : void | ||
isInArcSegment ( Position center, Position point, double startAngle, double endAngle, double radiusInMeter ) : bool |
Check whether the point is in the arc segment.
|
|
updateThreatVisualisation ( PoIState threat ) : void |
Set the color of the threat based on the current threat level in a label
|
public PhaseState ( string title ) : System.Text.RegularExpressions | ||
title | string | |
return | System.Text.RegularExpressions |