====== ThinkGeo.MapSuite.Geocoding.Geocoder ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Geocoding.Geocoder** *[[ThinkGeo.MapSuite.Geocoding.UsaGeocoder]] ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} Geocoder() ** * //Constructor of this class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} Geocoder(String) ** * //Geocoding constructor.// == Remarks == * //N/A// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoding data folder.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Open() ** * //N/A// == Remarks == * //This method is the concrete wrapper for the virtual method OpenCore.// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Close() ** * //N/A// == Remarks == * //This method is the concrete wrapper for the virtual method CloseCore.// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Match(String) ** * //N/A// == Remarks == * //This method is the concrete wrapper for the virtual method MatchCore.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:A collection of GeocoderMatch. == Parameters == * //sourceText// * Type:String * Description:Source text to match.
** {{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 == * //This method loops through each MatchingPlugIn objects in MatchingPlugIns collection, calls their Match() method and gets all GeocoderMatches.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:A collection of GeocoderMatch. == Parameters == * //sourceText// * Type:String * Description:Source text to match.
** {{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 ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} DataPath ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} MatchingPlugIns ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.MatchingPlugin|MatchingPlugin]]> ==== Protected Properties ==== ==== Public Events ====