User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.postcodedbfmatchingplugin

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.postcodedbfmatchingplugin [2015/09/21 07:03]
admin
thinkgeo.mapsuite.mapsuitegeocoder.postcodedbfmatchingplugin [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin ====== ====== ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This is the derived class of the class MatchingPlugIn for matching PostCode. This is the derived class of the class MatchingPlugIn for matching PostCode.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} PostcodeDbfMatchingPlugin() ** ** {{wiki:​PublicMethod.gif|}} PostcodeDbfMatchingPlugin() **
  
-This is the constructor of this class.+  * //This is the constructor of this class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​PostcodeDbfMatchingPlugin.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} PostcodeDbfMatchingPlugin(String) ** ** {{wiki:​PublicMethod.gif|}} PostcodeDbfMatchingPlugin(String) **
  
-This is the constructor of this class.+  * //This is the constructor of this class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​PostcodeDbfMatchingPlugin.28String.29/​/
 == Parameters == == Parameters ==
   * //​dataPath//​   * //​dataPath//​
Line 29: Line 32:
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-Releases all resources used by the PostCodeDbfMatchingPlugin.+  * //Releases all resources used by the PostCodeDbfMatchingPlugin.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​Dispose.28.29/​/
  
 == Return Value == == Return Value ==
Line 41: Line 44:
 ** {{wiki:​PublicMethod.gif|}} Match(String) ** ** {{wiki:​PublicMethod.gif|}} Match(String) **
  
-N/A+  * //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 == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​Match.28String.29/​/
  
 == Return Value == == Return Value ==
   * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​   * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​
-  * Description:​N/A+  * Description:​A ​collection of GeocoderMatch.
  
 == Parameters == == Parameters ==
   * //​sourceText//​   * //​sourceText//​
     * Type:String     * Type:String
-    * Description:​N/A+    * Description:​The source text to match.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Open() ** ** {{wiki:​PublicMethod.gif|}} Open() **
  
-N/A+  * //This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​Open.28.29/​/
  
 == Return Value == == Return Value ==
Line 69: Line 72:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​Close.28.29/​/
  
 == Return Value == == Return Value ==
Line 81: Line 84:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 93: Line 96:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 109: Line 112:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 121: Line 124:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 134: Line 137:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-This method opens the PostCodeDbfMatchingPlugin.+  * //This method opens the PostCodeDbfMatchingPlugin.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​OpenCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 146: Line 149:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-This method closes the PostCodeDbfMatchingPlugin.+  * //This method closes the PostCodeDbfMatchingPlugin.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​CloseCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 158: Line 161:
 ** {{wiki:​ProtectedMethod.gif|}} MatchCore(String) ** ** {{wiki:​ProtectedMethod.gif|}} MatchCore(String) **
  
-This method matches the source text in PostCode DBF file.+  * //This method matches the source text in PostCode DBF file.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​MatchCore.28String.29/​/
  
 == Return Value == == Return Value ==
Line 174: Line 177:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-This method is automatically called after an object becomes inaccessible,​ unless the object has been exempted from finalization by a call to SuppressFinalize.+  * //This method is automatically called after an object becomes inaccessible,​ unless the object has been exempted from finalization by a call to SuppressFinalize.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 186: Line 189:
 ** {{wiki:​ProtectedMethod.gif|}} Formalize(String) ** ** {{wiki:​ProtectedMethod.gif|}} Formalize(String) **
  
-N/A+  * //This method formalizes the source text. This method is the concrete wrapper of FormalizeCore./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​Formalize.28String.29/​/
  
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
-  * Description:​N/A+  * Description:​The collection of formalized strings.
  
 == Parameters == == Parameters ==
   * //​sourceText//​   * //​sourceText//​
     * Type:String     * Type:String
-    * Description:​N/A+    * Description:​The source text to formalize.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} FormalizeCore(String) ** ** {{wiki:​ProtectedMethod.gif|}} FormalizeCore(String) **
  
-N/A+  * //This method formalizes the source text.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​FormalizeCore.28String.29/​/
  
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
-  * Description:​N/A+  * Description:​The collection of formalized strings.
  
 == Parameters == == Parameters ==
   * //​sourceText//​   * //​sourceText//​
     * Type:String     * Type:String
-    * Description:​N/A+    * Description:​The source text to formalize.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} oxM=(GeocoderMatch) ** ** {{wiki:​ProtectedMethod.gif|}} oxM=(GeocoderMatch) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 234: Line 237:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 249: Line 252:
 This property is the path to the Geocoder data folder. This property is the path to the Geocoder data folder.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​DataPath
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 255: Line 258:
 ** {{wiki:​PublicProperty.gif|}} RankingMultiplier ** ** {{wiki:​PublicProperty.gif|}} RankingMultiplier **
  
-N/A+This property is the ranking multipier for GeocoderMatch.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#​RankingMultiplier
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
thinkgeo.mapsuite.mapsuitegeocoder.postcodedbfmatchingplugin.1442819033.txt.gz ยท Last modified: 2015/09/21 07:03 by admin