Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I need to retrieve the metadata information from a feature layer. I have the web services available and I can run queries to retrieve the feature attributes, but I don't know any method to retrieve the metadata. Is there any sample or code snippet that I can use to understand the method?

share|improve this question
By meta data, do you mean the actual metadata of the featureclasses? Or do you want all that information that one sees on the mapservice page? – Devdatta Tengshe Jun 28 '12 at 0:58
I mean the actual metadata. I think I can get the Map Service information via a JSON request (am I right?!), but I don't know if the actual metadata could be available. – Fred Jun 28 '12 at 14:14

1 Answer

up vote 1 down vote accepted

Arcgis Server directly cannot serve the metadata for your geographic data.

I believe that ESRI's Geoportal can do so: http://www.esri.com/software/arcgis/geoportal

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.