Table of Contents

ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class is the abstract class encapsulating matching operations. The MatchingPlugIn class is the key class in the Geocoder. It formalizes the source text using GeocoderFormalizer, tries to match in some kinds of datasets and returns a MatchResult object. MatchingPlugIn can work independently or can be combined to work together with others to accomplish complicated matching requirements.

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

MatchingPlugin()

Remarks
Parameters

Public Methods

Match(String)

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

MatchCore(String)

Remarks
Return Value
Parameters

Formalize(String)

Remarks
Return Value
Parameters

FormalizeCore(String)

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

oxM=(GeocoderMatch)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

CleanSourceText(String,IEnumerable<String>)

Remarks
Return Value
Parameters

pBM=(GeocoderMatch)

Remarks
Return Value
Parameters

Public Properties

RankingMultiplier

This property is the ranking multipier for GeocoderMatch.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin#RankingMultiplier

Return Value

Protected Properties

Public Events