This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_server_geocoding [2017/03/17 07:34] marklee [Frequently Asked Questions] |
map_suite_server_geocoding [2019/03/20 10:01] (current) tgwikiupdate [Product Guides] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite Geocoding ====== | ====== Map Suite Geocoding ====== | ||
- | {{section>upgrade_map_suite_from_9.0#Upgrade Map Suite to 10.0}} | + | <div msgbox> |
+ | **Note:** If you are using Map Suite 9.0 or previous versions of Map Suite product, please go to [[map_suite_geocoder|MapSuite 9.0 Wiki]]. The current page is for Map Suite 10.0 and future versions. It has different assemblies, licensing strategy and ways of distribution, and more. although the majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code to Map Suite 10, please check out [[map_suite_10_upgrade_guide|MapSuite 10 Upgrade Guide]]. </div> | ||
Map Suite Geocoding is a native geocoding and reverse geocoding component for .NET that lets you convert a street address into a geographic location and vice-versa. It can also deliver additional details like county, FIPS codes, census tract and more. Plus, it ships with an optimized set of United States street data based on the latest TIGER® data from the U.S. Census Bureau. | Map Suite Geocoding is a native geocoding and reverse geocoding component for .NET that lets you convert a street address into a geographic location and vice-versa. It can also deliver additional details like county, FIPS codes, census tract and more. Plus, it ships with an optimized set of United States street data based on the latest TIGER® data from the U.S. Census Bureau. | ||
Line 28: | Line 30: | ||
<div dokuteaser> | <div dokuteaser> | ||
- | > [[Map Suite Geocoder Installation Guide|Installation Guide]] | + | > [[Map Suite Server Geocoding Installation Guide|Installation Guide]] |
This guide walks you through installing the Map Suite Geocoding on your system and creating a simple GIS application. | This guide walks you through installing the Map Suite Geocoding on your system and creating a simple GIS application. | ||
</div> | </div> | ||
Line 42: | Line 44: | ||
> [[Map Suite Data Format Guide|Data Format Guide]] | > [[Map Suite Data Format Guide|Data Format Guide]] | ||
This guide walks the various GIS data format that are supported in the map control. It also list any caveats related to the use of that format in your mapping application. | This guide walks the various GIS data format that are supported in the map control. It also list any caveats related to the use of that format in your mapping application. | ||
+ | </div> | ||
+ | <div dokuteaser> | ||
+ | > [[Map Suite Geocoder Performance Guide|Performance Guide]] | ||
+ | This guide introduces how to improve the performance of geocoding, we will discuss the bottleneck of Map Suite Geocoder performance and help you to use multi-thread to do the batch query. | ||
</div> | </div> | ||