Table of Contents

ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin

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 derived class of the MatchingPlugin class for matching street addresses.

Inheritance Hierarchy

Members Summary

Public Constructors

StreetMatchingPlugin()

Remarks
Parameters

StreetMatchingPlugin(String)

Remarks
Parameters

StreetMatchingPlugin(String,MatchMode)

Remarks
Parameters

Protected Constructors

Public Methods

Dispose()

Remarks
Return Value
Parameters

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

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

MatchCore(String)

Remarks
Return Value
Parameters

cBQ=(String)

Remarks
Return Value
Parameters

cRQ=(String)

Remarks
Return Value
Parameters

FormalizeCore(String)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

Formalize(String)

Remarks
Return Value
Parameters

oxM=(GeocoderMatch)

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

MatchMode

This property is the match mode of the street matching plugin.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#StreetMatchingPlugin.28String.2C_MatchMode.29

Return Value

StreetNumberMatchingMode

This property is the street number match mode of the street matching plugin.

Remarks

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

Return Value

DataPath

This property is the path to the Geocoder data folder.

Remarks

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

Return Value

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.StreetMatchingPlugin#RankingMultiplier

Return Value

Protected Properties

bxQ=

N/A

Remarks

N/A

Return Value

Public Events