This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_geocoder [2015/09/15 01:58] admin [Code Samples] |
map_suite_geocoder [2017/03/16 09:07] (current) tgwikiupdate |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite Geocoder ====== | ====== Map Suite Geocoder ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
Map Suite Geocoder 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 Geocoder 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 23: | Line 25: | ||
<div dokuteaser> | <div dokuteaser> | ||
> [[Map Suite Serialization Guide|Serialization Guide]] | > [[Map Suite Serialization Guide|Serialization Guide]] | ||
- | This guide explains how to use our custom serialization class to render your Map Suite objects to XML, or other format etc. This allows your GIS application to easily save things such as Layers, Styles, or even whole maps to XML to be recalled at a later time. The guide includes an overview of serialization system, and detailed explanation of the various classes, as well as information on creating your own serializer.</div> | + | Explains how to use our custom serialization class to render your Map Suite objects to XML, or other format etc. This allows your GIS application to easily save things such as Layers, Styles, or even whole maps to XML to be recalled at a later time.</div> |
<div dokuteaser> | <div dokuteaser> | ||
Line 44: | Line 46: | ||
* [[ThinkGeo.MapSuite.MapSuiteGeocoder|ThinkGeo.MapSuite.MapSuiteGeocoder]] <div>The MapSuiteGeocoder Edition API documentation covers the ThinkGeo.MapSuite.MapSuiteGeocoder namespace which resides in the MapSuiteGeocoder.dll assembly. It contains all of the MapSuiteGeocoder Edition specific classes such as the map control itself, Overlays, and supported map classes.</div> | * [[ThinkGeo.MapSuite.MapSuiteGeocoder|ThinkGeo.MapSuite.MapSuiteGeocoder]] <div>The MapSuiteGeocoder Edition API documentation covers the ThinkGeo.MapSuite.MapSuiteGeocoder namespace which resides in the MapSuiteGeocoder.dll assembly. It contains all of the MapSuiteGeocoder Edition specific classes such as the map control itself, Overlays, and supported map classes.</div> | ||
- | ====== Screenshots ====== | ||
- | |||
- | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Geocoding.png?180|Screenshot}} | ||
- | \\ | ||
- | Pinpoint an address on your map almost instantly | ||
- | Bundled with U.S. street data | ||
- | </div> | ||
- | |||
- | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Reverse_Geocoding.png?180|Screenshot}} | ||
- | \\ | ||
- | Convert lat/long coordinates to a street address | ||
- | Get county, elevation & more | ||
- | </div> | ||
- | |||
- | |||
- | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Batch_Geocoding.png?180|Screenshot}} | ||
- | \\ | ||
- | Geocode an entire batch of addresses in one operation | ||
- | High performance processing | ||
- | </div> | ||
- | |||
- | |||
- | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Indexing.png?180|Screenshot}} | ||
- | \\ | ||
- | Improve geocoding performance by building indexes | ||
- | 1 click gives you greater speed | ||
- | </div> | ||
- | |||
- | |||
- | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_MatchingPlugins.png?180|Screenshot}} | ||
- | \\ | ||
- | Match input to a specific county, street name, etc. | ||
- | Customize by writing your own MatchingPlugins | ||
- | </div> | ||
- | |||
- | |||
- | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Fuzzy_Logic_Searches.png?180|Screenshot}} | ||
- | \\ | ||
- | Use inexact searches to suggest results | ||
- | Overcome typos & input errors | ||
- | </div> | ||
- | |||
- | |||
- | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Sample_Applications.png?180|Screenshot}} | ||
- | \\ | ||
- | Includes sample applications with full source code | ||
- | Copy & paste into your apps | ||
- | </div> | ||
- | <div newline></div> | ||
- | <div newline></div> | ||
===== Code Samples ===== | ===== Code Samples ===== | ||
Line 125: | Line 70: | ||
<div medialist imagewithremaker> | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Geocoding.png?180|Screenshot}} | + | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Geocoding.png?180|Pinpoint an address on your map almost instantly |
+ | Bundled with U.S. street data}} | ||
\\ | \\ | ||
Pinpoint an address on your map almost instantly | Pinpoint an address on your map almost instantly | ||
Line 132: | Line 78: | ||
<div medialist imagewithremaker> | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Reverse_Geocoding.png?180|Screenshot}} | + | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Reverse_Geocoding.png?180|Convert lat/long coordinates to a street address |
+ | Get county, elevation & more}} | ||
\\ | \\ | ||
Convert lat/long coordinates to a street address | Convert lat/long coordinates to a street address | ||
Line 140: | Line 87: | ||
<div medialist imagewithremaker> | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Batch_Geocoding.png?180|Screenshot}} | + | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Batch_Geocoding.png?180|Geocode an entire batch of addresses in one operation |
+ | High performance processing}} | ||
\\ | \\ | ||
Geocode an entire batch of addresses in one operation | Geocode an entire batch of addresses in one operation | ||
Line 148: | Line 96: | ||
<div medialist imagewithremaker> | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Indexing.png?180|Screenshot}} | + | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Indexing.png?180|Improve geocoding performance by building indexes |
+ | 1 click gives you greater speed}} | ||
\\ | \\ | ||
Improve geocoding performance by building indexes | Improve geocoding performance by building indexes | ||
Line 156: | Line 105: | ||
<div medialist imagewithremaker> | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_MatchingPlugins.png?180|Screenshot}} | + | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_MatchingPlugins.png?180|Match input to a specific county, street name, etc. |
+ | Customize by writing your own MatchingPlugins}} | ||
\\ | \\ | ||
Match input to a specific county, street name, etc. | Match input to a specific county, street name, etc. | ||
Line 164: | Line 114: | ||
<div medialist imagewithremaker> | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Fuzzy_Logic_Searches.png?180|Screenshot}} | + | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Fuzzy_Logic_Searches.png?180|Use inexact searches to suggest results |
+ | Overcome typos & input errors}} | ||
\\ | \\ | ||
Use inexact searches to suggest results | Use inexact searches to suggest results | ||
Line 172: | Line 123: | ||
<div medialist imagewithremaker> | <div medialist imagewithremaker> | ||
- | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Sample_Applications.png?180|Screenshot}} | + | {{geocoder:screenshot:Map_Suite_Geocoder_Screenshot_Gallery_Sample_Applications.png?180|Includes sample applications with full source code |
+ | Copy & paste into your apps}} | ||
\\ | \\ | ||
Includes sample applications with full source code | Includes sample applications with full source code |