====== ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin ====== {{section>upgrade_map_suite_to_10.0}} This is the derived class of the class MatchingPlugIn for matching PostCode. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin ***ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} PostcodeDbfMatchingPlugin() ** * //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.PostcodeDbfMatchingPlugin#PostcodeDbfMatchingPlugin.28.29// == Parameters ==
** {{wiki:PublicMethod.gif|}} PostcodeDbfMatchingPlugin(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.PostcodeDbfMatchingPlugin#PostcodeDbfMatchingPlugin.28String.29// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoder data folder. ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Dispose() ** * //Releases all resources used by the PostCodeDbfMatchingPlugin.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Dispose.28.29// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{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.PostcodeDbfMatchingPlugin#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. ** {{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.PostcodeDbfMatchingPlugin#Open.28.29// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{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.PostcodeDbfMatchingPlugin#Close.28.29// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{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.PostcodeDbfMatchingPlugin#ToString.28.29// == Return Value == * Type:String * Description:N/A == Parameters == ** {{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.PostcodeDbfMatchingPlugin#Equals.28Object.29// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{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.PostcodeDbfMatchingPlugin#GetHashCode.28.29// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{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.PostcodeDbfMatchingPlugin#GetType.28.29// == Return Value == * Type:Type * Description:N/A == Parameters == ==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** * //This method opens the PostCodeDbfMatchingPlugin.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#OpenCore.28.29// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** * //This method closes the PostCodeDbfMatchingPlugin.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#CloseCore.28.29// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MatchCore(String) ** * //This method matches the source text in PostCode DBF file.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#MatchCore.28String.29// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> * Description:The collection of MatchItem objects. == Parameters == * //sourceText// * Type:String * Description:This parameter is the source text to match. ** {{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.PostcodeDbfMatchingPlugin#Finalize.28.29// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{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.PostcodeDbfMatchingPlugin#Formalize.28String.29// == Return Value == * Type:Collection