Extracting Raster by mask in runtime .net

855
2
08-11-2020 02:05 PM
ManishShrivastav
New Contributor III

Hi,

Any suggestions on how can I use arcgis runtime sdk for .net to extract a portion of larger raster dataset (e.g. by drawing a polygon over it on the fly in the application)?

0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

If you are building a WPF application, ArcGIS Runtime SDK for .NET supports the Local Server component that contains geoprocessing tools for raster extraction - for the list of available geoprocessing tools see Local Server geoprocessing tools support—ArcGIS Runtime SDK for .NET | ArcGIS for Developers.

Thanks

Mike

ManishShrivastav
New Contributor III

Thanks Mike!! In the same line, can I use multiple tools like a series for example: 1) clip the raster by defining the boundary at runtime from larger raster 2) calculate the slope of the clipped raster in one single application ?

0 Kudos