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

Both sides previous revision Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin [2015/09/22 08:32]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin ====== 
-This class is the derived class of the MatchingPlugin class for matching street addresses. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin 
-      ***ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} StreetMatchingPlugin() ** 
- 
-  * //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.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 ==== 
-** {{wiki:​PublicMethod.gif|}} Dispose() ** 
- 
-  * //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 ==== 
-** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** 
- 
-  * //This method opens the StreetMatchingPlugin.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​OpenCore.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** 
- 
-  * //This method closes the StreetMatchingPlugin.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​CloseCore.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} 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:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​MatchCore.28String.29//​ 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
-  * Description:​The collection of GeocoderMatch objects. 
- 
-== Parameters == 
-  * //​sourceText//​ 
-    * Type:String 
-    * Description:​The source text to match. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} cBQ=(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​sourceText//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} cRQ=(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​sourceText//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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.StreetMatchingPlugin#​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.StreetMatchingPlugin#​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.StreetMatchingPlugin#​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.StreetMatchingPlugin#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<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 ** 
- 
-This property is the path to the Geocoder data folder. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​DataPath 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} RankingMultiplier ** 
- 
-This property is the ranking multipier for GeocoderMatch. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#​RankingMultiplier 
-== Return Value == 
-  * Type:Int32 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} bxQ= ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchType|MatchType]] 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin.1442910737.txt.gz ยท Last modified: 2015/09/22 08:32 by admin