This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin ====== | ====== ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class is the derived class of the MatchingPlugin class for matching street addresses. | 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 ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin]] | + | *ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin |
- | ***[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin]] | + | ***ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin() ** |
- | | {{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 ==== | + | * //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.StreetMatchingPlugin#StreetMatchingPlugin.28.29// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(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.StreetMatchingPlugin#StreetMatchingPlugin.28String.29// | ||
+ | == Parameters == | ||
+ | * //dataPath// | ||
+ | * Type:String | ||
+ | * Description:The path of the Geocoder data folder. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(String,MatchMode) ** | ||
+ | |||
+ | * //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.StreetMatchingPlugin#StreetMatchingPlugin.28String.2C_MatchMode.29// | ||
+ | == Parameters == | ||
+ | * //dataPath// | ||
+ | * Type:String | ||
+ | * Description:The path to the Geocoder data folder. | ||
+ | |||
+ | * //matchMode// | ||
+ | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] | ||
+ | * Description:This parameter is the match mode of the street matching plugin. | ||
+ | |||
+ | <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 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 | | | + | |
+ | * //Releases all resources used by the StreetDbfMatchingPlugin.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#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.StreetMatchingPlugin#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.StreetMatchingPlugin#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.StreetMatchingPlugin#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.StreetMatchingPlugin#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.StreetMatchingPlugin#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.StreetMatchingPlugin#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.StreetMatchingPlugin#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|}} OpenCore() ** |
- | | {{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 ==== | + | * //This method opens the StreetMatchingPlugin.// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DataPath|DataPath]] | String | | This property is the path to the Geocoder data folder. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#OpenCore.28.29// |
- | | {{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 ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
- | ===== Public Constructors ===== | + | * //This method closes the StreetMatchingPlugin.// |
- | ==== StreetMatchingPlugin() ==== | + | == 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.StreetMatchingPlugin#CloseCore.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.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]] | + | == Return Value == |
- | ==== StreetMatchingPlugin(String) ==== | + | * Type:Void |
- | This is the constructor of this class. | + | * 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.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]] | + | == Parameters == |
- | ==== StreetMatchingPlugin(String, MatchMode) ==== | + | <div newline></div> |
- | This is the constructor of this class. | + | ** {{wiki:ProtectedMethod.gif|}} MatchCore(String) ** |
- | === 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]] | + | * //This method matches source text in the corresponding street index files.// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#MatchCore.28String.29// |
- | ==== 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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> |
+ | * Description:The collection of GeocoderMatch objects. | ||
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //sourceText// |
- | ==== Dispose() ==== | + | * Type:String |
- | Releases all resources used by the StreetDbfMatchingPlugin. | + | * 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.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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} cBQ=(String) ** |
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Equals(Object) ==== | + | * //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.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 === | + | == 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.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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} cRQ=(String) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | * //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.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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //sourceText// |
- | ==== Match(String) ==== | + | * Type: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. | + | * 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.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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} FormalizeCore(String) ** |
- | | sourceText | String<!-- System.String --> | The source text to match. | | + | |
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | + | * //This method formalizes the source text to get possible street addresses.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Open() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#FormalizeCore.28String.29// |
- | 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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<String> |
+ | * Description:The collection containing possible street addresses. | ||
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //sourceText// |
- | ==== ToString() ==== | + | * Type:String |
- | === Remarks === | + | * Description:The source text to formalize. |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | <!-- System.Object --> | + | * //This method is automatically called after an object becomes inaccessible, unless the object has been exempted from finalization by a call to SuppressFinalize.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#Finalize.28.29// |
- | ==== 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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== Finalize() ==== | + | ** {{wiki:ProtectedMethod.gif|}} Formalize(String) ** |
- | 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 === | + | * //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.StreetMatchingPlugin#Formalize.28String.29// | ||
- | <!-- System.Object(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Collection<String> |
- | ==== Formalize(String) ==== | + | * Description:The collection of formalized strings. |
- | 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sourceText// |
- | | sourceText | String<!-- System.String --> | The source text to formalize. | | + | * Type:String |
+ | * Description:The source text to formalize. | ||
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} oxM=(GeocoderMatch) ** |
- | ==== 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 === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sourceText | String<!-- System.String --> | The source text to formalize. | | + | * //N/A// |
- | <!-- 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 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //geocoderMatch// |
- | | sourceText | String<!-- System.String --> | The source text to match. | | + | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== 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 === | + | * //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.StreetMatchingPlugin#MemberwiseClone.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ==== OpenCore() ==== | + | * Description:N/A |
- | 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} 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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#StreetMatchingPlugin.28String.2C_MatchMode.29 | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} 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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#StreetNumberMatchingMode | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DataPath ** | ||
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | ==== DataPath ==== | ||
This property is the path to the Geocoder data folder. | This property is the path to the Geocoder data folder. | ||
- | === Remarks === | + | == 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> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#DataPath |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin --> | + | ** {{wiki:PublicProperty.gif|}} RankingMultiplier ** |
- | [[#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. | 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.StreetMatchingPlugin#RankingMultiplier" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#RankingMultiplier</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#RankingMultiplier |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Int32 |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | + | ==== Protected Properties ==== |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedProperty.gif|}} bxQ= ** |
- | ==== 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 --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ===== Protected Properties ===== | + | N/A |
- | ===== Public Events ===== | + | == Return Value == |
- | __NOTOC__ | + | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchType|MatchType]] |
- | [[Category:MapSuiteGeocoder]] | + | |
- | [[Category:ThinkGeo.MapSuite.MapSuiteGeocoder]] | + | ==== Public Events ==== |
- | [[Category:UpdateDocumentation]] | + | |