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 [2015/10/10 07:31] 127.0.0.1 external edit |
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 220: | Line 243: | ||
---- | ---- | ||
+ | |||
{{page>map_suite_services_edition_zooming_panning_moving_samples}} | {{page>map_suite_services_edition_zooming_panning_moving_samples}} |