An ArcGIS Server Object Extension that adds the ability to publish layer metadata from a Map service
This project is an ArcGIS Server Object Extension (SOE) that allows a map service to publish the metadata for its individual layers to the user.
There is a bug in ArcGIS Server 10.1 that causes the value of f to be ignored and always set to json
. I managed to work around this problem for all output formats except for html
. You can still get HTML output from this extension, but you must set f to htm
instead of html
.
Note that once Esri fixes this bug, setting f to html
will work once again without any code changes.
Retrieves a an array of of layer ids.
json
and pjson
.Retrieves a grouped list of layer IDs. The output will have one property corresponding to each unique data source (feature class). The value of each property is an array of integers corresponding to all of the layer IDs that share that data source.
json
and pjson
.Retrieves the metadata document for the specified layer.
xml
, htm
, json
and pjson
.Retrieves the metadata document for the specified layer.
xml
, htm
, json
and pjson
.Layer Metadata SOE JavaScript Client
ArcGIS Server 10.1 server only adds the ability to publish a single metadata document per map service.
What this SOE will do is pubish one metadata document for each LAYER in a map service.