User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.postcodedbfmatchingplugin

ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin

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 of the class MatchingPlugIn for matching PostCode.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin
      • ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin

Members Summary

Public Constructors

PostcodeDbfMatchingPlugin()

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

PostcodeDbfMatchingPlugin(String)

  • 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.PostcodeDbfMatchingPlugin#PostcodeDbfMatchingPlugin.28String.29
Parameters
  • dataPath
    • Type:String
    • Description:The path to the Geocoder data folder.

Protected Constructors

Public Methods

Dispose()

  • Releases all resources used by the PostCodeDbfMatchingPlugin.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Match(String)

  • This method matches the source text and returns a collection of GeocoderMatch. This method is the concrete wrapper for MatchCore. It firstly formalizes the input sourceText, gets the formalized results and matches them using MatchCore one by one, then returns all of the results within a collection.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Match.28String.29
Return Value
  • Type:Collection<GeocoderMatch>
  • Description:A collection of GeocoderMatch.
Parameters
  • sourceText
    • Type:String
    • Description:The source text to match.

Open()

  • This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Open.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Close()

  • This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Close.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#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.PostcodeDbfMatchingPlugin#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

OpenCore()

  • This method opens the PostCodeDbfMatchingPlugin.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#OpenCore.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CloseCore()

  • This method closes the PostCodeDbfMatchingPlugin.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#CloseCore.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

MatchCore(String)

  • This method matches the source text in PostCode DBF file.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#MatchCore.28String.29
Return Value
  • Type:Collection<GeocoderMatch>
  • Description:The collection of MatchItem objects.
Parameters
  • sourceText
    • Type:String
    • Description:This parameter is the source text to match.

Finalize()

  • This method is automatically called after an object becomes inaccessible, unless the object has been exempted from finalization by a call to SuppressFinalize.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Formalize(String)

  • This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#Formalize.28String.29
Return Value
  • Type:Collection<String>
  • Description:The collection of formalized strings.
Parameters
  • sourceText
    • Type:String
    • Description:The source text to formalize.

FormalizeCore(String)

  • This method formalizes the source text.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin#FormalizeCore.28String.29
Return Value
  • Type:Collection<String>
  • Description:The collection of formalized strings.
Parameters
  • sourceText
    • Type:String
    • Description:The source text to formalize.

oxM=(GeocoderMatch)

  • N/A
Remarks
  • N/A
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.PostcodeDbfMatchingPlugin#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

DataPath

This property is the path to the Geocoder data folder.

Remarks
Return Value
  • Type:String

RankingMultiplier

This property is the ranking multipier for GeocoderMatch.

Remarks
Return Value
  • Type:Int32

Protected Properties

Public Events

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