@JsType(isNative=true, namespace="<global>", name="Object") public class GridImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
Color |
backgroundColor
Background fill color.
|
int |
canvasSize
The size of the canvas used for rendering.
|
int |
cells
The number of grids cells.
|
Color |
color
The color to draw grid lines.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
Color |
glowColor
The color to draw glow for grid lines.
|
int |
glowWidth
The width of lines used for rendering the line glow effect.
|
int |
tileHeight
The height of the tile for level-of-detail selection purposes.
|
int |
tileWidth
The width of the tile for level-of-detail selection purposes.
|
TilingScheme |
tilingScheme
The tiling scheme for which to draw tiles.
|
Constructor and Description |
---|
GridImageryProviderOptions()
Options for
GridImageryProvider |
@JsProperty public TilingScheme tilingScheme
GeographicTilingScheme
@JsProperty public Ellipsoid ellipsoid
@JsProperty public int cells
@JsProperty public Color color
@JsProperty public Color glowColor
@JsProperty public int glowWidth
@JsProperty public Color backgroundColor
@JsProperty public int tileWidth
@JsProperty public int tileHeight
@JsProperty public int canvasSize
@JsConstructor public GridImageryProviderOptions()
GridImageryProvider
Copyright © 2019. All rights reserved.