No fields in result map service of raster layer

2457
4
12-18-2014 10:14 AM
JoshObrecht
Occasional Contributor

I am showing a raster layer as a result map service to be used in the Javascript API. The raster layer that is produced has multiple fields. However, the result map service shows no fields. Is this a limitation of using a raster layer as the result map service or is there something else going on?

0 Kudos
4 Replies
DanielStauning
Esri Contributor

Hi Josh,

An image service may be required to expose the raster attribute table resource, I don't believe this resource is available through map services:

ArcGIS REST API

Here's a sample image service with the raster attribute table resource exposed that you can test with:

NLCDLandCover2001 (ImageServer)

2014-12-18_1132.png

Does this answer your question?

-Dan

0 Kudos
JoshObrecht
Occasional Contributor

Are you able to have the result service be an image service?

0 Kudos
DanielStauning
Esri Contributor

Josh,

Are you referring to a result map service of a geoprocessing service output? My understanding is that a map service is the only supported result service type. You may just be running into a limitation here, sorry I can't be of more help.

ArcGIS Help (10.2, 10.2.1, and 10.2.2)

Thanks,

-Dan

0 Kudos
JoshObrecht
Occasional Contributor

Yes I am referring to a result map service. Well that's not good.

0 Kudos