Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This class is the base class for Geocoding.
This class provides a basic implementation for Geocoding that contains a MatchingPlugIn object collection. You can inherit from it for specific Geocoding requirements by adding MatchingPlugIn objects.
*System.Object ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder *ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Close | This method closes the Geocoder and releases all of its resources. | ||
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
Match | String | This method matches the input source text. | |
Open | This method opens the Geocoder so that it is initialized and ready to use. | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
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. | ||
Finalize | Object | ||
MatchCore | String | This method matches the input source text. | |
MemberwiseClone | Object | ||
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. |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
DataPath | String | The path to the Geocoder data folder. | |
MatchingPlugIns | Collection<MatchingPlugin> | The collection of MatchingPlugIns. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
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.Geocoder#Geocoder.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#Geocoder.28.29</a>
| Name | Type | Description |
|---|
Geocoder constructor.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#Geocoder.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#Geocoder.28String.29</a>
| Name | Type | Description |
|---|---|---|
| dataPath | String<!– System.String –> | The path to the Geocoder data folder. |
This method closes the Geocoder and releases all of its resources.
This method is the concrete wrapper for the virtual method CloseCore.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#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.Geocoder#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#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.Geocoder#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
This method matches the input source text.
This method is the concrete wrapper for the virtual method MatchCore.
| Return Type | Description |
|---|---|
| Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> | A collection of GeocoderMatch. |
| Name | Type | Description |
|---|---|---|
| sourceText | String<!– System.String –> | Source text to match. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
This method opens the Geocoder so that it is initialized and ready to use.
This method is the concrete wrapper for the virtual method OpenCore.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#CloseCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#CloseCore.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
This method matches the input source text.
This method loops through each MatchingPlugIn objects in MatchingPlugIns collection, calls their Match() method and gets all GeocoderMatches.
| Return Type | Description |
|---|---|
| Collection<GeocoderMatch><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} –> | A collection of GeocoderMatch. |
| Name | Type | Description |
|---|---|---|
| sourceText | String<!– System.String –> | Source text to match. |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#OpenCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#OpenCore.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
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.Geocoder#DataPath” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#DataPath</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
The collection of MatchingPlugIns.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#MatchingPlugIns” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder#MatchingPlugIns</a>
| Return Type |
|---|
| Collection<MatchingPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin} –> |
<!– ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.