User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.soundexdbfmatchingplugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.soundexdbfmatchingplugin [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mapsuitegeocoder.soundexdbfmatchingplugin [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin ====== ====== ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 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. 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.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin]] +    *ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin 
-***[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin]] +      *ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin 
-****[[ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin]]+        ***ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} SoundexDbfMatchingPlugin() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#SoundexDbfMatchingPlugin()|SoundexDbfMatchingPlugin]] ​  ​| ​   |    | This is the constructor of this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SoundexDbfMatchingPlugin(String,​ String)|SoundexDbfMatchingPlugin]] ​  | String, String ​  ​| ​   | This is the constructor of this class. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the constructor of this class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexDbfMatchingPlugin.28.29//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SoundexDbfMatchingPlugin(String,​String) **
  
 +  * //This is the constructor of this class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexDbfMatchingPlugin.28String.2C_String.29//​
 +== Parameters ==
 +  * //​pathFileName//​
 +    * Type:String
 +    * Description:​This parameter is path and file name of the index.
 +
 +  * //​soundexRealValueColumnName//​
 +    * Type:String
 +    * Description:​This parameter is the column name for the real value.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetRecord(Int32) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​AddRecord(IEnumerable<​Object>​)|AddRecord]] ​  | IEnumerable<​Object> ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method adds one record to the DBF file.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] ​  | This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateDbf(String,​ IEnumerable<​DbfMatchingPluginColumn>​)|CreateDbf]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn|DbfMatchingPluginColumn]]> ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method creates a DBF file according to the specified file name and column names. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | Releases all resources used by the DbfMatchingPlugin. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetRecord(Int32)|GetRecord]] ​  | Int32   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method gets a record by record index from the DBF file.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetRecords(Int32,​ Int32)|GetRecords]] ​  | Int32, Int32   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method gets records by using the specified range. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Match(String)|Match]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] ​  | This method matches the source text and returns a collection of GeocoderMatch. This method is the concrete wrapper for MatchCore. It firstly formalizes the input sourceText, gets the formalized results and matches them using MatchCore one by one, then returns all of the results within a collection. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] ​  | This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //This method gets a record by record index from 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#​GetRecord.28Int32.29//​
 +
 +== Return Value ==
 +  * Type:​Dictionary<​String,​String>​
 +  * Description:​The record value.
 +
 +== Parameters ==
 +  * //​recordNumber//​
 +    * Type:Int32
 +    * Description:​This parameter is the record number.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetRecords(Int32,​Int32) **
 +
 +  * //This method gets records by using the specified range.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetRecords.28Int32.2C_Int32.29//​
 +
 +== Return Value ==
 +  * Type:​Collection<​Dictionary<​String,​String>>​
 +  * Description:​The collection of record values.
 +
 +== Parameters ==
 +  * //​firstRecordNumber//​
 +    * Type:Int32
 +    * Description:​This parameter is the first record number to get.
 +
 +  * //count//
 +    * Type:Int32
 +    * Description:​This parameter is the record count to return.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddRecord(IEnumerable<​Object>​) **
 +
 +  * //This method adds one record to the DBF file.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //values//
 +    * Type:​IEnumerable<​Object>​
 +    * Description:​This parameter represents a record in the DBF file.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
 +
 +  * //Releases all resources used by the DbfMatchingPlugin.//​
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Dispose.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Match(String) **
 +
 +  * //This method matches the source text and returns a collection of GeocoderMatch. This method is the concrete wrapper for MatchCore. It firstly formalizes the input sourceText, gets the formalized results and matches them using MatchCore one by one, then returns all of the results within a collection.//​
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Match.28String.29//​
 +
 +== Return Value ==
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​
 +  * Description:​A collection of GeocoderMatch.
 +
 +== Parameters ==
 +  * //​sourceText//​
 +    * Type:String
 +    * Description:​The source text to match.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Open() **
 +
 +  * //This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Open.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Close() **
 +
 +  * //This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.//​
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Close.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​ToString.28.29//​
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Equals.28Object.29//​
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetHashCode.28.29//​
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetType.28.29//​
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} MatchCore(String) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​BinarySearch(Int32,​ Int32, String, String)|BinarySearch]] ​  | Int32, Int32, String, String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method does a binary search on the DBF file and returns the record it hits.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Formalize(String)|Formalize]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] ​  | This method formalizes the source text. This method is the concrete wrapper of FormalizeCore. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​FormalizeCore(String)|FormalizeCore]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] ​  | This method formalizes the source text.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetKeyColumnName()|GetKeyColumnName]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method gets the key column name from the DBF file.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#MatchCore(String)|MatchCore]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) ​  | This method matches source text in corresponding index files. This function tries to get all MatchItems by using binary searching in MatchDbf, but there could be many inaccurate results returned because of Soundex. Thus, it loops through each MatchItem, calculates the ditance between the result and the source according to the Levenshteins algorithm, then finds the result with the shortest distance. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SearchLowerBound(Int32,​ Int32, String, String)|SearchLowerBound]] ​  | Int32, Int32, String, String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method gets the record number of the lower boundary of the matched results. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SearchUpperBound(Int32,​ Int32, String, String)|SearchUpperBound]] ​  | Int32, Int32, String, String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This method gets the record number of the upper boundary of the matched results. ​  |+
  
