This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mapsuitegeocoder.simplifiedsoundex [2015/09/21 07:03] admin |
thinkgeo.mapsuite.mapsuitegeocoder.simplifiedsoundex [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex ====== | ====== ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This is the derived class from the Soundex class which implements a simplfied soundex algorithm. | This is the derived class from the Soundex class which implements a simplfied soundex algorithm. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} SimplifiedSoundex() ** | ** {{wiki:PublicMethod.gif|}} SimplifiedSoundex() ** | ||
| - | This is the constructor of this class. | + | * //This is the constructor of this class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#SimplifiedSoundex.28.29// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| Line 18: | Line 21: | ||
| ** {{wiki:PublicMethod.gif|}} GenerateSoundex(String) ** | ** {{wiki:PublicMethod.gif|}} GenerateSoundex(String) ** | ||
| - | This is the override method to generate soundex code. | + | * //This is the override method to generate soundex code.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#GenerateSoundex.28String.29// |
| == Return Value == | == Return Value == | ||
| Line 34: | Line 37: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#ToString.28.29// |
| == Return Value == | == Return Value == | ||
| Line 46: | Line 49: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#Equals.28Object.29// |
| == Return Value == | == Return Value == | ||
| Line 62: | Line 65: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#GetHashCode.28.29// |
| == Return Value == | == Return Value == | ||
| Line 74: | Line 77: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#GetType.28.29// |
| == Return Value == | == Return Value == | ||
| Line 87: | Line 90: | ||
| ** {{wiki:ProtectedMethod.gif|}} EncodeChar(Char) ** | ** {{wiki:ProtectedMethod.gif|}} EncodeChar(Char) ** | ||
| - | N/A | + | * //This is the virtual method to encode char.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#EncodeChar.28Char.29// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| - | * Description:N/A | + | * Description:Encoded char. |
| == Parameters == | == Parameters == | ||
| * //value// | * //value// | ||
| * Type:Char | * Type:Char | ||
| - | * Description:N/A | + | * Description:Source char. |
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#Finalize.28.29// |
| == Return Value == | == Return Value == | ||
| Line 115: | Line 118: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex#MemberwiseClone.28.29// |
| == Return Value == | == Return Value == | ||