User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.ipaddressmatchingplugin

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.ipaddressmatchingplugin [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mapsuitegeocoder.ipaddressmatchingplugin [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin ====== ====== ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class is the derived class of the MatchingPlugin class for matching IP addresses. This class is the derived class of the MatchingPlugin class for matching IP addresses.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin]] +    *ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin 
-***[[ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin]]+      ***ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} IPAddressMatchingPlugin() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#IPAddressMatchingPlugin()|IPAddressMatchingPlugin]] ​  ​| ​   |    | This is the constructor of this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IPAddressMatchingPlugin(String)|IPAddressMatchingPlugin]] ​  | 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.IPAddressMatchingPlugin#​IPAddressMatchingPlugin.28.29//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IPAddressMatchingPlugin(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.IPAddressMatchingPlugin#​IPAddressMatchingPlugin.28String.29//​
 +== Parameters ==
 +  * //​dataPath//​
 +    * Type:String
 +    * Description:​The path of the Geocoder data folder.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Dispose() ​**
-{{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}}[[#Dispose()|Dispose]] ​  ​| ​   |    | Releases all resources used by the IPAddressMatchingPlugin. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{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 ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //Releases all resources used by the IPAddressMatchingPlugin.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) ​  | This method closes all index files for the IPAddressMatchingPlugin. ​  | +  * //For the most updated Info for this topicplease check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#Dispose.28.29//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  | This method is automatically called after an object becomes inaccessibleunless the object has been exempted from finalization by a call to SuppressFinalize. ​  | +
-| {{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 street addresses. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MatchCore(String)|MatchCore]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) ​  | This method matches source text in the corresponding IP index files. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) ​  | This method opens all index files for the IPAddressMatchingPlugin. ​  |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​RankingMultiplier|RankingMultiplier]] ​  | Int32   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] ​  | This property is the ranking multipier for GeocoderMatch. ​  |+  * Description:N/A
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Match(String) **
  
-==== Public Events ==== +  * //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.//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Match.28String.29//​
  
-===== Public Constructors ===== +== Return Value == 
-==== IPAddressMatchingPlugin() ==== +  * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]
-This is the constructor of this class. +  ​Description:A collection of GeocoderMatch.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​IPAddressMatchingPlugin.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​IPAddressMatchingPlugin.28.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== IPAddressMatchingPlugin(String) ​==== +  ​* ​//sourceText// 
-This is the constructor of this class. +    * Type:String 
-=== Remarks === +    ​* ​Description:The source text to match.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​IPAddressMatchingPlugin.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​IPAddressMatchingPlugin.28String.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| dataPath ​  | String<​!-- System.String --> ​  ​| ​The path of the Geocoder data folder  |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} Open() **
-===== Public Methods ===== +
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Close.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Close.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Open.28.29//​
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Dispose() ==== +  * Description:N/A
-Releases all resources used by the IPAddressMatchingPlugin. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Close() **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin --> +  * //This method closes the MatchingPluginThis method is the concrete wrapper for CloseCore.// 
-[[#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.IPAddressMatchingPlugin#​Close.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.IPAddressMatchingPlugin#​Equals.28Object.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} ToString() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​GetHashCode.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​GetHashCode.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​ToString.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== GetType() ==== +  * 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.IPAddressMatchingPlugin#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Match(String) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Equals.28Object.29//
-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.IPAddressMatchingPlugin#​Match.28String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to match. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//obj// 
-==== Open() ​==== +    ​* ​Type:Object 
-This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore. +    ​* 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.IPAddressMatchingPlugin#​Open.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Open.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToString() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​GetHashCode.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.IPAddressMatchingPlugin#​ToString.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-===== Protected Methods ===== +** {{wiki:​PublicMethod.gif|}} GetType() **
-==== CloseCore() ==== +
-This method closes all index files for the IPAddressMatchingPlugin. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​CloseCore.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​CloseCore.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​GetType.28.29//​
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Type 
-==== Finalize() ==== +  * Description:N/A
-This method is automatically called after an object becomes inaccessible,​ unless the object has been exempted from finalization by a call to SuppressFinalize. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-<!-- System.Object(overriden) --> +  * //This method ​opens all index files for the IPAddressMatchingPlugin.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== Formalize(String) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​OpenCore.28.29//
-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.IPAddressMatchingPlugin#​Formalize.28String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Formalize.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | The collection of formalized strings. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to formalize. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== FormalizeCore(String) ​==== +** {{wiki:​ProtectedMethod.gif|}CloseCore() **
-This method formalizes the source text to get possible street addresses. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​FormalizeCore.28String.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​FormalizeCore.28String.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String--> ​  | The collection containing possible street addresses. ​  |+
  
-=== Parameters === +  * //This method closes all index files for the IPAddressMatchingPlugin.//​ 
- 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.IPAddressMatchingPlugin#​CloseCore.28.29//​
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MatchCore(String) ==== +  * Description:N/A
-This method matches source text in the corresponding IP index files. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​MatchCore.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​MatchCore.28String.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | The collection of GeocoderMatch objects. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| sourceText ​  | String<!-- System.String --  | The source text to match  ​|+** {{wiki:​ProtectedMethod.gif|}} MatchCore(String) **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> +  * //This method matches source text in the corresponding IP index files.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​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.IPAddressMatchingPlugin#​MemberwiseClone.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
 +  Description:The collection of GeocoderMatch objects.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceText// 
-==== OpenCore() ​==== +    * Type:String 
-This method opens all index files for the IPAddressMatchingPlugin. +    ​* ​Description:The source text to match.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​OpenCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​OpenCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
- Name ^  ​Type ​ ​Description ​^+** {{wiki:​ProtectedMethod.gif|}} FormalizeCore(String) ** 
 + 
 +  * //This method formalizes the source text to get possible street addresses.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​FormalizeCore.28String.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Collection<​String>​ 
 +  * Description:​The collection containing possible street addresses. 
 + 
 +== Parameters =
 +  * //​sourceText//​ 
 +    * Type:​String 
 +    * Description:​The source text to formalize. 
 + 
 +<div newline></​div>​ 
 +** {{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.//​ 
 +== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Finalize.28.29//​ 
 + 
 +== Return Value == 
 +  Type:Void 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Formalize(String) ** 
 + 
 +  * //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:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​Formalize.28String.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Collection<​String>​ 
 +  * Description:​The collection of formalized strings. 
 + 
 +== Parameters == 
 +  * //​sourceText//​ 
 +    * Type:​String 
 +    * Description:​The source text to formalize. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} oxM=(GeocoderMatch) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​geocoderMatch//​ 
 +    * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]] 
 +    * Description:​N/​A 
 + 
 +<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.IPAddressMatchingPlugin#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} RankingMultiplier **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== RankingMultiplier ==== 
 This property is the ranking multipier for GeocoderMatch. This property is the ranking multipier for GeocoderMatch.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​RankingMultiplier" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​RankingMultiplier</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.IPAddressMatchingPlugin#​RankingMultiplier 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MapSuiteGeocoder]] +
-[[Category:​ThinkGeo.MapSuite.MapSuiteGeocoder]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.mapsuitegeocoder.ipaddressmatchingplugin.1440040131.txt.gz · Last modified: 2015/09/21 07:03 (external edit)