Hi all, I am very new to programming especially GIS. I want to, Is it possible to develop a standalone software using ArcGIS Runtime SDK for .Net and Visual Studio (WPF) with capability of processing and analyzing rasters? Please also guide me to useful resources available.
Solved! Go to Solution.
No. You can use the raster functions the runtime already includes, or use the local server in WPF to run GP tools that can execute them.
The simple answer is yes, but I'm sure the devil is in the details. It really depends on what you mean by "raster analysis". Some raster analysis is possible, but not every single kind of raster analysis.
@Morten Nielsen: Is there a way to use the built in raster capabilities (present in ArcMap) in developing standalone application instead of writing a new program for every raster functionalities that are already present in ArcMap?
No. You can use the raster functions the runtime already includes, or use the local server in WPF to run GP tools that can execute them.