User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.geocoder

This is an old revision of the document!


ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder

This class is the base class for Geocoding.

Inheritance Hierarchy

Members Summary

Public Constructors

Geocoder()

Constructor of this class.

Remarks

N/A

Parameters

Geocoder(String)

Geocoder constructor.

Remarks

N/A

Parameters
  • dataPath
    • Type:String
    • Description:The path to the Geocoder data folder.

Protected Constructors

Public Methods

Open()

This method opens the Geocoder so that it is initialized and ready to use.

Remarks

This method is the concrete wrapper for the virtual method OpenCore.

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

Close()

This method closes the Geocoder and releases all of its resources.

Remarks

This method is the concrete wrapper for the virtual method CloseCore.

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

Match(String)

This method matches the input source text.

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()

This method opens the Geocoder so that it is initialized and ready to use. This method loops through each MatchingPlugIn object in the MatchingPlugIns collection to call their Open() method.

Remarks

N/A

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

CloseCore()

This method closes the Geocoder and releases all of its resources. This method loops through each MatchingPlugIn object in the MatchingPlugIns collection to call their Close() method.

Remarks

N/A

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

MatchCore(String)

This method matches the input source text.

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

The path to the Geocoder data folder.

Remarks

N/A

Return Value
  • Type:String

MatchingPlugIns

The collection of MatchingPlugIns.

Remarks

N/A

Return Value

Protected Properties

Public Events

thinkgeo.mapsuite.mapsuitegeocoder.geocoder.1442819023.txt.gz · Last modified: 2015/09/21 07:03 by admin