@JsType(isNative=true, namespace="<global>", name="Object") public class GeoserverTerrainProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
GeoserverTerrainProviderFormatArray |
formatArray
Custom format array
|
boolean |
hasStyledImage
indicates if the requested images are styled with SLD
|
Integer |
heightMapHeight
height of a tile in pixels
|
Integer |
heightMapWidth
width of a tile in pixels
|
double |
highest
highest altitude in the tiles (in meters)
|
String |
layerName
the name of the layer.
|
double |
lowest
lowest altitude in the tiles (in meters)
|
Integer |
maxLevel
maximum level to request
|
double |
offset
offset of the tiles (in meters)
|
String |
service
the type of service requested (WMS,TMS,WMTS).
|
String |
styleName
name of the Style used for images.
|
String |
url
The URL of the server providing wms.
|
boolean |
waterMask
indicates if a water mask will be displayed (experimental)
|
String |
xml
the xml after requesting "getCapabilities" from web map server.
|
Constructor and Description |
---|
GeoserverTerrainProviderOptions() |
@JsProperty public String layerName
@JsProperty public String url
@JsProperty public String xml
@JsProperty public String service
@JsProperty public Integer heightMapWidth
@JsProperty public Integer heightMapHeight
@JsProperty public double offset
@JsProperty public double highest
@JsProperty public double lowest
@JsProperty public String styleName
@JsProperty public boolean hasStyledImage
@JsProperty public boolean waterMask
@JsProperty public Integer maxLevel
@JsProperty public GeoserverTerrainProviderFormatArray formatArray
Copyright © 2019. All rights reserved.