Does ArcGIS Runtime 10.2.6 provide direct support for rasters ?

4768
4
07-28-2015 09:58 PM
Labels (1)
Durga_PrasadD
New Contributor II

The sample here  makes use of .tpk file to handle raster Geoprocessing.How to make use of .tif , .img  etc directly to perform Geoprocessing tasks using Runtime Local Server.I am looking for a sample code.

How do you set GPRasterDataLayer  to a local raster file ,for eg:-  C:\TEMP\Denver.tif  ?

How do you set GPRasterDataLayer  to a local raster file ,if the output is Slope ?

How do you set GPFeatureRecordSetLayer  to a local vector file for saving the output of Geoprocessing as Countour ?

0 Kudos
4 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

The ArcGIS Runtime SDK for WPF does not directly support raster datasets - only via LocalMapServices and LocalGeoprocessing Services hosted on the LocalServer.

We will be adding raster support to the ArcGIS Runtime SDK for .NET in the next major release. Please see ArcGIS Runtime SDK for .Net | ArcGIS for Developers  for more information.

Cheers

Mike

0 Kudos
Durga_PrasadD
New Contributor II

Thanks for clarifying Michael !

0 Kudos
Durga_PrasadD
New Contributor II

Do we have local raster support in dotnet with latest version -perhaps 10.2.7 or 10.2.8(Quartz) ?

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

Note this forum is for the product 'ArcGIS Runtime SDK for WPF' which was retired on July 1st 2016. The forum for the current ArcGIS Runtime SDK for .NET is: ArcGIS Runtime SDK for .NET

ArcGIS Runtime SDK for .NET 10.2.6 and 10.2.7 provide some support for raster files through KML GroundOverlays. The new Beta of ArcGIS Runtime SDK for .NET provides direct support for raster data: ArcGIS Runtime SDK for .Net | ArcGIS for Developers. Note the new Quartz (100) Beta contains some fairly significant API changes from 10.2.7.

Cheers

Mike

0 Kudos