How can i create a raster layer with the .net runtime from geotiffs (local) ?

3434
2
08-05-2015 05:05 AM
MartinLachmair
New Contributor

I have a large set of geotiffs (from srtm) and want to add these data as rasterlayer(s) to a map. How can i achieve this with the runtime sdk (10.2.6) and Visual Studio 13?

Tags (1)
0 Kudos
2 Replies
JosephKane
New Contributor II

Hi Martin,

Have you tried

Using the 10.2.6 sdk samples from here..

https://github.com/Esri/arcgis-runtime-samples-dotnet

and running the Layers->Dynamic Service Layers->Dynamic Add Data
example

it works for the mapview but not the 3d SceneView.  I have a ticket in for the scene problem..

joe

0 Kudos
JosephKane
New Contributor II

As it turns out the map pack in the 10.2.5 examples only has a boundary extent of the eastern U.S.  That means any data you try to view with it (in the scene view for some reason) is only visible on the east coast.  Once we created a map package with a boundary extent covering the entire world the geotif loaded correctly.

0 Kudos