thinkgeo.mapsuite.mapsuitegeocoder.postcodedbfmatchingplugin

This is an old revision of the document!


ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin

<!– Class –> This is the derived class of the class MatchingPlugIn for matching PostCode.

Remarks

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodPostcodeDbfMatchingPlugin This is the constructor of this class.
Public MethodPostcodeDbfMatchingPlugin String This is the constructor of this class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodClose MatchingPlugin This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.
Public MethodDispose Releases all resources used by the PostCodeDbfMatchingPlugin.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodMatch String MatchingPlugin 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.
Public MethodOpen MatchingPlugin This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodCloseCore MatchingPlugin(overriden) This method closes the PostCodeDbfMatchingPlugin.
Protected MethodFinalize Object(overriden) This method is automatically called after an object becomes inaccessible, unless the object has been exempted from finalization by a call to SuppressFinalize.
Protected MethodFormalize String MatchingPlugin This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.
Protected MethodFormalizeCore String MatchingPlugin This method formalizes the source text.
Protected MethodMatchCore String MatchingPlugin(overriden) This method matches the source text in PostCode DBF file.
Protected MethodMemberwiseClone Object
Protected MethodOpenCore MatchingPlugin(overriden) This method opens the PostCodeDbfMatchingPlugin.

Public Properties

Name Return DeclaringType Summary
Public PropertyDataPath String This property is the path to the Geocoder data folder.
Public PropertyRankingMultiplier Int32 MatchingPlugin This property is the ranking multipier for GeocoderMatch.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

PostcodeDbfMatchingPlugin()

This is the constructor of this class.

Remarks

Parameters

Name Type Description

Go Back

PostcodeDbfMatchingPlugin(String)

This is the constructor of this class.

Remarks

Parameters

Name Type Description
dataPath String<!– System.String –> The path to the Geocoder data folder.

Go Back

Protected Constructors

Public Methods

Close()

This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back

Dispose()

Releases all resources used by the PostCodeDbfMatchingPlugin.

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin –> Go Back

Equals(Object)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Remarks

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Remarks

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

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

Return Value

Return Type Description
Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> A collection of GeocoderMatch.

Parameters

Name Type Description
sourceText String<!– System.String –> The source text to match.

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back

Open()

This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back

ToString()

Remarks

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

CloseCore()

This method closes the PostCodeDbfMatchingPlugin.

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back

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

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

Formalize(String)

This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.

Remarks

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> The collection of formalized strings.

Parameters

Name Type Description
sourceText String<!– System.String –> The source text to formalize.

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back

FormalizeCore(String)

This method formalizes the source text.

Remarks

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> The collection of formalized strings.

Parameters

Name Type Description
sourceText String<!– System.String –> The source text to formalize.

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back

MatchCore(String)

This method matches the source text in PostCode DBF file.

Remarks

Return Value

Return Type Description
Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> The collection of MatchItem objects.

Parameters

Name Type Description
sourceText String<!– System.String –> This parameter is the source text to match.

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back

MemberwiseClone()

Remarks

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OpenCore()

This method opens the PostCodeDbfMatchingPlugin.

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back

Public Properties

DataPath

This property is the path to the Geocoder data folder.

Remarks

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.PostcodeDbfMatchingPlugin –> Go Back

RankingMultiplier

This property is the ranking multipier for GeocoderMatch.

Remarks

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.mapsuitegeocoder.postcodedbfmatchingplugin.1440040131.txt.gz · Last modified: 2015/09/21 07:03 (external edit)