Appearance
KBE3D / KBCore / Cesium / TileMapServiceImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the TileMapServiceImageryProvider constructor
属性
fileExtension?
optionalfileExtension:string
The file extension for images on the server.
credit?
optionalcredit:string|Credit
A credit for the data source, which is displayed on the canvas.
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, or undefined if there is no limit.
rectangle?
optionalrectangle:Rectangle
The rectangle, in radians, covered by the image.
tilingScheme?
optionaltilingScheme:TilingScheme
The tiling scheme specifying how the ellipsoidal surface is broken into tiles. If this parameter is not provided, a WebMercatorTilingScheme is used.
ellipsoid?
optionalellipsoid:Ellipsoid
The ellipsoid. If the tilingScheme is specified, this parameter is ignored and the tiling scheme's ellipsoid is used instead. If neither parameter is specified, the WGS84 ellipsoid is used.
tileWidth?
optionaltileWidth:number
Pixel width of image tiles.
tileHeight?
optionaltileHeight:number
Pixel height of image tiles.
flipXY?
optionalflipXY:boolean
Older versions of gdal2tiles.py flipped X and Y values in tilemapresource.xml.
tileDiscardPolicy?
optionaltileDiscardPolicy:TileDiscardPolicy
A policy for discarding tile images according to some criteria Specifying this option will do the same, allowing for loading of these incorrect tilesets.
