Class: AbstractRasterLayer

AbstractRasterLayer

Base class for raster layer

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
tilePixelSize int the image size of a tile in pixels
tiling Tiling
numberOfLevels int number of levels in the pyramidal tiles
geoBound <optional>
null geography boundary
coordinates <optional>
null
zIndex int <optional>
0
crossOrigin string <optional>
"anonymous"
baseUrl string
cache

bing_configuration

Bing layer configuration
Type:
Properties:
Name Type Argument Default Description
baseLevel int <optional>
2
onready onreadyCallback <optional>
CallBack function.
imageSet String the image set to use, can be Aerial, Road
key String the bing key to use

osm_configuration

Open Street Map configuration
Type:
Properties:
Name Type Argument Default Description
tilePixelSize int <optional>
256
baseLevel int <optional>
2
numberOfLevels int <optional>
21

wcsElevation_configuration

WCSElevation configuration
Type:
Properties:
Name Type Argument Default Description
tilePixelSize int <optional>
33
numberOfLevels int <optional>
21
baseUrl string the base Url to access the WCS server
coverage string the name of the coverage to use (WCS parameter)
crs string the coordinate reference system to use (WCS parameter)
outputCRS string <optional>
crs for 2.0
version string 2.0.x or 1.0.x is supported
scale float <optional>
1 elevation scale value
format string <optional>
'image/x-aaigrid'
minElevation float <optional>
0

wmsElevation_configuration

WCSElevation configuration
Type:
Properties:
Name Type Argument Default Description
tilePixelSize int <optional>
33

wms_configuration

Configuration parameters to query a Web Map Service (WMS)
Type:
Properties:
Name Type Argument Default Description
tilePixelSize int <optional>
256 tile in pixels
numberOfLevels int <optional>
21 number of levels
version string <optional>
"1.1.1" WMS version
transparent string <optional>
time string <optional>
Time dimension
format string <optional>
"image/jpeg" output image format
layers string names of the layer
styles string <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
version string <optional>
"1.0.0" WMTS version
layer string basic unit of geographic information that may be requested as a map from a server
matrixSet string The name of pyramidal images
startLevel int Start level of the index
style string <optional>
Styled Layers Descriptor