Appearance
KBE3D / KBCore / Cesium / Azure2DImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the Azure2DImageryProvider constructor
属性
subscriptionKey
subscriptionKey:
string
The public subscription key for the imagery.
url?
optionalurl:string
The Azure server url.
tilesetId?
optionaltilesetId:string
The Azure tileset ID. Valid options are microsoft.imagery, microsoft.base.road, and microsoft.base.labels.road
ellipsoid?
optionalellipsoid:Ellipsoid
The ellipsoid. If not specified, the default ellipsoid is used.
minimumLevel?
optionalminimumLevel:number
The minimum level-of-detail supported by the imagery provider. Take care when specifying this that the number of tiles at the minimum level is small, such as four or less. A larger number is likely to result in rendering problems.
maximumLevel?
optionalmaximumLevel:number
The maximum level-of-detail supported by the imagery provider.
rectangle?
optionalrectangle:Rectangle
The rectangle, in radians, covered by the image.
