User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.citydbfmatchingplugin

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.citydbfmatchingplugin [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mapsuitegeocoder.citydbfmatchingplugin [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin ====== ====== ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This is the derived class of the class DbfMatchingPlugIn for matching cities. This is the derived class of the class DbfMatchingPlugIn for matching cities.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin</​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.CityDbfMatchingPlugin]]+        ***ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CityDbfMatchingPlugin() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CityDbfMatchingPlugin()|CityDbfMatchingPlugin]] ​  ​| ​   |    | This is the constructor of this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CityDbfMatchingPlugin(String)|CityDbfMatchingPlugin]] ​  | 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.CityDbfMatchingPlugin#​CityDbfMatchingPlugin.28.29//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} CityDbfMatchingPlugin(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.CityDbfMatchingPlugin#​CityDbfMatchingPlugin.28String.29//​
 +== Parameters ==
 +  * //​pathFileName//​
 +    * Type:String
 +    * Description:​The path and file name of the DBF file to be used for City Geocoding.
 +
 +<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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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|}} FormalizeCore(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]](overriden) ​  | This method formalizes source text to get possible cities. ​  | +
-| {{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) ​  ​| ​   | +
-| {{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 formalizes source text to get possible cities.// 
-^ 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.CityDbfMatchingPlugin#​FormalizeCore.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.   |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:​Collection<​String>​ 
 +  * Description:​The collection containing possible cities.
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+  * //​sourceText//​ 
 +    * Type:​String 
 +    * Description:​The source text to formalize.
  
-===== Public Constructors ===== +<div newline></div
-==== CityDbfMatchingPlugin() ==== +** {{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.CityDbfMatchingPlugin#​CityDbfMatchingPlugin.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​CityDbfMatchingPlugin.28.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== CityDbfMatchingPlugin(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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​CityDbfMatchingPlugin.28String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​CityDbfMatchingPlugin.28String.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| pathFileName ​  | String<​!-- System.String --> ​  | The path and file name of the DBF file to be used for City Geocoding. ​  |+
  
-[[#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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​Close.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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|}} MatchCore(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 === +  * //N/A// 
- 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.CityDbfMatchingPlugin#​MatchCore.28String.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:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> 
-==== Dispose() ​==== +  * Description:N/A
-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.CityDbfMatchingPlugin#​Dispose.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​sourceText//​ 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} SearchUpperBound(Int32,​Int32,​String,​String) **
-==== Equals(Object) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Equals.28Object.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method gets the record number of the upper boundary of the matched results.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​SearchUpperBound.28Int32.2C_Int32.2C_String.2C_String.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetHashCode() ==== +  * Description: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.CityDbfMatchingPlugin#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​firstRecordNumber//​ 
 +    * Type:Int32 
 +    * Description:The first record number for the search.
  
-<!-- System.Object --> +  * //lastRecordNumber// 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== GetRecord(Int32) ==== +    ​* ​Description:The last record ​number for the search.
-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:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​GetRecord.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​GetRecord.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​The record ​value  |+
  
-=== Parameters === +  * //​sourceText//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:String 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the record number. ​  |+    * Description:The source text to search for.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //columnName// 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== GetRecords(Int32,​ Int32) ==== +    ​* ​Description:The name of the column on which the search is based.
-This method gets records by using the specified range. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​GetRecords.28Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SearchLowerBound(Int32,Int32,​String,​String) **
-| firstRecordNumber ​  | Int32<!-- System.Int32 --  | This parameter is the first record number to get  | +
-| count   | Int32<!-- System.Int32 --> ​  | This parameter is the record count to return. ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //This method gets the record number of the lower boundary of the matched results.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetType() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​SearchLowerBound.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.CityDbfMatchingPlugin#​GetType.28.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​GetType.28.29</a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:The record number of the lower boundary of the matched results.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//firstRecordNumber// 
-==== Match(String) ​==== +    * Type:Int32 
-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. +    ​* ​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.CityDbfMatchingPlugin#​Match.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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 === +  * //​lastRecordNumber//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Int32 
-| sourceText ​  | String<​!-- System.String --> ​  ​| ​The source text to match  |+    * Description:The last record number for the search.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +  * //sourceText// 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== Open() ==== +    ​* ​Description:The source text to search for.
-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.CityDbfMatchingPlugin#​Open.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Open.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 search is based.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} GetKeyColumnName() **
-==== ToString() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​ToString.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method gets the key column name from the DBF file.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​GetKeyColumnName.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-===== Protected Methods ===== +  * Description:The key column name.
-==== BinarySearch(Int32,​ Int32, String, String) ==== +
-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.CityDbfMatchingPlugin#​BinarySearch.28Int32.2C_Int32.2C_String.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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 ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| firstRecordNumber ​  | Int32<!-- System.Int32 --  | The first record number for the search. ​  | +** {{wiki:​ProtectedMethod.gif|}} BinarySearch(Int32,​Int32,​String,String) **
-| 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 --> +  * //This method does a binary search on the DBF file and returns the record it hits.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== CloseCore() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​CloseCore.28.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​CloseCore.28.29</a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Dictionary<​String,​String>​ 
 +  Description:The record hits in the search.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//firstRecordNumber// 
-==== Finalize() ​==== +    * Type:Int32 
-=== Remarks === +    ​* ​Description:The first record number for the search.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​lastRecordNumber//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:The last record number for the search.
  
-<!-- System.Object(overriden) --> +  * //sourceText// 
-[[#​Protected Methods|Go Back]] +    * Type:String 
-==== Formalize(String) ==== +    ​* ​Description:The source text to match.
-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.CityDbfMatchingPlugin#​Formalize.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Formalize.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​The collection of formalized strings  |+
  
-=== Parameters === +  * //​columnName//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:String 
-| sourceText ​  | String<​!-- System.String --> ​  ​| ​The source text to formalize  |+    * Description:The name of the column on which the binaray search is based.
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} Finalize() **
-==== FormalizeCore(String) ==== +
-This method formalizes source text to get possible cities. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​FormalizeCore.28String.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​FormalizeCore.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String--> ​  | The collection containing possible cities. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to formalize  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​Finalize.28.29//​
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetKeyColumnName() ==== +  * Description:N/A
-This method gets the key column name 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.CityDbfMatchingPlugin#​GetKeyColumnName.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​GetKeyColumnName.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  | The key column name.   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Formalize(String) **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +  * //This method formalizes the source textThis method is the concrete wrapper of FormalizeCore.// 
-[[#​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.CityDbfMatchingPlugin#​Formalize.28String.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​MatchCore.28String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​MatchCore.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​Collection<​String>​ 
-| sourceText ​  | String<​!-- System.String --> ​  ​| ​   |+  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.CityDbfMatchingPlugin#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​OpenCore.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​SearchLowerBound.28Int32.2C_Int32.2C_String.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​SearchUpperBound.28Int32.2C_Int32.2C_String.2C_String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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|}} 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.CityDbfMatchingPlugin#​PathFileName" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​PathFileName</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​RankingMultiplier"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​ReadWriteMode" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​ReadWriteMode</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​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.CityDbfMatchingPlugin#​RecordCount" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​RecordCount</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#​RecordCount 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Int32<​!-- System.Int32 --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> +** {{wiki:​PublicProperty.gif|}} RankingMultiplier ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +This property is the ranking multipier for GeocoderMatch. 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.CityDbfMatchingPlugin#RankingMultiplier 
-[[Category:​MapSuiteGeocoder]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.MapSuiteGeocoder]] +  * Type:​Int32 
-[[Category:​UpdateDocumentation]]+ 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.mapsuitegeocoder.citydbfmatchingplugin.1440040131.txt.gz · Last modified: 2015/09/21 07:03 (external edit)