OpenLayers. Layer. WorldWind

Inherits from

Summary
OpenLayers. Layer. WorldWind
Properties
isBaseLayerWorldWind layer is a base layer by default.
lzdLevelZeroTileSizeDegrees
zoomLevelsNumber of zoom levels.
Constructor
OpenLayers. Layer. WorldWind
Functions
addTile
getZoomConvert map zoom to WW zoom.
getURL

Properties

isBaseLayer

WorldWind layer is a base layer by default.

lzd

LevelZeroTileSizeDegrees

zoomLevels

Number of zoom levels.

Constructor

OpenLayers. Layer. WorldWind

Parameters

name{String} Name of Layer
url{String} Base URL
lzd{Float} Level zero tile size degrees
zoomLevels{Int} number of zoom levels
params{Object} additional parameters
options{Object} additional options

Functions

addTile

addTile:function(bounds,
position)

Parameters

bounds{OpenLayers.Bounds}
position{OpenLayers.Pixel}

Returns

{OpenLayers.Tile.Image} The added OpenLayers.Tile.Image

getZoom

getZoom: function ()

Convert map zoom to WW zoom.

getURL

getURL: function (bounds)

Parameters

bounds{OpenLayers.Bounds}

Returns

{String} A string with the layer’s url and parameters and also the passed-in bounds and appropriate tile size specified as parameters

addTile:function(bounds,
position)
getZoom: function ()
Convert map zoom to WW zoom.
getURL: function (bounds)
Base class for layers that use a lattice of tiles.
Instances of this class represent bounding boxes.
This class represents a screen coordinate, in x and y coordinates
Instances of OpenLayers.Tile.Image are used to manage the image tiles used by various layers.
Close