User Tools

Site Tools


map_suite_services_edition_labeling_samples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
map_suite_services_edition_labeling_samples [2015/09/22 08:33]
admin
— (current)
Line 1: Line 1:
-====== ​ Map Suite Services Edition Labeling Samples ​ ====== 
-<div sampleitem>​ 
-====  Decimal Degrees Formatting ​ ==== 
-<div screenshot>​ 
-{{servicesedition:​codesamples:​Map Suite Services Edition Sample Decimal Degrees Formatting.jpg?​300x180}} 
-</​div>​ 
-<div content> 
-<div download_viewsource_buttons>​ 
-[[Source_Code_ServicesEditionSample_DecimalDegreesFormatting_CS_091007.zip|View Source]] 
-{{:​File:​ServicesEditionSample_DecimalDegreesFormatting_CS_091007.zip|C#​ Download}} 
-</​div>​ 
-<div sample_otherlinks>​ 
-[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services \ Wpf ]] 
-\\ 
-[[Map Suite Samples Alternate Languages | Need it in another language?]] 
-</​div>​ 
-The purpose of this project is to complete the static class DecimalDegreesHelper. This class offers functions to go to and from Decimal Degrees but it lacks the functions handling various formats such as Degrees Decimal Minutes and Degrees Minutes Decimal Seconds. Those formats can be output by different GPS devices and it is handy to know how to manipulate them and convert them to Decimal Degrees, the only format that can be input into a GIS or Mapping application. 
-</​div>​ 
-</​div>​ 
- 
----- 
-<div sampleitem>​ 
-====  Label to Show Location ​ ==== 
-<div screenshot>​ 
-{{servicesedition:​codesamples:​Map Suite Services Edition Sample Label to Show Location.jpg?​300x180}} 
-</​div>​ 
-<div content> 
-<div download_viewsource_buttons>​ 
-[[Source_Code_ServicesEditionSample_LabelToShowLocation_CS_091218.zip|View Source]] 
-{{:​File:​ServicesEditionSample_LabelToShowLocation_CS_091218.zip|C#​ Download}} 
-</​div>​ 
-<div sample_otherlinks>​ 
-[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services \ Wpf]] 
-\\ 
-[[Map Suite Samples Alternate Languages | Need it in another language?]] 
-</​div>​ 
-This project shows how to use layers not for displaying but for getting location information on the current extent of the map. Getting information of the administrative divisions of the current extent of the map is convenient because it gives a spatial clue when the map is zoomed in too close to have any major features recognizable. In this project, we use the WorldMapKit as a background and the shapefiles state and counties are used for displaying the spatial clue. 
-</​div>​ 
-</​div>​ 
- 
----- 
-<div sampleitem>​ 
-====  Labeling Based On Columns ​ ==== 
-<div screenshot>​ 
-{{servicesedition:​codesamples:​Map Suite Services Edition Sample Labeling Based On Columns.JPG?​300x180}} 
-</​div>​ 
-<div content> 
-<div download_viewsource_buttons>​ 
-[[Source_Code_ServicesEditionSample_LabelingBasedOnColumns_CS_090807.zip|View Source]] 
-{{:​File:​ServicesEditionSample_LabelingBasedOnColumns_CS_090807.zip|C#​ Download}} 
-</​div>​ 
-<div sample_otherlinks>​ 
-[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services \ Wpf]] 
-\\ 
-[[Map Suite Samples Alternate Languages | Need it in another language?]] 
-</​div>​ 
-As a developer developing a mapping application,​ you may encounter point based shapefile for labeling. All the characteristics for labeling such as font, size, angle, color can be found in the attribute information of the shapefile itself. This project will show how to create a custom TextStyle that will get the value for those different columns and display each feature accordingly. 
-</​div>​ 
-</​div>​ 
- 
----- 
-<div sampleitem>​ 
-====  Multi Column Labeling ​ ==== 
-<div screenshot>​ 
-{{servicesedition:​codesamples:​Map Suite Services Edition Sample Multi Column Labeling.jpg?​300x180}} 
-</​div>​ 
-<div content> 
-<div download_viewsource_buttons>​ 
-[[Source_Code_ServicesEditionSample_MultiColumnLabeling_CS_090922.zip|View Source]] 
-{{:​File:​ServicesEditionSample_MultiColumnLabeling_CS_090922.zip|C#​ Download}} 
-</​div>​ 
-<div sample_otherlinks>​ 
-[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services \ Wpf]] 
-\\ 
-[[Map Suite Samples Alternate Languages | Need it in another language?]] 
-</​div>​ 
-In this project, we show some techniques to label features based on various columns. With the CustomStyles property and CustomColumnFetch event, you will see the flexibility you have to label the way you desire in a few lines of code. In this example, we label volcanoes based on four columns on two lines and using two different font styles. 
-</​div>​ 
-</​div>​ 
  
map_suite_services_edition_labeling_samples.1442910819.txt.gz ยท Last modified: 2015/09/22 08:33 by admin