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 is the derived class of the class MatchingPlugIn for matching PostCode.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin</a>
*System.Object ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin *ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor of this class. | ||
![]() | String | 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 PostCodeDbfMatchingPlugin. | ||
![]() | 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 PostCodeDbfMatchingPlugin. | |
![]() | 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 | This method formalizes the source text. |
![]() | String | MatchingPlugin(overriden) | This method matches the source text in PostCode DBF file. |
![]() | Object | ||
![]() | MatchingPlugin(overriden) | This method opens the PostCodeDbfMatchingPlugin. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | This property is the path to the Geocoder data folder. | |
![]() | Int32 | MatchingPlugin | This property is the ranking multipier for GeocoderMatch. |
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.PostcodeDbfMatchingPlugin#PostcodeDbfMatchingPlugin.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#PostcodeDbfMatchingPlugin.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.PostcodeDbfMatchingPlugin#PostcodeDbfMatchingPlugin.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#PostcodeDbfMatchingPlugin.28String.29</a>
Name | Type | Description |
---|---|---|
dataPath | String<!– System.String –> | The path to the Geocoder data folder. |
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.PostcodeDbfMatchingPlugin#Close.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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 PostCodeDbfMatchingPlugin.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Dispose.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Dispose.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#Match.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#Open.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method closes the PostCodeDbfMatchingPlugin.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#CloseCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#Formalize.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#FormalizeCore.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#FormalizeCore.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 matches the source text in PostCode DBF file.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#MatchCore.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#MatchCore.28String.29</a>
Return Type | Description |
---|---|
Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> | The collection of MatchItem objects. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | This parameter is 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.PostcodeDbfMatchingPlugin#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method opens the PostCodeDbfMatchingPlugin.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#OpenCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#DataPath” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#DataPath</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin –> 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.PostcodeDbfMatchingPlugin#RankingMultiplier” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#RankingMultiplier</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back