User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin ====== 
- 
- 
- 
-<!-- Class --> 
-This class is the derived class of the MatchingPlugin class for matching 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.StreetMatchingPlugin"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin]] 
-***[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StreetMatchingPlugin()|StreetMatchingPlugin]] ​  ​| ​   |    | This is the constructor of this class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StreetMatchingPlugin(String)|StreetMatchingPlugin]] ​  | String ​  ​| ​   | This is the constructor of this class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StreetMatchingPlugin(String,​ MatchMode)|StreetMatchingPlugin]] ​  | String, [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] ​  ​| ​   | This is the constructor of this class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{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 StreetDbfMatchingPlugin. ​  | 
-| {{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 ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) ​  | This method closes the StreetMatchingPlugin. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  | This method is automatically called after an object becomes inaccessible,​ unless 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 street 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 the StreetMatchingPlugin. ​  | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DataPath|DataPath]] ​  | String ​  ​| ​   | This property is the path to the Geocoder data folder. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MatchMode|MatchMode]] ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] ​  ​| ​   | This property is the match mode of the street matching plugin. ​  | 
-| {{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}}[[#​StreetNumberMatchingMode|StreetNumberMatchingMode]] ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] ​  ​| ​   | This property is the street number match mode of the street matching plugin. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== StreetMatchingPlugin() ==== 
-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.StreetMatchingPlugin#​StreetMatchingPlugin.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​StreetMatchingPlugin.28.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== StreetMatchingPlugin(String) ==== 
-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.StreetMatchingPlugin#​StreetMatchingPlugin.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​StreetMatchingPlugin.28String.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dataPath ​  | String<​!-- System.String --> ​  | The path of the Geocoder data folder. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== StreetMatchingPlugin(String,​ MatchMode) ==== 
-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.StreetMatchingPlugin#​StreetMatchingPlugin.28String.2C_MatchMode.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​StreetMatchingPlugin.28String.2C_MatchMode.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dataPath ​  | String<​!-- System.String --> ​  | The path to the Geocoder data folder. ​  | 
-| matchMode ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode --> ​  | This parameter is the match mode of the street matching plugin. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== 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.StreetMatchingPlugin#​Close.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Close.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> 
-[[#Public Methods|Go Back]] 
-==== Dispose() ==== 
-Releases all resources used by the StreetDbfMatchingPlugin. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Dispose.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin --> 
-[[#Public Methods|Go Back]] 
-==== 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.StreetMatchingPlugin#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Equals.28Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​GetType.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== 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.StreetMatchingPlugin#​Match.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​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 === 
-^  Name ^  Type ^  Description ^ 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to match. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> 
-[[#Public Methods|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Open.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Open.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​ToString.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== CloseCore() ==== 
-This method closes the StreetMatchingPlugin. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​CloseCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​CloseCore.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Finalize.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Formalize.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​Formalize.28String.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | The collection of formalized strings. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to formalize. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> 
-[[#​Protected Methods|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​FormalizeCore.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​FormalizeCore.28String.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | The collection containing possible street addresses. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to formalize. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== MatchCore(String) ==== 
-This method matches source text in the corresponding street 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.StreetMatchingPlugin#​MatchCore.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​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 === 
-^  Name ^  Type ^  Description ^ 
-| sourceText ​  | String<​!-- System.String --> ​  | The source text to match. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== OpenCore() ==== 
-This method opens the StreetMatchingPlugin. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​OpenCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​OpenCore.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== DataPath ==== 
-This property is the path to the Geocoder data folder. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​DataPath"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​DataPath</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin --> 
-[[#Public Properties|Go Back]] 
-==== MatchMode ==== 
-This property is the match mode of the street matching plugin. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​StreetMatchingPlugin.28String.2C_MatchMode.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​StreetMatchingPlugin.28String.2C_MatchMode.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin --> 
-[[#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.StreetMatchingPlugin#​RankingMultiplier"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​RankingMultiplier</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> 
-[[#Public Properties|Go Back]] 
-==== StreetNumberMatchingMode ==== 
-This property is the street number match mode of the street matching plugin. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​StreetNumberMatchingMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​StreetNumberMatchingMode</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MapSuiteGeocoder]] 
-[[Category:​ThinkGeo.MapSuite.MapSuiteGeocoder]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin.1440040131.txt.gz ยท Last modified: 2015/09/21 07:04 (external edit)