Globe Service

URL:
https://<catalog-url>/<serviceName>/GlobeServer
Methods:
GET
Child Resources:
Globe Layer
Version Introduced:
9.3

Description

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.

Request parameters

ParameterDetails

f

Description: The response format. The default response format is html.

Values: html | json | kmz | lyr | nmf

JSON Response syntax

1
{"currentVersion": <currentVersion>,"serviceDescription" : "<serviceDescription>","layers": [ {"id" : <layerId1>, "name" : "<layerName1>"}, {"id" : <layerId2>, "name" : "<layerName2>"}]}

JSON Response example

1
{"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"}]}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close