User Tools

Site Tools


api:thinkgeo.mapsuite.geocoding.geocoder

ThinkGeo.MapSuite.Geocoding.Geocoder

Inheritance Hierarchy

Members Summary

Public Constructors

Geocoder()

  • Constructor of this class.
Remarks
  • N/A
Parameters

Geocoder(String)

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

Protected Constructors

Public Methods

Open()

  • N/A
Remarks
  • This method is the concrete wrapper for the virtual method OpenCore.
Return Value
  • Type:Void
  • Description:N/A
Parameters

Close()

  • N/A
Remarks
  • This method is the concrete wrapper for the virtual method CloseCore.
Return Value
  • Type:Void
  • Description:N/A
Parameters

Match(String)

  • N/A
Remarks
  • This method is the concrete wrapper for the virtual method MatchCore.
Return Value
  • Type:Collection<GeocoderMatch>
  • Description:A collection of GeocoderMatch.
Parameters
  • sourceText
    • Type:String
    • Description:Source text to match.

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

CloseCore()

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

MatchCore(String)

  • N/A
Remarks
  • This method loops through each MatchingPlugIn objects in MatchingPlugIns collection, calls their Match() method and gets all GeocoderMatches.
Return Value
  • Type:Collection<GeocoderMatch>
  • Description:A collection of GeocoderMatch.
Parameters
  • sourceText
    • Type:String
    • Description:Source text to match.

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

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.geocoder.txt · Last modified: 2017/01/11 07:29 (external edit)