URL | http://<catalog-url>/<serviceName>/GlobeServer |
Parent Resource | Catalog |
---|---|
Child Resources | Globe Layer Info |
The globe service resource represents a globe service published with ArcGIS Server. The resource provides information about the service such as the service description and the various layers contained in the published globe document.
Parameter | Details |
---|---|
f | Description: The
response format. The default response format is html. Values: html | json | kmz | lyr | nmf |
{
"currentVersion": <currentVersion>,
"serviceDescription" : "<serviceDescription>",
"layers": [
{"id" : <layerId1>, "name" : "<layerName1>"},
{"id" : <layerId2>, "name" : "<layerName2>"}
]
}
{
"currentVersion": 10.1,
"serviceDescription" : "Test Globe Service Description",
"layers": [
{"id" : 1, "name" : "Continents"},
{"id" : 2, "name" : "USA"},
{"id" : 3, "name" : "cities"},
{"id" : 4, "name" : "rivers"},
{"id" : 5, "name" : "states"}
]
}