@JsType(isNative=true, namespace="<global>", name="Object") public class ImageryLayerOptions extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ImageryLayerOptions.ImagerySplitDirectionFunction |
Modifier and Type | Field and Description |
---|---|
float |
alpha
The alpha blending value of this layer, from 0.0 to 1.0.
|
float |
brightness
The brightness of this layer. 1.0 uses the unmodified imagery color.
|
Color |
colorToAlpha
Color to be used as alpha.
|
double |
colorToAlphaThreshold
Threshold for color-to-alpha.
|
float |
contrast
The contrast of this layer. 1.0 uses the unmodified imagery color.
|
Rectangle |
cutoutRectangle
Cartographic rectangle for cutting out a portion of this ImageryLayer.
|
float |
gamma
The gamma correction to apply to this layer. 1.0 uses the unmodified imagery color.
|
float |
hue
The hue of this layer. 0.0 uses the unmodified imagery color.
|
Number |
magnificationFilter
The texture minification filter to apply to this layer.
|
double |
maximumAnisotropy
The maximum anisotropy level to use for texture filtering.
|
double |
maximumTerrainLevel
The maximum terrain level-of-detail at which to show this imagery layer, or undefined to show it at all levels.
|
Number |
minificationFilter
The texture minification filter to apply to this layer.
|
double |
minimumTerrainLevel
The minimum terrain level-of-detail at which to show this imagery layer, or undefined to show it at all levels.
|
Rectangle |
rectangle
The rectangle of the layer.
|
float |
saturation
The saturation of this layer. 1.0 uses the unmodified imagery color.
|
boolean |
show
True if the layer is shown; otherwise, false.
|
Number |
splitDirection
The
ImagerySplitDirection split to apply to this layer. |
ImageryLayerOptions.ImagerySplitDirectionFunction |
splitDirectionFunction
The function split to apply to this layer.
|
Constructor and Description |
---|
ImageryLayerOptions() |
@JsProperty public Rectangle rectangle
@JsProperty public float alpha
@JsProperty public float brightness
@JsProperty public float contrast
@JsProperty public float hue
@JsProperty public float saturation
@JsProperty public float gamma
@JsProperty public Number splitDirection
ImagerySplitDirection
split to apply to this layer. Default ImagerySplitDirection.NONE()
@JsProperty(name="splitDirection") public ImageryLayerOptions.ImagerySplitDirectionFunction splitDirectionFunction
ImagerySplitDirection.NONE()
@JsProperty public Number minificationFilter
TextureMinificationFilter.LINEAR()
@JsProperty public Number magnificationFilter
TextureMagnificationFilter.LINEAR()
@JsProperty public boolean show
@JsProperty public double maximumAnisotropy
@JsProperty public double minimumTerrainLevel
@JsProperty public double maximumTerrainLevel
@JsProperty public Rectangle cutoutRectangle
@JsProperty public Color colorToAlpha
@JsProperty public double colorToAlphaThreshold
Copyright © 2019. All rights reserved.