ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class is the derived class of the MatchingPlugin class for matching street addresses.
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>
*System.Object ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin *ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor of this class. | ||
![]() | String | This is the constructor of this class. | |
![]() | String, MatchMode | This is the constructor of this class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | MatchingPlugin | This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore. | |
![]() | Releases all resources used by the StreetDbfMatchingPlugin. | ||
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | String | 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. |
![]() | MatchingPlugin | This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | MatchingPlugin(overriden) | This method closes the StreetMatchingPlugin. | |
![]() | 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. | |
![]() | String | MatchingPlugin | This method formalizes the source text. This method is the concrete wrapper of FormalizeCore. |
![]() | String | MatchingPlugin(overriden) | This method formalizes the source text to get possible street addresses. |
![]() | String | MatchingPlugin(overriden) | This method matches source text in the corresponding street index files. |
![]() | Object | ||
![]() | MatchingPlugin(overriden) | This method opens the StreetMatchingPlugin. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | This property is the path to the Geocoder data folder. | |
![]() | MatchMode | This property is the match mode of the street matching plugin. | |
![]() | Int32 | MatchingPlugin | This property is the ranking multipier for GeocoderMatch. |
![]() | StreetNumberMatchingMode | This property is the street number match mode of the street matching plugin. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the constructor of this class.
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>
Name | Type | Description |
---|
This is the constructor of this class.
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>
Name | Type | Description |
---|---|---|
dataPath | String<!– System.String –> | The path of the Geocoder data folder. |
This is the constructor of this class.
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>
Name | Type | Description |
---|---|---|
dataPath | String<!– System.String –> | The path to the Geocoder data folder. |
matchMode | MatchMode<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode –> | This parameter is the match mode of the street matching plugin. |
This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
Releases all resources used by the StreetDbfMatchingPlugin.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin –> Go Back
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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.
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 Type | Description |
---|---|
Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> | A collection of GeocoderMatch. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | The source text to match. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
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 Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method closes the StreetMatchingPlugin.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
This method is automatically called after an object becomes inaccessible, unless the object has been exempted from finalization by a call to SuppressFinalize.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.
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 Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> | The collection of formalized strings. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | The source text to formalize. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
This method formalizes the source text to get possible street addresses.
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 Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> | The collection containing possible street addresses. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | The source text to formalize. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
This method matches source text in the corresponding street index files.
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 Type | Description |
---|---|
Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> | The collection of GeocoderMatch objects. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | The source text to match. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
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 Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method opens the StreetMatchingPlugin.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
This property is the path to the Geocoder data folder.
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin –> Go Back
This property is the match mode of the street matching plugin.
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 Type |
---|
MatchMode<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin –> Go Back
This property is the ranking multipier for GeocoderMatch.
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 Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
This property is the street number match mode of the street matching plugin.
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 Type |
---|
StreetNumberMatchingMode<!– ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.StreetMatchingPlugin –> Go Back