Skip to content

KBE3D / KBCore / Cesium / GridImageryProvider / ConstructorOptions

接口: ConstructorOptions

Initialization options for the GridImageryProvider constructor

属性

tilingScheme?

optional tilingScheme: TilingScheme

The tiling scheme for which to draw tiles.


ellipsoid?

optional ellipsoid: 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?

optional cells: number

The number of grids cells.


color?

optional color: Color

The color to draw grid lines.


glowColor?

optional glowColor: Color

The color to draw glow for grid lines.


glowWidth?

optional glowWidth: number

The width of lines used for rendering the line glow effect.


backgroundColor?

optional backgroundColor: Color

Background fill color.


tileWidth?

optional tileWidth: number

The width of the tile for level-of-detail selection purposes.


tileHeight?

optional tileHeight: number

The height of the tile for level-of-detail selection purposes.


canvasSize?

optional canvasSize: number

The size of the canvas used for rendering.

KBE3D @3.0.0 Copyright © 2024-present KBE3D