FRAMES | NO FRAMES Description | Examples
Globe Tile
URL http://<globelayer-url>/tile/<face>/<level>/<row>/<column>
Parent Resource Globe Layer
Required Capability Map

Description

For globe service layer, this resource represents a single cached tile for the globe. The image bytes for the tile at the specified face, level, row and column are directly streamed to the client. If the tile is not found, an HTTP status code of 404 (Not found) is returned.

Resource Hierarchy

Map Tile

Example Usage

Example 1: Request a tile from a service named globe for layer 1, face 0, level 11, row 3 and column 0

http://myserver/arcgis/rest/services/globe/GlobeServer/1/tile/0/11/3/0