====== ThinkGeo.MapSuite.Geocoding.UsaGeocoder ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Geocoding.Geocoder ***ThinkGeo.MapSuite.Geocoding.UsaGeocoder** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} UsaGeocoder() ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} UsaGeocoder(String) ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoding data folder. ** {{wiki:PublicMethod.gif|}} UsaGeocoder(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 represents the match mode. ** {{wiki:PublicMethod.gif|}} UsaGeocoder(String,StreetNumberMatchingMode) ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoding data folder. * //streetNumberMatchingMode// * Type:[[ThinkGeo.MapSuite.Geocoding.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 == * //N/A// == Parameters == * //dataPath// * Type:String * Description:The path to the Geocoding data folder. * //matchMode// * Type:[[ThinkGeo.MapSuite.Geocoding.MatchMode|MatchMode]] * Description:This parameter represents the match mode. * //streetNumberMatchingMode// * Type:[[ThinkGeo.MapSuite.Geocoding.StreetNumberMatchingMode|StreetNumberMatchingMode]] * Description:This parameter represents the street number match mode. ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Match(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.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) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.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() ** * //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|}} 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|}} 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|}} MatchCore(String) ** * //N/A// == 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.Geocoding.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