====== Map Suite Desktop Edition ====== {{section>upgrade_map_suite_to_10.0}} Map Suite Desktop Edition is a .NET native set of GIS software controls that lets .NET developers add rich, interactive maps to their Windows desktop applications. Featuring both WPF & Winforms controls, packed with powerful mapping features and support for the most popular data formats, Map Suite Desktop Edition makes GIS accessible to developers of any skill.
**[[http://thinkgeo.com/download|Try It Free]]**
**[[http://thinkgeo.com/map-suite-developer-gis/desktop-edition/#win-demos|Explore the Demos]]**
**[[http://thinkgeo.com/map-suite-developer-gis/desktop-edition/#win-pricing|Purchase Online]]**
===== Product Guides =====
> [[Map Suite Desktop Edition Quick Start Guide|Quick Start Guide]] Helps you get you up to speed with integrating the Map Suite Desktop Edition map control into your GIS software.
> [[Map Suite Style Guide|Style Guide]] Explains how to use styles to beautifully represent your GIS mapping data. It includes an overview of styles, a detailed explanation of the various styles that ship with Map Suite, as well as a step by step guide of creating your own custom styles.
> [[Map Suite Serialization Guide|Serialization 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.
> [[Map Suite Desktop Edition Installation Guide|Installation Guide]] Walks you through installing the map control on your system and creating a simple GIS application.
> [[Map Suite Desktop Edition Deployment Guide|Deployment Guide]] Walks you through deploying your GIS software using the map control into a production environment.
> [[Map Suite Desktop Edition Dependencies Guide|Dependencies Guide]] Introduces the dependencies Map Suite Desktop Edition needs with their features, versions and source websites.
> [[Map Suite Data Format Guide|Data Format 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.
> [[Map Suite Performance Guide|Performance Guide]] Walks you through various ways you can increase performance in your .Net GIS application.
> [[Map Suite SQLite|SQLite Guide]] Walks you through using SQLite as a storage format.
===== API Documentation ===== *[[ThinkGeo.MapSuite.Core|ThinkGeo.MapSuite.Core]]
The Core API documentation covers the ThinkGeo.MapSuite.Core namespace which resides in the MapSuiteCore.dll assembly. It contains all of the core GIS classes that are shared between the different Map Suite edition map controls and servers. It includes such classes as Style, FeatureSource, Layer, Projection etc. This is where the bulk of the classes are for most of the Map Suite products.
*[[ThinkGeo.MapSuite.DesktopEdition|ThinkGeo.MapSuite.DesktopEdition]]
The Desktop Edition API documentation covers the ThinkGeo.MapSuite.DesktopEdition namespace which resides in the DesktopEditon.dll assembly. It contains all of the Desktop Edition specific classes such as the map control itself, Overlays, and supported map classes.
===== Code Samples ===== ** In addition to the samples below, we have dozens of interactive Winforms Desktop Edition sample applications available **
[[Map Suite Desktop Edition All Samples|All Samples]] \\ All samples about Map Suite Desktop Edition.
[[Map Suite Desktop Edition Project Templates|Project Templates]] \\ These projects show various study cases based on Desktop Edition.
[[Map Suite Desktop Edition Background Maps (Google, Bing, etc) Samples|Background Maps]] \\ These samples show how to incorporate 3rd part background map(Google, Bing, etc) with your application.
[[Map Suite Desktop Edition InteractiveOverlays Samples|InteractiveOverlays]] \\ These samples show various aspects of how to extend or create InteractiveOverlays
[[Map Suite Desktop Edition Labeling Samples|Labeling]] \\ These samples show various ways to use labeling in your application.
[[Map Suite Desktop Edition Layers & FeatureSources Samples|Layers & FeatureSources]] \\ These samples show custom layers and feature sources from which you can get inspired to integrate your own data.
[[Map Suite Desktop Edition Miscellaneous Samples|Miscellaneous]] \\ These samples show other miscellaneous features for the product.
[[Map Suite Desktop Edition Printing Samples|Printing]] \\ These samples demonstrate robust printing and page layout features.
[[Map Suite Desktop Edition Projection Samples|Projection]] \\ These samples feature various usages of projection.
[[Map Suite Desktop Edition Spatial Functions Samples|Spatial Functions]] \\ These samples show various spatial functions such as union, buffer, merging data etc.
[[Map Suite Desktop Edition Styles Samples|Styles]] \\ These samples show various kinds of styles such as styles that scale or adjust based on time of day.
[[Map Suite Desktop Edition Vehicle Tracking Samples|Vehicle Tracking]] \\ These samples show various features related to vehicle and asset tracking
[[Map Suite Desktop Edition Zooming Panning Moving Samples|Zooming Panning Moving]] \\ These samples show various ways to move the map.
**NOTE:** We have provided hundreds of .Net code samples in C# & VB.NET to help you get going quickly. We have categorized them to allow you to quickly find what you are looking for. Each code sample includes an overview, complete code online to review and the ability to download the sample to run it yourself.
===== Videos ===== > **Desktop Edition Sample App Walkthrough Video Series** Step through the Desktop Edition sample applications and see how they're put together. We'll demonstrate how to use each app, then take you through every part of the source code and show you how it works.\\ **Tip**: //You'll want to select "Fullscreen" to properly read the source code.//
[[desktopedition:Introduction to the Desktop Edition|{{desktopedition:screenshot:Introduction_to_the_Desktop_Edition.png?180x99|Introduction to the Desktop Edition}}]] \\ Introduction to the Desktop Edition
> **Extending Map Suite Video Series** {{page>map_suit_extending_map_suite_video_series}} ===== Screenshots ===== The Desktop Edition screenshots gallery section showcases a wide range of screenshots covering various GIS features of the Desktop Edition map control.
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_SatelliteImagery.jpg?180|Add rich aerial imagery Supports JPEG2000, TIFF, MrSid, ECW and more}} \\ //Add rich aerial imagery Supports JPEG2000, TIFF, MrSid, ECW and more//
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_SQLQuerying.png?180|SQL query feature layers Get column data Visually render SQL data}} \\ SQL query feature layers Get column data Visually render SQL data
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_ChartsGraphs.png?180|Integrate charts and graphs on your map Uses ZedGraph classes}} \\ Integrate charts and graphs on your map Uses ZedGraph classes
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_ColorFamilies.png?180|Automatic color family generation Group colors by hue or quality}} \\ Automatic color family generation Group colors by hue or quality
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_SelectiveDrawing.png?180|Draw or exclude features based on conditions Render based on data points}} \\ Draw or exclude features based on conditions Render based on data points
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_RestrictionLayers.png?180|Restrict drawing of features Fill restricted areas with patterns or bitmaps}} \\ Restrict drawing of features Fill restricted areas with patterns or bitmaps
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_DotDensity.png?180|Plots points on your map Point density represents numeric data}} \\ Plots points on your map Point density represents numeric data
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_RegEx.png?180|Render features based on a regular expression Puts you in control}} \\ Render features based on a regular expression Puts you in control
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_ValueRendering.png?180|Render features based on a range of data values Useful for points & labels}} \\ Render features based on a range of data values Useful for points & labels
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_ThematicFeatures.png?180|Render features specifically based on a theme Colorize map features}} \\ Render features specifically based on a theme Colorize map features
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_Projections.png?180|Project your spatial data Nearly every known projection is available}} \\ Project your spatial data Nearly every known projection is available
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_MapRotation.png?180|Draw your maps in any orientation you wish Real-time rotation}} \\ Draw your maps in any orientation you wish Real-time rotation
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_PointsUsingBitmaps.png?180|Draw an image at a point Additional options include vector symbols}} \\ Draw an image at a point Additional options include vector symbols
{{desktopedition:screenshot:Map_Suite_Desktop_Edition_Screenshot_Gallery_SampleApps.png?180|Dozens of interactive sample applications Source code in C#}} \\ Dozens of interactive sample applications Source code in C#
===== Change Logs ===== *[[Map Suite Desktop Edition Release Change Log|API Change Log]]
The Desktop Edition change log details the changes made to the product for each major release cycle.
*[[Map Suite Desktop Edition Features & Bug Fixes Change Log|Features & Bug Fixes Change Log]]
This change log details the new features and bug fixes applied to the product for each major release cycle.
===== Frequently Asked Questions===== *[[Map Suite Desktop Edition FAQ All Questions|All Questions]]
All the frequently asked questions about Map Suite Desktop Edition.
*[[Map Suite Desktop Edition FAQ General Questions|General Questions]]
These frequently asked questions cover high level GIS and mapping topics that are not categorized in other areas.
*[[Map Suite Desktop Edition FAQ Background Maps (Google, Bing, etc.)|Background Maps]]
These frequently asked questions cover showing how to incorporate 3rd part background map with your application.
*[[Map Suite Desktop Edition FAQ InteractiveOverlays|InteractiveOverlays ]]
These frequently asked questions cover various aspects of how to extend or create InteractiveOverlays. Examples of InteractiveOverlay functions are things such as drawing track shapes, shape editing and track extents.
*[[Map Suite Desktop Edition FAQ Labeling|Labeling]]
These frequently asked questions cover various aspects of labeling features.
*[[Map Suite Desktop Edition FAQ Layers & FeatureSources|Layers & FeatureSources]]
These frequently asked questions cover custom layers and feature sources from which you can get inspired to integrate your own data.
*[[Map Suite Desktop Edition FAQ Miscellaneous|Miscellaneous]]
These frequently asked questions cover various of other technical features of the products that are not included in other categories.
*[[Map Suite Desktop Edition FAQ Projection|Projection]]
These frequently asked questions cover various aspects of projection such as how to re-project your data.
*[[Map Suite Desktop Edition FAQ Spatial Functions|Spatial Functions]]
These frequently asked questions cover various spatial functions such as union, buffer, merging data etc.
*[[Map Suite Desktop Edition FAQ Styles|Styles]]
These frequently asked questions cover displaying your GIS data using various styles. Some examples of styles would include using class breaks, clustering points, heat maps, etc.
*[[Map Suite Desktop Edition FAQ Vehicle Tracking|Vehicle Tracking]]
These frequently asked questions cover various features related to vehicle and asset tracking.
*[[Map Suite Desktop Edition FAQ Zooming Panning Moving|Zooming Panning Moving]]
These frequently asked questions cover various ways to move the map.
===== Help & Support Guides ===== {{page>help_support_guides}}