ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class is for United States Geocoding.
N/A
N/A
This is the constructor of this class.
N/A
UsaGeocoder(String,StreetNumberMatchingMode)
This is the constructor of this class.
N/A
UsaGeocoder(String,MatchMode,StreetNumberMatchingMode)
This is the constructor of this class.
N/A
N/A
This method matches the specified street address, city and state.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This method calls the match method of each MatchingPlugIn object and then evaluates the match results from each MatchingPlugIn object to get the best match items.
EvaluateMatchResults(IEnumerable<GeocoderMatch>)
This method evaluates the MatchItems from different MatchingPlugIns and gets the final MatchResult. This is a concrete wrapper for EvaluateMatchResultsCore.
N/A
EvaluateMatchResultsCore(IEnumerable<GeocoderMatch>)
This method evaluates the MatchItems from different MatchingPlugIns and gets the final MatchResult. This method adds all MatchItems into one list, then loops though and evaluates every two MatchItems, sorts the MatchItems by the MatchRanking property of the MatchItem, and finally adds them to MatchResult. When evaluating two MatchItems, if the name-value pairs of the two MatchItems have the same key and that key is in the compare key array, just compare the value. If the values are equal then use the MatchRanking plus the RankingMultiplier.
N/A
N/A
N/A
N/A
N/A
N/A
This parameter represents the street number matching mode mode.
N/A
N/A
N/A