-==== Public Properties ==== +  ​* //This method matches source text in corresponding index filesThis function tries to get all MatchItems by using binary searching in MatchDbf, but there could be many inaccurate results returned because of SoundexThus, it loops through each MatchItem, calculates the ditance between ​the result ​and the source according ​to the Levenshteins algorithm, then finds the result with the shortest distance.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PathFileName|PathFileName]] ​  ​| String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | Gets and sets the path and file name of the DBF file to be used for Geocoding  | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​MatchCore.28String.29//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RankingMultiplier|RankingMultiplier]] ​  | Int32   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] ​  | This property is the ranking multipier ​for GeocoderMatch. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ReadWriteMode|ReadWriteMode]] ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginReadWriteMode|DbfMatchingPluginReadWriteMode]] ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | The read/write mode for the DBF file.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RecordCount|RecordCount]] ​  | Int32   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] ​  | This record count of the DBF file  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SoundexRealValueColumnName|SoundexRealValueColumnName]] ​  | String ​  ​| ​   | This property is the column name for the real value. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
 +  * Description:​The collection of MatchItem objects.
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+  * //​sourceText//​ 
 +    * Type:​String 
 +    * Description:​The source text to match.
  
-===== Public Constructors ===== +<div newline></div
-==== SoundexDbfMatchingPlugin() ==== +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-This is the constructor of this class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexDbfMatchingPlugin.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexDbfMatchingPlugin.28.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== SoundexDbfMatchingPlugin(String,​ String) ==== +== Remarks == 
-This is the constructor of this class. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​OpenCore.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexDbfMatchingPlugin.28String.2C_String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexDbfMatchingPlugin.28String.2C_String.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| pathFileName ​  | String<​!-- System.String --> ​  | This parameter is path and file name of the index. ​  | +
-| soundexRealValueColumnName ​  | String<​!-- System.String --> ​  | This parameter is the column name for the real value. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Void 
-===== Public Methods ===== +  * Description:N/A
-==== AddRecord(IEnumerable<​Object>​) ==== +
-This method adds one record to the DBF file. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div> 
-| values ​  | IEnumerable<Object><!-- System.Collections.Generic.IEnumerable{System.Object--> ​  | This parameter represents a record in the DBF file.   |+** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Close() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​CloseCore.28.29//
-This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Close.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Close.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== CreateDbf(String,​ IEnumerable<​DbfMatchingPluginColumn>​) ​==== +** {{wiki:​ProtectedMethod.gif|}} SearchUpperBound(Int32,​Int32,​String,​String) **
-<!-- static --> +
-This method creates a DBF file according to the specified file name and column names. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  | The newly-created DbfMatchingPlugIn object. ​  |+
  
-=== Parameters === +  * //This method gets the record number of the upper boundary of the matched results.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| pathFileName ​  | String<​!-- System.String --> ​  | This parameter is the path and file name of the DBF file  | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SearchUpperBound.28Int32.2C_Int32.2C_String.2C_String.29//
-| columnNames ​  | IEnumerable<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn|DbfMatchingPluginColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn} --> ​  | This parameter is the collection of DbfColumnDefinition objects. ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== Dispose() ==== +  * Description:The record number of the upper boundary of the matched results.
-Releases all resources used by the DbfMatchingPlugin. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​firstRecordNumber//​ 
 +    * Type:Int32 
 +    * Description:The first record number for the search.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //lastRecordNumber// 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== Equals(Object) ==== +    ​* ​Description:The last record number for the search.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​sourceText//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:String 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    ​* Description:​The source text to search for.
  
-<!-- System.Object --> +  * //columnName// 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== GetHashCode() ==== +    ​* ​Description:The name of the column on which the search is based.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} SearchLowerBound(Int32,​Int32,​String,​String) **
  
