====== ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder ====== {{section>upgrade_map_suite_to_10.0}} This class is for United States Geocoding. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder ***ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} UsaGeocoder() ** * //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.UsaGeocoder#UsaGeocoder.28.29// == Parameters ==
** {{wiki:PublicMethod.gif|}} UsaGeocoder(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.UsaGeocoder#UsaGeocoder.28String.29// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoder data folder. ** {{wiki:PublicMethod.gif|}} UsaGeocoder(String,MatchMode) ** * //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.UsaGeocoder#UsaGeocoder.28String.2C_MatchMode.29// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoder data folder. * //matchMode// * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] * Description:This parameter represents the match mode. ** {{wiki:PublicMethod.gif|}} UsaGeocoder(String,StreetNumberMatchingMode) ** * //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.UsaGeocoder#UsaGeocoder.28String.2C_StreetNumberMatchingMode.29// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoder data folder. * //streetNumberMatchingMode// * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] * Description:This parameter represents the street number match mode. ** {{wiki:PublicMethod.gif|}} UsaGeocoder(String,MatchMode,StreetNumberMatchingMode) ** * //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.UsaGeocoder#UsaGeocoder.28String.2C_MatchMode.2C_StreetNumberMatchingMode.29// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoder data folder. * //matchMode// * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] * Description:This parameter represents the match mode. * //streetNumberMatchingMode// * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] * Description:This parameter represents the street number match mode. ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Match(String,String) ** * //This method matches the specified street address and zip code.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#Match.28String.2C_String.29// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> * Description:The matched results within a collection of GeocoderMatch. == Parameters == * //streetAddress// * Type:String * Description:This parameter is the street address to match. * //zip// * Type:String * Description:This parameter is the zip code to match. ** {{wiki:PublicMethod.gif|}} Match(String,String,String) ** * //This method matches the specified street address, city and state.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#Match.28String.2C_String.2C_String.29// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> * Description:The matched results within a collection of GeocoderMatch. == Parameters == * //streetAddress// * Type:String * Description:This parameter is the street address to match. * //city// * Type:String * Description:This parameter is the city to match. * //state// * Type:String * Description:This parameter is the state to match. ** {{wiki:PublicMethod.gif|}} Open() ** * //This method opens the Geocoder so that it is initialized and ready to use.// == Remarks == * //This method is the concrete wrapper for the virtual method OpenCore.// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Close() ** * //This method closes the Geocoder and releases all of its resources.// == 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) ** * //This method matches the input source text.// == Remarks == * //This method is the concrete wrapper for the virtual method MatchCore.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> * Description:A collection of GeocoderMatch. == Parameters == * //sourceText// * Type:String * Description:Source text to match. ** {{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.UsaGeocoder#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.UsaGeocoder#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.UsaGeocoder#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.UsaGeocoder#GetType.28.29// == Return Value == * Type:Type * Description:N/A == Parameters == ==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** * //Opens all of the internal MatchingPlugins.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#OpenCore.28.29// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MatchCore(String) ** * //This method matches the source text.// == Remarks == * //This method calls the match method of each MatchingPlugIn object and then evaluates the match results from each MatchingPlugIn object to get the best match items.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> * Description:The matched results within a collection of GeocoderMatch. == Parameters == * //sourceText// * Type:String * Description:The source text to match. ** {{wiki:ProtectedMethod.gif|}} EvaluateMatchResults(IEnumerable