====== ThinkGeo.MapSuite.Geocoding.StreetMatchingPlugin ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Geocoding.MatchingPlugin ***ThinkGeo.MapSuite.Geocoding.StreetMatchingPlugin** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin() ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(String) ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters == * //dataPath// * Type:String * Description:The path of the Geocoding data folder.
** {{wiki:PublicMethod.gif|}} StreetMatchingPlugin(String,MatchMode) ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoding data folder. * //matchMode// * Type:[[ThinkGeo.MapSuite.Geocoding.MatchMode|MatchMode]] * Description:This parameter is the match mode of the street matching plugin.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Match(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:N/A == Parameters == * //sourceText// * Type:String * Description:N/A
** {{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|}} 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|}} MatchCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:The collection of GeocoderMatch objects. == Parameters == * //sourceText// * Type:String * Description:The source text to match.
** {{wiki:ProtectedMethod.gif|}} MatchForCloestHouseNumber(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:N/A == Parameters == * //sourceText// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MatchCoreForCloestHouseNumber(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:N/A == Parameters == * //sourceText// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} FormalizeCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:The collection containing possible street addresses. == Parameters == * //sourceText// * Type:String * Description:The source text to formalize.
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Formalize(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //sourceText// * Type:String * Description:N/A
** {{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|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} MatchMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Geocoding.MatchMode|MatchMode]] ** {{wiki:PublicProperty.gif|}} StreetNumberMatchingMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Geocoding.StreetNumberMatchingMode|StreetNumberMatchingMode]] ** {{wiki:PublicProperty.gif|}} DataPath ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} RankingMultiplier ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} MatchType ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Geocoding.MatchType|MatchType]] ==== Public Events ====