This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_wpf_desktop_edition_zooming_panning_moving_samples [2016/05/27 07:57] tgwikiupdate [Zoom to Full Extent (WPF)] |
map_suite_wpf_desktop_edition_zooming_panning_moving_samples [2017/03/17 02:10] (current) tgwikiupdate |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite Wpf Desktop Edition Zooming Panning Moving Samples ====== | ====== Map Suite Wpf Desktop Edition Zooming Panning Moving Samples ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
<div sampleitem> | <div sampleitem> | ||
==== Center Map Based On Lat/Long ==== | ==== Center Map Based On Lat/Long ==== | ||
Line 96: | Line 98: | ||
</div> | </div> | ||
The purpose of this project is to show the alternate way to load a regular image layer such as tiff if you don’t have a world file but know the extent of the image in world coordinate. To accomplish that, you can use a RectangleShape. In this project, you will also find more info on the world file and what the different parameters mean. | The purpose of this project is to show the alternate way to load a regular image layer such as tiff if you don’t have a world file but know the extent of the image in world coordinate. To accomplish that, you can use a RectangleShape. In this project, you will also find more info on the world file and what the different parameters mean. | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | ---- | ||
+ | <div sampleitem> | ||
+ | ==== Multiple Jpeg2000 Raster Layer ==== | ||
+ | <div screenshot> | ||
+ | {{wpfedition:codesamples:wiki_map_suite_wpf_desktop_edition_sample_multiple_jpeg2000_raster_layer.png?300x180}} | ||
+ | </div> | ||
+ | <div content> | ||
+ | <div download_viewsource_buttons> | ||
+ | [[Source_Code_wpfdesktopeditionsample_multiplejpeg2000rasterlayer_08_30_2016.zip|View Source]] | ||
+ | {{filehistory:wpfdesktopeditionsample_multiplejpeg2000rasterlayer.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 sample shows how to create a customized raster layer for loading multiple files. In this project, we create the MultipleJpeg2000RasterLayer to inherit from Layer to load multiple .jp2 files. You can use the world files or a RectangleShape which is the extent of the image in world coordinate. | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
Line 221: | Line 244: | ||
---- | ---- | ||
- | ==== ClusterPoint (WPF) ==== | ||
- | <div screenshot> | ||
- | {{wpfedition:codesamples:high_performance_cluster.png?300x180}} | ||
- | </div> | ||
- | <div content> | ||
- | <div download_viewsource_buttons> | ||
- | [[Source_Code_WpfDesktopEditionSample_ClusterPoint_CS_160627.zip|View Source]] | ||
- | {{filehistory:WpfDesktopEditionSample_ClusterPoint_CS_160627.zip|C# Download}} | ||
- | </div> | ||
- | <div sample_otherlinks> | ||
- | [[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services ]] | ||
- | \\ | ||
- | [[Map Suite Samples Alternate Languages | Need it in another language?]] | ||
- | </div> | ||
- | The ClusterPointStyle is Integrated into the Map Suite. In this project, you will see how to use the ClusterPointStyle for clustering various features into one. Sometimes, the map may have many features stacked on top of each other at high zoom levels making the map too busy and difficult to read. Clustering is a usefull technique in those situation making the map more readable. It groups together various features into one symbol with the count of all the features being labeled. | ||
- | |||
- | It has the higher performance than the before one, create by the customer in this wiki. | ||
- | |||
- | </div> | ||
- | </div> | ||
- | |||
- | ---- | ||
{{page>map_suite_services_edition_zooming_panning_moving_samples}} | {{page>map_suite_services_edition_zooming_panning_moving_samples}} |