Globe Layer

URL:
https://<globeservice-url>/<layerId>
Methods:
GET
Child Resources:
Globe Tile
Version Introduced:
9.3

Description

The Globe Layer resource represents a single layer in a globe service published by ArcGIS Server. It provides basic information about the layer, such as its ID, name, type, parent and sub-layers, fields, extent, data type, sampling mode, and extrusion type.

Request parameters

ParameterDetails

f

The response format. The default response format is html .

Values: html | json

JSON Response syntax

1
{"currentVersion": <currentVersion>,"id" : <layerId>,"name" : "<layerName>","type" : "<layerType>","description" : "<description>","extent" : {<envelope>},"defaultVisibility": <true|false>,"dataType" : "<dataType>","maxDistance" : <maxDistance>,"minDistance" : <minDistance>,"samplingMode" : "<samplingMode>","baseID" : <baseID>,"baseOption" : "<baseOption>","extrusionType" : "<extrusionType>","extrusionExpression" : "<extrusionExpression>","cullMode" : "<cullMode>","copyrightText" : "<copyrightText>","displayField" : "<displayField>","fields" : [ {"name" : "<fieldName1>", "type" : "<fieldType1>"}, {"name" : "<fieldName1>", "type" : "<fieldType1>"}],"parentLayer" : {"id" : <parentLayerId>, "name" : "<parentLayerName>"},"subLayers" : [  {"id" : <subLayerId1>, "name" : "<subLayerName1>"}, {"id" : <subLayerId2>, "name" : "<subLayerName2>"}]}

JSON Response example

1
{"currentVersion": 10.1,"id" : 4,"name" : "rivers","type" : "esriCarto.FeatureLayer","description" : "","extent" : { "xmin" : -164.76, "ymin" : 25.845, "xmax" : -67.791, "ymax" : 70.409, "spatialReference" : {"wkid" : 4269}},"defaultVisibility": false,"dataType" : "esriGlobeDataVector","maxDistance" : 0,"minDistance" : 0,"samplingMode" : "esriGlobeImageSamplingSmooth","baseID" : -1,"baseOption" : "esriGlobeLayerBaseGlobe","extrusionType" : "esriExtrusionNone","extrusionExpression" : "","cullMode" : "esriFaceCullingNone","copyrightText" : "","displayField" : "Name","fields" : [ {"name" : "FID", "type" : "esriFieldTypeOID"}, {"name" : "Shape", "type" : "esriFieldTypeGeometry"}, {"name" : "NAME", "type" : "esriFieldTypeString"}, {"name" : "SYSTEM", "type" : "esriFieldTypeString"}],"parentLayer" : {"id" : 2, "name" : "USA"},"subLayers" : []}

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