Class MatchScoring
Contains a matching/scoring mechanism matching two edges with FOW's and FRC's.
Inheritance
System.Object
    MatchScoring
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class MatchScoringMethods
MatchAndScore(FormOfWay, FormOfWay)
Calculates a matching and score by comparing the expected agains the actual FOW's.
Declaration
public static float MatchAndScore(FormOfWay expected, FormOfWay actual)Parameters
| FormOfWay
        expected 
 | 
| FormOfWay
        actual 
 | 
Returns
| System.Single 
 | 
MatchAndScore(FunctionalRoadClass, FormOfWay, FunctionalRoadClass, FormOfWay)
Calculates a matching and score by comparing the expected agains the actual FRC's and FOW's.
Declaration
public static float MatchAndScore(FunctionalRoadClass expectedFrc, FormOfWay expectedFow, FunctionalRoadClass actualFrc, FormOfWay actualFow)Parameters
| FunctionalRoadClass
        expectedFrc 
 | 
| FormOfWay
        expectedFow 
 | 
| FunctionalRoadClass
        actualFrc 
 | 
| FormOfWay
        actualFow 
 | 
Returns
| System.Single 
 | 
MatchAndScore(FunctionalRoadClass, FunctionalRoadClass)
Calculates a matching and score by comparing the expected agains the actual FRC's.
Declaration
public static float MatchAndScore(FunctionalRoadClass expected, FunctionalRoadClass actual)Parameters
| FunctionalRoadClass
        expected 
 | 
| FunctionalRoadClass
        actual 
 | 
Returns
| System.Single 
 |