ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> 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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin</a>
*System.Object ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin *ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor of this class. | ||
![]() | String | This is the constructor of this class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | MatchingPlugin | This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore. | |
![]() | Releases all resources used by the CoordinatesMatchingPlugin. | ||
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | 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. |
![]() | MatchingPlugin | This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | MatchingPlugin(overriden) | This method close the CoordinatesMatchingPlugin. | |
![]() | 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. | |
![]() | String | MatchingPlugin | This method formalizes the source text. This method is the concrete wrapper of FormalizeCore. |
![]() | String | MatchingPlugin(overriden) | This method formalizes the source text to get possible coordinates. |
![]() | String | MatchingPlugin(overriden) | This method matches the source text representing coordinates. It initializes the bounding box list for zip codes and tries to find which zip code area contains the coordinates by looping through that list. Next, it gets a street list from the R-Tree index file according to the zip bounding box that was found. It then calculates the distance between the point and the streets, and gets the street that is the shortest distance from the point. |
![]() | Object | ||
![]() | MatchingPlugin(overriden) | This method opens the CoordinatesMatchingPlugin. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | This property is the path to the Geocoder data folder. | |
![]() | Int32 | MatchingPlugin | This property is the ranking multipier for GeocoderMatch. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the constructor of this class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#CoordinatesMatchingPlugin.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#CoordinatesMatchingPlugin.28.29</a>
Name | Type | Description |
---|
This is the constructor of this class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#CoordinatesMatchingPlugin.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#CoordinatesMatchingPlugin.28String.29</a>
Name | Type | Description |
---|---|---|
dataPath | String<!– System.String –> | The path to the Geocoder data folder. |
This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Close.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Close.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
Releases all resources used by the CoordinatesMatchingPlugin.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Dispose.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Dispose.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Match.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Match.28String.29</a>
Return Type | Description |
---|---|
Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> | A collection of GeocoderMatch. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | The source text to match. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Open.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Open.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method close the CoordinatesMatchingPlugin.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#CloseCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#CloseCore.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
This method is automatically called after an object becomes inaccessible, unless the object has been exempted from finalization by a call to SuppressFinalize.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Formalize.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#Formalize.28String.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> | The collection of formalized strings. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | The source text to formalize. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back
This method formalizes the source text to get possible coordinates.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#FormalizeCore.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#FormalizeCore.28String.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> | The collection containing possible coordinates. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | The source text to formalize. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
This method matches the source text representing coordinates. It initializes the bounding box list for zip codes and tries to find which zip code area contains the coordinates by looping through that list. Next, it gets a street list from the R-Tree index file according to the zip bounding box that was found. It then calculates the distance between the point and the streets, and gets the street that is the shortest distance from the point.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#MatchCore.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#MatchCore.28String.29</a>
Return Type | Description |
---|---|
Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> | The collection of GeocoderMatch object. |
Name | Type | Description |
---|---|---|
sourceText | String<!– System.String –> | This parameter is the source text to match. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method opens the CoordinatesMatchingPlugin.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#OpenCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#OpenCore.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) –> Go Back
This property is the path to the Geocoder data folder.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#DataPath” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#DataPath</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin –> Go Back
This property is the ranking multipier for GeocoderMatch.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#RankingMultiplier” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CoordinatesMatchingPlugin#RankingMultiplier</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin –> Go Back