-<!-- System.Object --> +  * //This method gets the record ​number of the lower boundary of the matched results.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetRecord(Int32) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SearchLowerBound.28Int32.2C_Int32.2C_String.2C_String.29//
-This method gets record ​by record index from the DBF file+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetRecord.28Int32.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetRecord.28Int32.29</a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  | The record value. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the record number. ​  |+  Description:The record number ​of the lower boundary of the matched results.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//firstRecordNumber// 
-==== GetRecords(Int32,​ Int32) ​==== +    * Type:Int32 
-This method gets records by using the specified range. +    ​* ​Description:The first record ​number for the search.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetRecords.28Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetRecords.28Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Collection<​Dictionary<​String,​String>><​!-- System.Collections.ObjectModel.Collection{System.Collections.Generic.Dictionary{System.String,​System.String}} --> ​  ​| ​The collection of record ​values  |+
  
-=== Parameters === +  * //​lastRecordNumber//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Int32 
-| firstRecordNumber ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the first record number ​to get.   | +    * Description:The last record number ​for the search.
-| count   | Int32<​!-- System.Int32 --> ​  | This parameter is the record count to return  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //sourceText// 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== GetType() ==== +    ​* ​Description:The source text to search for.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //​columnName//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:String 
 +    * Description:The name of the column on which the search is based.
  
-<!-- System.Object --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} GetKeyColumnName() **
-==== Match(String) ==== +
-This method matches the source text and returns a collection of GeocoderMatch. This method is the concrete wrapper for MatchCore. It firstly formalizes the input sourceText, gets the formalized results and matches them using MatchCore one by one, then returns all of the results within a collection. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Match.28String.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Match.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch--> ​  | A collection of GeocoderMatch. ​  |+
  
-=== Parameters === +  * //This method gets the key column name from the DBF file.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to match  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetKeyColumnName.28.29//​
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== Open() ==== +  * Description:The key column name.
-This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Open.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Open.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} BinarySearch(Int32,​Int32,​String,​String) **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +  * //This method does a binary search on the DBF file and returns the record it hits.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToString() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​BinarySearch.28Int32.2C_Int32.2C_String.2C_String.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​ToString.28.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​ToString.28.29</a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Dictionary<​String,​String>​ 
 +  Description:The record hits in the search.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//firstRecordNumber// 
-===== Protected Methods ===== +    * Type:Int32 
-==== BinarySearch(Int32,​ Int32, String, String) ==== +    ​* ​Description:The first record ​number for the search.
-This method does a binary search on the DBF file and returns the record it hits. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​BinarySearch.28Int32.2C_Int32.2C_String.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​BinarySearch.28Int32.2C_Int32.2C_String.2C_String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​The record ​hits in the search. ​  |+
  
