What is the best way to display a geo-referenced image created on the fly?

4187
3
01-09-2015 11:51 AM
KeithMacIntyre
New Contributor III

I had some success creating a PictureFillSymbol and resizing it when the map changes, but it does not look that great when the map is zooming, and it is not 100% reliable.  It would be nice if there was a 'stretch' option on the PictureFillSymbol.

Is there a better way that I could do this?

0 Kudos
3 Replies
dotMorten_esri
Esri Notable Contributor

This scenario is currently not supported by the ArcGIS Runtime. We'll be providing support for direct-read of raster files in an upcoming version.

0 Kudos
KeithMacIntyre
New Contributor III

This is disappointing.  In previous versions we were able to Create a FillSymbol and fill it with an ImageBrush and it would fill the symbol.  In this version, the PictureFillSymbol tiles rather than stretches to fill.  This seems to me more like a bug than a missing feature.

0 Kudos
dotMorten_esri
Esri Notable Contributor

I assume by "previous versions" you are referring to the "WPF SDK", which is a different product. The XAML based symbol were THE biggest performance problem and it wasn't a sharable symbol type, printable or in general fit with the entire ArcGIS system. As mentioned we're working on adding direct read of rasters, which is the "real" way to display georeferenced images in a performant way that can also support high-res images - let's be honest: the symbol approach in WPF to do georeferencing was a bit of a hack

0 Kudos