User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.simplifiedsoundex

ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This is the derived class from the Soundex class which implements a simplfied soundex algorithm.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.MapSuiteGeocoder.Soundex
      • ThinkGeo.MapSuite.MapSuiteGeocoder.SimplifiedSoundex

Members Summary

Public Constructors

SimplifiedSoundex()

  • 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.SimplifiedSoundex#SimplifiedSoundex.28.29
Parameters

Protected Constructors

Public Methods

GenerateSoundex(String)

  • This is the override method to generate soundex code.
Remarks
  • 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
  • Type:String
  • Description:The soundex code generated from the source text.
Parameters
  • sourceText
    • Type:String
    • Description:The source text to generate soundex.

ToString()

  • N/A
Remarks
  • 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
  • Type:String
  • Description:N/A
Parameters

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.SimplifiedSoundex#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • 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
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • 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
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

EncodeChar(Char)

  • This is the virtual method to encode char.
Remarks
  • 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
  • Type:String
  • Description:Encoded char.
Parameters
  • value
    • Type:Char
    • Description:Source char.

Finalize()

  • N/A
Remarks
  • 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
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • 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
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.mapsuitegeocoder.simplifiedsoundex.txt · Last modified: 2017/03/16 21:59 (external edit)