User Tools

Site Tools


api:thinkgeo.mapsuite.geocoding.usageocoder

ThinkGeo.MapSuite.Geocoding.UsaGeocoder

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Geocoding.Geocoder
      • ThinkGeo.MapSuite.Geocoding.UsaGeocoder

Members Summary

Public Constructors

UsaGeocoder()

  • This is the constructor of this class.
Remarks
  • N/A
Parameters

UsaGeocoder(String)

  • This is the constructor of this class.
Remarks
  • N/A
Parameters
  • dataPath
    • Type:String
    • Description:The path to the Geocoding data folder.

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:MatchMode
    • Description:This parameter represents the match mode.

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

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:MatchMode
    • Description:This parameter represents the match mode.
  • streetNumberMatchingMode

Protected Constructors

Public Methods

Match(String,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<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.

Match(String,String,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<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.

Open()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Close()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Match(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • sourceText
    • Type:String
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

OpenCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

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<GeocoderMatch>
  • Description:The matched results within a collection of GeocoderMatch.
Parameters
  • sourceText
    • Type:String
    • Description:The source text to match.

EvaluateMatchResults(IEnumerable<GeocoderMatch>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<GeocoderMatch>
  • Description:The evaluated results within a collection of GeocoderMatch.
Parameters
  • sourceMatchItems
    • Type:IEnumerable<GeocoderMatch>
    • Description:The collection of GeocoderMatch.

EvaluateMatchResultsCore(IEnumerable<GeocoderMatch>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • sourceMatchItems
    • Type:IEnumerable<GeocoderMatch>
    • Description:The collection of MatchItems.

CloseCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

MatchMode

  • N/A
Remarks
  • N/A
Return Value

StreetNumberMatchingMode

  • N/A
Remarks
  • N/A
Return Value

DataPath

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

MatchingPlugIns

  • N/A
Remarks
  • N/A
Return Value

Protected Properties

Public Events

api/thinkgeo.mapsuite.geocoding.usageocoder.txt · Last modified: 2017/01/11 07:29 (external edit)