-=== Parameters === +  * //​lastRecordNumber//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| firstRecordNumber ​  ​| ​Int32<!-- System.Int32 --> ​  | The first record number for the search. ​  | +    * Description:​The last record number for the search.
-| lastRecordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​The last record number for the search. ​  | +
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to match. ​  | +
-| columnName ​  | String<​!-- System.String --> ​  | The name of the column on which the binaray search is based. ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //sourceText// 
-[[#​Protected Methods|Go Back]] +    * Type:String 
-==== CloseCore() ==== +    ​* ​Description:The source text to match.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​CloseCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​CloseCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​columnName//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:String 
 +    * Description:The name of the column on which the binaray search is based.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} ​Finalize() **
-==== Finalize() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Finalize.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Finalize.28.29//​
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== Formalize(String) ==== +  * Description:N/A
-This method formalizes the source text. This method is the concrete wrapper of FormalizeCore. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Formalize.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Formalize.28String.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | The collection of formalized strings. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| sourceText ​  | String<!-- System.String --  | The source text to formalize  ​|+** {{wiki:​ProtectedMethod.gif|}} Formalize(String) **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +  * //This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.//​ 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== FormalizeCore(String) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​Formalize.28String.29//​
-This method formalizes the source text. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​FormalizeCore.28String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​FormalizeCore.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | The collection of formalized strings. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Collection<​String>​ 
-| sourceText ​  | String<!-- System.String ​--  | The source text to formalize  |+  * Description:​The collection of formalized strings.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceText// 
-==== GetKeyColumnName() ​==== +    * Type:String 
-This method gets the key column name from the DBF file. +    ​* ​Description:The source text to formalize.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetKeyColumnName.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​GetKeyColumnName.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​The key column name  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} FormalizeCore(String) **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //This method ​formalizes the source text.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MatchCore(String) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​FormalizeCore.28String.29//​
-This method ​matches ​source text in corresponding index files. This function tries to get all MatchItems by using binary searching in MatchDbf, but there could be many inaccurate results returned because of Soundex. Thus, it loops through each MatchItem, calculates the ditance between the result and the source according to the Levenshteins algorithm, then finds the result with the shortest distance+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​MatchCore.28String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​MatchCore.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | The collection of MatchItem objects. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Collection<​String>​ 
-| sourceText ​  | String<!-- System.String ​--  | The source text to match  |+  * Description:​The collection of formalized strings.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceText// 
-==== MemberwiseClone() ​==== +    * Type:String 
-=== Remarks === +    ​* ​Description:The source text to formalize.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} oxM=(GeocoderMatch) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OpenCore() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​OpenCore.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​OpenCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//geocoderMatch// 
-==== SearchLowerBound(Int32,​ Int32, String, String) ​==== +    * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]] 
-This method gets the record number of the lower boundary of the matched results. +    ​* ​Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SearchLowerBound.28Int32.2C_Int32.2C_String.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SearchLowerBound.28Int32.2C_Int32.2C_String.2C_String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  | The record number of the lower boundary of the matched results. ​  |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-| firstRecordNumber ​  | Int32<!-- System.Int32 --  | The first record number for the search. ​  | +
-| lastRecordNumber ​  | Int32<!-- System.Int32 --  | The last record number for the search. ​  | +
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to search for.   | +
-| columnName ​  | String<​!-- System.String --> ​  | The name of the column on which the search is based  ​|+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== SearchUpperBound(Int32,​ Int32, String, String) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​MemberwiseClone.28.29//
-This method gets the record number of the upper boundary of the matched results. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SearchUpperBound.28Int32.2C_Int32.2C_String.2C_String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SearchUpperBound.28Int32.2C_Int32.2C_String.2C_String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  | The record number of the upper boundary of the matched results. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^ +  ​Type:Object 
-| firstRecordNumber ​  | Int32<!-- System.Int32 --  | The first record number for the search. ​  | +  Description:N/A 
-| lastRecordNumber ​  | Int32<!-- System.Int32 --  ​The last record number ​for the search  | + 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to search ​for.   | +== Parameters == 
-| columnName ​  | String<​!-- System.String ​--> ​  | The name of the column on which the search is based  ​|+<div newline></div> 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} 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 == 
 +  * Type:String 
 + 
 +** {{wiki:​PublicProperty.gif|}} PathFileName **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== PathFileName ==== 
 Gets and sets the path and file name of the DBF file to be used for Geocoding. Gets and sets the path and file name of the DBF file to be used for Geocoding.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​PathFileName" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​PathFileName</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​PathFileName 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| String<​!-- System.String ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +** {{wiki:PublicProperty.gif|}} ReadWriteMode **
-[[#Public Properties|Go Back]] +
-==== RankingMultiplier ==== +
-This property is the ranking multipier for GeocoderMatch. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​RankingMultiplier"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​RankingMultiplier</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> 
-[[#Public Properties|Go Back]] 
-==== ReadWriteMode ==== 
 The read/write mode for the DBF file. The read/write mode for the DBF file.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​ReadWriteMode" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​ReadWriteMode</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​ReadWriteMode 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginReadWriteMode|DbfMatchingPluginReadWriteMode]] 
-[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginReadWriteMode|DbfMatchingPluginReadWriteMode]]<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginReadWriteMode --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} RecordCount **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> 
-[[#Public Properties|Go Back]] 
-==== RecordCount ==== 
 This record count of the DBF file. This record count of the DBF file.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​RecordCount" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​RecordCount</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​RecordCount 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +** {{wiki:PublicProperty.gif|}} RankingMultiplier **
-[[#Public Properties|Go Back]] +
-==== SoundexRealValueColumnName ==== +
-This property is the column name for the real value. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexRealValueColumnName"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​SoundexRealValueColumnName</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin ​--> +This property is the ranking multipier for GeocoderMatch. 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.SoundexDbfMatchingPlugin#​RankingMultiplier 
-===== Public Events ====+== Return Value == 
-__NOTOC__ +  * Type:​Int32 
-[[Category:​MapSuiteGeocoder]] + 
-[[Category:​ThinkGeo.MapSuite.MapSuiteGeocoder]] +==== Protected Properties ==== 
-[[Category:​UpdateDocumentation]]+==== Public Events ====
  
thinkgeo.mapsuite.mapsuitegeocoder.soundexdbfmatchingplugin.1440040131.txt.gz · Last modified: 2015/09/21 07:04 (external edit)