This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.mapsuitegeocoder.streetmatchingplugin [2015/09/21 07:04] admin |
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}} | ||
+ | |||
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. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin() ** | ** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin() ** | ||
- | This is the constructor of this class. | + | * //This is the constructor of this class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#StreetMatchingPlugin.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(String) ** | ** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(String) ** | ||
- | This is the constructor of this class. | + | * //This is the constructor of this class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#StreetMatchingPlugin.28String.29// |
== Parameters == | == Parameters == | ||
* //dataPath// | * //dataPath// | ||
Line 27: | Line 30: | ||
** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(String,MatchMode) ** | ** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(String,MatchMode) ** | ||
- | This is the constructor of this class. | + | * //This is the constructor of this class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#StreetMatchingPlugin.28String.2C_MatchMode.29// |
== Parameters == | == Parameters == | ||
* //dataPath// | * //dataPath// | ||
Line 44: | Line 47: | ||
** {{wiki:PublicMethod.gif|}} Dispose() ** | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | Releases all resources used by the StreetDbfMatchingPlugin. | + | * //Releases all resources used by the StreetDbfMatchingPlugin.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //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 == | == Return Value == | ||
Line 56: | Line 59: | ||
** {{wiki:PublicMethod.gif|}} Match(String) ** | ** {{wiki:PublicMethod.gif|}} Match(String) ** | ||
- | N/A | + | * //This method matches the source text and returns a collection of GeocoderMatch. This method is the concrete wrapper for MatchCore. It firstly formalizes the input sourceText, gets the formalized results and matches them using MatchCore one by one, then returns all of the results within a collection.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#Match.28String.29// |
== Return Value == | == Return Value == | ||
* Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> | * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> | ||
- | * Description:N/A | + | * Description:A collection of GeocoderMatch. |
== Parameters == | == Parameters == | ||
* //sourceText// | * //sourceText// | ||
* Type:String | * Type:String | ||
- | * Description:N/A | + | * Description:The source text to match. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Open() ** | ** {{wiki:PublicMethod.gif|}} Open() ** | ||
- | N/A | + | * //This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#Open.28.29// |
== Return Value == | == Return Value == | ||
Line 84: | Line 87: | ||
** {{wiki:PublicMethod.gif|}} Close() ** | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
- | N/A | + | * //This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#Close.28.29// |
== Return Value == | == Return Value == | ||
Line 96: | Line 99: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 108: | Line 111: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 124: | Line 127: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 136: | Line 139: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 149: | Line 152: | ||
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
- | This method opens the StreetMatchingPlugin. | + | * //This method opens the StreetMatchingPlugin.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //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 == | == Return Value == | ||
Line 161: | Line 164: | ||
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
- | This method closes the StreetMatchingPlugin. | + | * //This method closes the StreetMatchingPlugin.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //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 == | == Return Value == | ||
Line 173: | Line 176: | ||
** {{wiki:ProtectedMethod.gif|}} MatchCore(String) ** | ** {{wiki:ProtectedMethod.gif|}} MatchCore(String) ** | ||
- | This method matches source text in the corresponding street index files. | + | * //This method matches source text in the corresponding street index files.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //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 == | == Return Value == | ||
Line 189: | Line 192: | ||
** {{wiki:ProtectedMethod.gif|}} cBQ=(String) ** | ** {{wiki:ProtectedMethod.gif|}} cBQ=(String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 205: | Line 208: | ||
** {{wiki:ProtectedMethod.gif|}} cRQ=(String) ** | ** {{wiki:ProtectedMethod.gif|}} cRQ=(String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 221: | Line 224: | ||
** {{wiki:ProtectedMethod.gif|}} FormalizeCore(String) ** | ** {{wiki:ProtectedMethod.gif|}} FormalizeCore(String) ** | ||
- | This method formalizes the source text to get possible street addresses. | + | * //This method formalizes the source text to get possible street addresses.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //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 == | == Return Value == | ||
Line 237: | Line 240: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | This method is automatically called after an object becomes inaccessible, unless the object has been exempted from finalization by a call to SuppressFinalize. | + | * //This method is automatically called after an object becomes inaccessible, unless the object has been exempted from finalization by a call to SuppressFinalize.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 249: | Line 252: | ||
** {{wiki:ProtectedMethod.gif|}} Formalize(String) ** | ** {{wiki:ProtectedMethod.gif|}} Formalize(String) ** | ||
- | N/A | + | * //This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#Formalize.28String.29// |
== Return Value == | == Return Value == | ||
* Type:Collection<String> | * Type:Collection<String> | ||
- | * Description:N/A | + | * Description:The collection of formalized strings. |
== Parameters == | == Parameters == | ||
* //sourceText// | * //sourceText// | ||
* Type:String | * Type:String | ||
- | * Description:N/A | + | * Description:The source text to formalize. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} oxM=(GeocoderMatch) ** | ** {{wiki:ProtectedMethod.gif|}} oxM=(GeocoderMatch) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 281: | Line 284: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 296: | Line 299: | ||
This property is the match mode of the street matching plugin. | This property is the match mode of the street matching plugin. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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 == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] | ||
Line 304: | Line 307: | ||
This property is the street number match mode of the street matching plugin. | This property is the street number match mode of the street matching plugin. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#StreetNumberMatchingMode |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] | ||
Line 312: | Line 315: | ||
This property is the path to the Geocoder data folder. | This property is the path to the Geocoder data folder. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#DataPath |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 318: | Line 321: | ||
** {{wiki:PublicProperty.gif|}} RankingMultiplier ** | ** {{wiki:PublicProperty.gif|}} RankingMultiplier ** | ||
- | N/A | + | This property is the ranking multipier for GeocoderMatch. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin#RankingMultiplier |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 |