ArcGisMapService

访问 ArcGIS 图像瓦片服务的默认选项。 访问 ArcGIS 图像瓦片图层需要 ArcGIS 访问令牌。 提供默认令牌仅用于评估目的。 要获取访问令牌,请访问 https://developers.arcgis.com 并创建免费帐户。 更多信息可在 ArcGIS 开发者指南 中找到。
See:

Members

static Cesium.ArcGisMapService.defaultAccessToken : string

获取或设置默认的 ArcGIS 访问令牌。

static Cesium.ArcGisMapService.defaultWorldHillshadeServer : string|Resource

获取或设置 ArcGIS World Hillshade 瓦片服务的 URL。
Default Value: https://ibasemaps-api.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer

static Cesium.ArcGisMapService.defaultWorldImageryServer : string|Resource

获取或设置 ArcGIS World Imagery 瓦片服务的 URL。
Default Value: https://ibasemaps-api.arcgis.com/arcgis/rest/services/World_Imagery/MapServer

static Cesium.ArcGisMapService.defaultWorldOceanServer : string|Resource

获取或设置 ArcGIS World Oceans 瓦片服务的 URL。
Default Value: https://ibasemaps-api.arcgis.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer

Methods

static Cesium.ArcGisMapService.getDefaultTokenCredit(providedKey)Credit|undefined

获取默认的令牌署名(如果使用默认访问令牌)。
Name Type Description
providedKey string 提供的访问令牌
Returns:
如果使用默认令牌则返回署名 Credit,否则返回 undefined
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.