Table of Contents

ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin

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 implements soundex matching operations. There are two columns in the DBF file that are necessary for soundex matching. The first is the soundex value generated by certain Soundex algorithms (by default this is implemented by SimplifiedSoundex). The second is the exact value.

Inheritance Hierarchy

Members Summary

Public Constructors

SoundexDbfMatchingPlugin()

Remarks
Parameters

SoundexDbfMatchingPlugin(String,String)

Remarks
Parameters

Protected Constructors

Public Methods

GetRecord(Int32)

Remarks
Return Value
Parameters

GetRecords(Int32,Int32)

Remarks
Return Value
Parameters

AddRecord(IEnumerable<Object>)

Remarks
Return Value
Parameters

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

MatchCore(String)

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

SearchUpperBound(Int32,Int32,String,String)

Remarks
Return Value
Parameters

SearchLowerBound(Int32,Int32,String,String)

Remarks
Return Value
Parameters

GetKeyColumnName()

Remarks
Return Value
Parameters

BinarySearch(Int32,Int32,String,String)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

Formalize(String)

Remarks
Return Value
Parameters

FormalizeCore(String)

Remarks
Return Value
Parameters

oxM=(GeocoderMatch)

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

SoundexRealValueColumnName

This property is the column name for the real value.

Remarks

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

Return Value

PathFileName

Gets and sets the path and file name of the DBF file to be used for Geocoding.

Remarks

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

Return Value

ReadWriteMode

The read/write mode for the DBF file.

Remarks

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

Return Value

RecordCount

This record count of the DBF file.

Remarks

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

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

Return Value

Protected Properties

Public Events