new AbstractRasterLayer(type, options)
Parameters:
| Name | Type | Description |
|---|---|---|
type |
LAYER | the type of the layer |
options |
AbstractRasterLayer.configuration | Configuration properties for the AbstractRasterLayer. |
Extends
Methods
-
getGlobe()
-
- Inherited From:
- Implements:
-
getID()
-
- Inherited From:
- Implements:
-
getName()
-
- Inherited From:
- Implements:
-
getAttribution()
-
- Inherited From:
- Implements:
-
getCopyrightUrl()
-
- Inherited From:
- Implements:
-
getAck()
-
- Inherited From:
- Implements:
-
getIcon()
-
- Inherited From:
- Implements:
-
getDescription()
-
- Inherited From:
- Implements:
-
isVisible()
-
- Inherited From:
- Implements:
-
setVisible()
-
- Inherited From:
- Implements:
-
getOpacity()
-
- Inherited From:
- Implements:
-
setOpacity()
-
- Inherited From:
- Implements:
-
getProperties()
-
- Inherited From:
- Implements:
-
getType()
-
- Inherited From:
- Implements:
-
isPickable()
-
- Inherited From:
- Implements:
-
isType()
-
- Inherited From:
- Implements:
-
getServices()
-
- Inherited From:
- Implements:
-
getCoordinateSystem()
-
- Inherited From:
- Implements:
-
_detach()
-
- Inherited From:
- Implements:
-
getBaseURl()
-
- Inherited From:
- Implements:
-
getDataType()
-
- Inherited From:
- Implements:
-
getFormat()
-
- Inherited From:
- Implements:
-
isDeletable()
-
- Inherited From:
- Implements:
-
getColor()
-
- Inherited From:
- Implements:
-
getStyle()
-
- Inherited From:
- Implements:
-
getAvailableServices()
-
- Inherited From:
- Implements:
Type Definitions
-
configuration
-
AbstractRasterLayer configuration
Type:
Properties:
Name Type Argument Default Description tilePixelSizeint the image size of a tile in pixels tilingTiling numberOfLevelsint number of levels in the pyramidal tiles geoBound<optional>
null geography boundary coordinates<optional>
null zIndexint <optional>
0 crossOriginstring <optional>
"anonymous" baseUrlstring cache -
bing_configuration
-
Bing layer configuration
Type:
Properties:
Name Type Argument Default Description baseLevelint <optional>
2 onreadyonreadyCallback <optional>
CallBack function. imageSetString the image set to use, can be Aerial, Road keyString the bing key to use -
osm_configuration
-
Open Street Map configuration
Type:
Properties:
Name Type Argument Default Description tilePixelSizeint <optional>
256 baseLevelint <optional>
2 numberOfLevelsint <optional>
21 -
wcsElevation_configuration
-
WCSElevation configuration
Type:
Properties:
Name Type Argument Default Description tilePixelSizeint <optional>
33 numberOfLevelsint <optional>
21 baseUrlstring the base Url to access the WCS server coveragestring the name of the coverage to use (WCS parameter) crsstring the coordinate reference system to use (WCS parameter) outputCRSstring <optional>
crs for 2.0 versionstring 2.0.x or 1.0.x is supported scalefloat <optional>
1 elevation scale value formatstring <optional>
'image/x-aaigrid' minElevationfloat <optional>
0 -
wmsElevation_configuration
-
WCSElevation configuration
Type:
Properties:
Name Type Argument Default Description tilePixelSizeint <optional>
33 -
wms_configuration
-
Configuration parameters to query a Web Map Service (WMS)
Type:
Properties:
Name Type Argument Default Description tilePixelSizeint <optional>
256 tile in pixels numberOfLevelsint <optional>
21 number of levels versionstring <optional>
"1.1.1" WMS version transparentstring <optional>
timestring <optional>
Time dimension formatstring <optional>
"image/jpeg" output image format layersstring names of the layer stylesstring <optional>
Styled Layers Descriptor for each layer -
wmts_configuration
-
Configuration parameters to query a Web Map Tile Service (WMTS)
Type:
Properties:
Name Type Argument Default Description versionstring <optional>
"1.0.0" WMTS version layerstring basic unit of geographic information that may be requested as a map from a server matrixSetstring The name of pyramidal images startLevelint Start level of the index stylestring <optional>
Styled Layers Descriptor
Documentation