Appearance
KBE3D / KBCore / Cesium / GridImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the GridImageryProvider constructor
属性
tilingScheme?
optionaltilingScheme:TilingScheme
The tiling scheme for which to draw tiles.
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 default ellipsoid is used.
cells?
optionalcells:number
The number of grids cells.
color?
optionalcolor:Color
The color to draw grid lines.
glowColor?
optionalglowColor:Color
The color to draw glow for grid lines.
glowWidth?
optionalglowWidth:number
The width of lines used for rendering the line glow effect.
backgroundColor?
optionalbackgroundColor:Color
Background fill color.
tileWidth?
optionaltileWidth:number
The width of the tile for level-of-detail selection purposes.
tileHeight?
optionaltileHeight:number
The height of the tile for level-of-detail selection purposes.
canvasSize?
optionalcanvasSize:number
The size of the canvas used for rendering.
