How to get raster value from x,y location?

548
1
11-27-2018 03:00 PM
TimB
by
New Contributor III

Is it possible to get a raster value given a specific x,y location using runtime 100.2?  If so, what is the best direction.

Thanks in advance.

0 Kudos
1 Reply
GKmieliauskas
Esri Regular Contributor

Hi Tim,

You can use geoprocessing package made from geoprocessing tool for extracting values. You need to start local server if you want to do it on disconnected device. Another way is to use geoprocessing service from your server.

Local Server—ArcGIS Runtime SDK for .NET | ArcGIS for Developers 

0 Kudos