Table of Contents

ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin

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 class implements coordinate matching functions. The CoordinatesMatchingPlugin uses serveral DBF and R-Tree index files to accomplish matching operations. street.dbf: Contains non-geographic information for streets. rt2.dbf: Contains coordinate information for streets. tlid.dbf: Contains street TIGER line ID (TLID) and index in street.dbf. Sorted by TLID. zip.dbf: Contains zip code information. rt2.ids and rt2.idx: R-Tree index files for streets by zip.

Inheritance Hierarchy

Members Summary

Public Constructors

CoordinatesMatchingPlugin()

Remarks
Parameters

CoordinatesMatchingPlugin(String)

Remarks
Parameters

Protected Constructors

Public Methods

Dispose()

Remarks
Return Value
Parameters

Match(String)

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

MatchCore(String)

Remarks
Return Value
Parameters

FormalizeCore(String)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

Formalize(String)

Remarks
Return Value
Parameters

oxM=(GeocoderMatch)

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

DataPath

This property is the path to the Geocoder data folder.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#DataPath

Return Value

RankingMultiplier

This property is the ranking multipier for GeocoderMatch.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#RankingMultiplier

Return Value

Protected Properties

Public Events