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/08/30 05:45] tgwikiupdate [Raster Layer with extent] |
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 101: | Line 103: | ||
| ---- | ---- | ||
| <div sampleitem> | <div sampleitem> | ||
| - | ==== Raster Layer with extent ==== | + | ==== Multiple Jpeg2000 Raster Layer ==== |
| <div screenshot> | <div screenshot> | ||
| {{wpfedition:codesamples:wiki_map_suite_wpf_desktop_edition_sample_multiple_jpeg2000_raster_layer.png?300x180}} | {{wpfedition:codesamples:wiki_map_suite_wpf_desktop_edition_sample_multiple_jpeg2000_raster_layer.png?300x180}} | ||
| Line 107: | Line 109: | ||
| <div content> | <div content> | ||
| <div download_viewsource_buttons> | <div download_viewsource_buttons> | ||
| - | [[Source_Code_DesktopEditionSample_RasterLayerWithExtent_CS_100707.zip|View Source]] | + | [[Source_Code_wpfdesktopeditionsample_multiplejpeg2000rasterlayer_08_30_2016.zip|View Source]] |
| - | {{filehistory:DesktopEditionSample_RasterLayerWithExtent_CS_100707.zip|C# Download}} | + | {{filehistory:wpfdesktopeditionsample_multiplejpeg2000rasterlayer.zip|C# Download}} |
| </div> | </div> | ||
| <div sample_otherlinks> | <div sample_otherlinks> | ||
| Line 115: | Line 117: | ||
| [[Map Suite Samples Alternate Languages | Need it in another language?]] | [[Map Suite Samples Alternate Languages | Need it in another language?]] | ||
| </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. | + | 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> | ||