====== ThinkGeo.MapSuite.Geocoding.MatchingPlugin ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Geocoding.MatchingPlugin** *[[ThinkGeo.MapSuite.Geocoding.AddressPointMatchingPlugin]] *[[ThinkGeo.MapSuite.Geocoding.CustomStreetMatchingPlugin]] *[[ThinkGeo.MapSuite.Geocoding.IPAddressMatchingPlugin]] *[[ThinkGeo.MapSuite.Geocoding.PostcodeDbfMatchingPlugin]] *[[ThinkGeo.MapSuite.Geocoding.DbfMatchingPlugin]] *[[ThinkGeo.MapSuite.Geocoding.CoordinatesMatchingPlugin]] *[[ThinkGeo.MapSuite.Geocoding.StreetMatchingPlugin]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} MatchingPlugin() ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters ==
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Match(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:A collection of GeocoderMatch. == Parameters == * //sourceText// * Type:String * Description:The source text to match.
** {{wiki:PublicMethod.gif|}} Open() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Close() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MatchCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:A collection of GeocoderMatch. == Parameters == * //sourceText// * Type:String * Description:The source text to match.
** {{wiki:ProtectedMethod.gif|}} Formalize(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:The collection of formalized strings. == Parameters == * //sourceText// * Type:String * Description:The source text to formalize.
** {{wiki:ProtectedMethod.gif|}} FormalizeCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:The collection of formalized strings. == Parameters == * //sourceText// * Type:String * Description:The source text to formalize.
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} NormalizeKeyValues(GeocoderMatch) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //geocoderMatch// * Type:[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} CleanSourceText(String,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:The clean text with the specified strings removed. == Parameters == * //sourceText// * Type:String * Description:The source text need to formalize. * //stringsToRemove// * Type:IEnumerable * Description:The strings that need to be cleaned.
** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} AddWktToNameValuePairs(GeocoderMatch) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //geocoderMatch// * Type:[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]] * Description:N/A
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} RankingMultiplier ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ==== Protected Properties ==== ==== Public Events ====