User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.zipdbfmatchingplugin

Differences

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

Link to this comparison view

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