Files
openlayers/master/apidoc/ol.renderer.canvas.Map.html
Éric Lemoine 10ee3b644c Updated
2013-03-05 11:09:55 +01:00

1795 lines
28 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenLayers: Class: ol.renderer.canvas.Map</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-jsdoc.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: ol.renderer.canvas.Map</h1>
<section>
<header>
<h2>
ol.renderer.canvas.Map
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name" id="Map"><span class="type-signature"></span>new Map</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>container</code></td>
<td class="type">
<span class="param-type">Element</span>
</td>
<td class="description last">Container.</td>
</tr>
<tr>
<td class="name"><code>map</code></td>
<td class="type">
<span class="param-type"><a href="ol.Map.html">ol.Map</a></span>
</td>
<td class="description last">Map.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>canvasmaprenderer.js, line 24</li></ul></dd>
</dl>
</dd>
</div>
<h3 class="subsection-title">Extends</h3>
<ul>
<li><a href="ol.renderer.Map.html">ol.renderer.Map</a></li>
</ul>
<h3 class="subsection-title">Members</h3>
<dl>
<dt class="protected">
<h4 class="name" id="layerRenderers"><span class="type-signature">&lt;protected> </span>layerRenderers<span class="type-signature"> :Object.&lt;number, ol.renderer.Layer></span></h4>
</dt>
<dd class="protected">
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#layerRenderers">ol.renderer.Map#layerRenderers</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 44</li></ul></dd>
</dl>
</dd>
<dt class="protected">
<h4 class="name" id="map"><span class="type-signature">&lt;protected> </span>map<span class="type-signature"> :<a href="ol.Map.html">ol.Map</a></span></h4>
</dt>
<dd class="protected">
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#map">ol.renderer.Map#map</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 38</li></ul></dd>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="addLayer"><span class="type-signature">&lt;protected> </span>addLayer</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>layer</code></td>
<td class="type">
<span class="param-type"><a href="ol.layer.Layer.html">ol.layer.Layer</a></span>
</td>
<td class="description last">Layer.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#addLayer">ol.renderer.Map#addLayer</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 79</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="calculateMatrices2D"><span class="type-signature">&lt;protected> </span>calculateMatrices2D</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>frameState</code></td>
<td class="type">
<span class="param-type">ol.FrameState</span>
</td>
<td class="description last">FrameState.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#calculateMatrices2D">ol.renderer.Map#calculateMatrices2D</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 89</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="createLayerRenderer"><span class="type-signature"></span>createLayerRenderer</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>canvasmaprenderer.js, line 63</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="disposeInternal"><span class="type-signature"></span>disposeInternal</h4>
</dt>
<dd>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#disposeInternal">ol.renderer.Map#disposeInternal</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 130</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getCanvas"><span class="type-signature"></span>getCanvas</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>canvasmaprenderer.js, line 78</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getLayerRenderer"><span class="type-signature">&lt;protected> </span>getLayerRenderer</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>layer</code></td>
<td class="type">
<span class="param-type"><a href="ol.layer.Layer.html">ol.layer.Layer</a></span>
</td>
<td class="description last">Layer.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#getLayerRenderer">ol.renderer.Map#getLayerRenderer</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 153</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Layer renderer.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="ol.renderer.Layer.html">ol.renderer.Layer</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getMap"><span class="type-signature"></span>getMap</h4>
</dt>
<dd>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#getMap">ol.renderer.Map#getMap</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 164</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Map.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="ol.Map.html">ol.Map</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="handleLayerRendererChange"><span class="type-signature">&lt;protected> </span>handleLayerRendererChange</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>event</code></td>
<td class="type">
<span class="param-type">goog.events.Event</span>
</td>
<td class="description last">Event.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#handleLayerRendererChange">ol.renderer.Map#handleLayerRendererChange</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 173</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="handleLayersAdd"><span class="type-signature">&lt;protected> </span>handleLayersAdd</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>collectionEvent</code></td>
<td class="type">
<span class="param-type"><a href="ol.CollectionEvent.html">ol.CollectionEvent</a></span>
</td>
<td class="description last">Collection event.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#handleLayersAdd">ol.renderer.Map#handleLayersAdd</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 182</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="handleLayersChanged"><span class="type-signature">&lt;protected> </span>handleLayersChanged</h4>
</dt>
<dd>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#handleLayersChanged">ol.renderer.Map#handleLayersChanged</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 191</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="handleLayersRemove"><span class="type-signature">&lt;protected> </span>handleLayersRemove</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>collectionEvent</code></td>
<td class="type">
<span class="param-type"><a href="ol.CollectionEvent.html">ol.CollectionEvent</a></span>
</td>
<td class="description last">Collection event.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#handleLayersRemove">ol.renderer.Map#handleLayersRemove</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 215</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="removeLayer"><span class="type-signature">&lt;protected> </span>removeLayer</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>layer</code></td>
<td class="type">
<span class="param-type"><a href="ol.layer.Layer.html">ol.layer.Layer</a></span>
</td>
<td class="description last">Layer.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#removeLayer">ol.renderer.Map#removeLayer</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 225</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="removeLayerRenderer"><span class="type-signature">&lt;protected> </span>removeLayerRenderer</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>layer</code></td>
<td class="type">
<span class="param-type"><a href="ol.layer.Layer.html">ol.layer.Layer</a></span>
</td>
<td class="description last">Layer.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#removeLayerRenderer">ol.renderer.Map#removeLayerRenderer</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 235</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Layer renderer.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="ol.renderer.Layer.html">ol.renderer.Layer</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="renderFrame"><span class="type-signature"></span>renderFrame</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>canvasmaprenderer.js, line 86</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setLayerRenderer"><span class="type-signature">&lt;protected> </span>setLayerRenderer</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>layer</code></td>
<td class="type">
<span class="param-type"><a href="ol.layer.Layer.html">ol.layer.Layer</a></span>
</td>
<td class="description last">Layer.</td>
</tr>
<tr>
<td class="name"><code>layerRenderer</code></td>
<td class="type">
<span class="param-type"><a href="ol.renderer.Layer.html">ol.renderer.Layer</a></span>
</td>
<td class="description last">Layer renderer.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="ol.renderer.Map.html#setLayerRenderer">ol.renderer.Map#setLayerRenderer</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>maprenderer.js, line 261</li></ul></dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="44f1750883.html">Implements a Least-Recently-Used cache where the keys do not conflict with
Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
items from the cache is the responsibility of the user.</a></li><li><a href="ol.AnchoredElement.html">ol.AnchoredElement</a></li><li><a href="ol.Attribution.html">ol.Attribution</a></li><li><a href="ol.Collection.html">ol.Collection</a></li><li><a href="ol.CollectionEvent.html">ol.CollectionEvent</a></li><li><a href="ol.Color.html">ol.Color</a></li><li><a href="ol.Constraints.html">ol.Constraints</a></li><li><a href="ol.Coordinate.html">ol.Coordinate</a></li><li><a href="ol.Ellipsoid.html">ol.Ellipsoid</a></li><li><a href="ol.Extent.html">ol.Extent</a></li><li><a href="ol.Geolocation.html">ol.Geolocation</a></li><li><a href="ol.Image.html">ol.Image</a></li><li><a href="ol.ImageTile.html">ol.ImageTile</a></li><li><a href="ol.Kinetic.html">ol.Kinetic</a></li><li><a href="ol.Map.html">ol.Map</a></li><li><a href="ol.MapBrowserEvent.html">ol.MapBrowserEvent</a></li><li><a href="ol.MapBrowserEventHandler.html">ol.MapBrowserEventHandler</a></li><li><a href="ol.MapEvent.html">ol.MapEvent</a></li><li><a href="ol.Object.html">ol.Object</a></li><li><a href="ol.Pixel.html">ol.Pixel</a></li><li><a href="ol.PixelBounds.html">ol.PixelBounds</a></li><li><a href="ol.Projection.html">ol.Projection</a></li><li><a href="ol.Rectangle.html">ol.Rectangle</a></li><li><a href="ol.Size.html">ol.Size</a></li><li><a href="ol.Sphere.html">ol.Sphere</a></li><li><a href="ol.Tile.html">ol.Tile</a></li><li><a href="ol.TileCache.html">ol.TileCache</a></li><li><a href="ol.TileCoord.html">ol.TileCoord</a></li><li><a href="ol.TileQueue.html">ol.TileQueue</a></li><li><a href="ol.TileRange.html">ol.TileRange</a></li><li><a href="ol.View.html">ol.View</a></li><li><a href="ol.View2D.html">ol.View2D</a></li><li><a href="ol.control.Attribution.html">ol.control.Attribution</a></li><li><a href="ol.control.Control.html">ol.control.Control</a></li><li><a href="ol.control.DragBox.html">ol.control.DragBox</a></li><li><a href="ol.control.MousePosition.html">ol.control.MousePosition</a></li><li><a href="ol.control.ScaleLine.html">ol.control.ScaleLine</a></li><li><a href="ol.control.Zoom.html">ol.control.Zoom</a></li><li><a href="ol.interaction.DblClickZoom.html">ol.interaction.DblClickZoom</a></li><li><a href="ol.interaction.Drag.html">ol.interaction.Drag</a></li><li><a href="ol.interaction.DragPan.html">ol.interaction.DragPan</a></li><li><a href="ol.interaction.DragRotate.html">ol.interaction.DragRotate</a></li><li><a href="ol.interaction.DragRotateAndZoom.html">ol.interaction.DragRotateAndZoom</a></li><li><a href="ol.interaction.DragZoom.html">ol.interaction.DragZoom</a></li><li><a href="ol.interaction.Interaction.html">ol.interaction.Interaction</a></li><li><a href="ol.interaction.Keyboard.html">ol.interaction.Keyboard</a></li><li><a href="ol.interaction.KeyboardPan.html">ol.interaction.KeyboardPan</a></li><li><a href="ol.interaction.KeyboardZoom.html">ol.interaction.KeyboardZoom</a></li><li><a href="ol.interaction.MouseWheelZoom.html">ol.interaction.MouseWheelZoom</a></li><li><a href="ol.interaction.Touch.html">ol.interaction.Touch</a></li><li><a href="ol.interaction.TouchPan.html">ol.interaction.TouchPan</a></li><li><a href="ol.interaction.TouchRotate.html">ol.interaction.TouchRotate</a></li><li><a href="ol.interaction.TouchZoom.html">ol.interaction.TouchZoom</a></li><li><a href="ol.layer.ImageLayer.html">ol.layer.ImageLayer</a></li><li><a href="ol.layer.Layer.html">ol.layer.Layer</a></li><li><a href="ol.layer.TileLayer.html">ol.layer.TileLayer</a></li><li><a href="ol.parser.XML.html">ol.parser.XML</a></li><li><a href="ol.parser.ogc.ExceptionReport.html">ol.parser.ogc.ExceptionReport</a></li><li><a href="ol.parser.ogc.OWSCommon_v1.html">ol.parser.ogc.OWSCommon_v1</a></li><li><a href="ol.parser.ogc.OWSCommon_v1_1_0.html">ol.parser.ogc.OWSCommon_v1_1_0</a></li><li><a href="ol.parser.ogc.Versioned.html">ol.parser.ogc.Versioned</a></li><li><a href="ol.parser.ogc.WMSCapabilities.html">ol.parser.ogc.WMSCapabilities</a></li><li><a href="ol.parser.ogc.WMSCapabilities_v1.html">ol.parser.ogc.WMSCapabilities_v1</a></li><li><a href="ol.parser.ogc.WMSCapabilities_v1_1.html">ol.parser.ogc.WMSCapabilities_v1_1</a></li><li><a href="ol.parser.ogc.WMSCapabilities_v1_1_0.html">ol.parser.ogc.WMSCapabilities_v1_1_0</a></li><li><a href="ol.parser.ogc.WMSCapabilities_v1_1_1.html">ol.parser.ogc.WMSCapabilities_v1_1_1</a></li><li><a href="ol.parser.ogc.WMSCapabilities_v1_1_1_WMSC.html">ol.parser.ogc.WMSCapabilities_v1_1_1_WMSC</a></li><li><a href="ol.parser.ogc.WMSCapabilities_v1_3_0.html">ol.parser.ogc.WMSCapabilities_v1_3_0</a></li><li><a href="ol.parser.ogc.WMTSCapabilities.html">ol.parser.ogc.WMTSCapabilities</a></li><li><a href="ol.parser.ogc.WMTSCapabilities_v1_0_0.html">ol.parser.ogc.WMTSCapabilities_v1_0_0</a></li><li><a href="ol.projection.EPSG3857.html">ol.projection.EPSG3857</a></li><li><a href="ol.projection.EPSG4326.html">ol.projection.EPSG4326</a></li><li><a href="ol.renderer.Layer.html">ol.renderer.Layer</a></li><li><a href="ol.renderer.Map.html">ol.renderer.Map</a></li><li><a href="ol.renderer.canvas.ImageLayer.html">ol.renderer.canvas.ImageLayer</a></li><li><a href="ol.renderer.canvas.Layer.html">ol.renderer.canvas.Layer</a></li><li><a href="ol.renderer.canvas.Map.html">ol.renderer.canvas.Map</a></li><li><a href="ol.renderer.canvas.TileLayer.html">ol.renderer.canvas.TileLayer</a></li><li><a href="ol.renderer.dom.ImageLayer.html">ol.renderer.dom.ImageLayer</a></li><li><a href="ol.renderer.dom.Layer.html">ol.renderer.dom.Layer</a></li><li><a href="ol.renderer.dom.Map.html">ol.renderer.dom.Map</a></li><li><a href="ol.renderer.dom.TileLayer.html">ol.renderer.dom.TileLayer</a></li><li><a href="ol.renderer.webgl.FragmentShader.html">ol.renderer.webgl.FragmentShader</a></li><li><a href="ol.renderer.webgl.ImageLayer.html">ol.renderer.webgl.ImageLayer</a></li><li><a href="ol.renderer.webgl.Layer.html">ol.renderer.webgl.Layer</a></li><li><a href="ol.renderer.webgl.Map.html">ol.renderer.webgl.Map</a></li><li><a href="ol.renderer.webgl.Shader.html">ol.renderer.webgl.Shader</a></li><li><a href="ol.renderer.webgl.TileLayer.html">ol.renderer.webgl.TileLayer</a></li><li><a href="ol.renderer.webgl.VertexShader.html">ol.renderer.webgl.VertexShader</a></li><li><a href="ol.renderer.webgl.map.shader.Fragment.html">ol.renderer.webgl.map.shader.Fragment</a></li><li><a href="ol.renderer.webgl.map.shader.Vertex.html">ol.renderer.webgl.map.shader.Vertex</a></li><li><a href="ol.renderer.webgl.tilelayerrenderer.shader.Fragment.html">ol.renderer.webgl.tilelayerrenderer.shader.Fragment</a></li><li><a href="ol.renderer.webgl.tilelayerrenderer.shader.Vertex.html">ol.renderer.webgl.tilelayerrenderer.shader.Vertex</a></li><li><a href="ol.source.BingMaps.html">ol.source.BingMaps</a></li><li><a href="ol.source.DebugTileSource.html">ol.source.DebugTileSource</a></li><li><a href="ol.source.ImageSource.html">ol.source.ImageSource</a></li><li><a href="ol.source.ImageTileSource.html">ol.source.ImageTileSource</a></li><li><a href="ol.source.MapQuestOSM.html">ol.source.MapQuestOSM</a></li><li><a href="ol.source.MapQuestOpenAerial.html">ol.source.MapQuestOpenAerial</a></li><li><a href="ol.source.OpenStreetMap.html">ol.source.OpenStreetMap</a></li><li><a href="ol.source.SingleImageWMS.html">ol.source.SingleImageWMS</a></li><li><a href="ol.source.Source.html">ol.source.Source</a></li><li><a href="ol.source.Stamen.html">ol.source.Stamen</a></li><li><a href="ol.source.StaticImage.html">ol.source.StaticImage</a></li><li><a href="ol.source.TileJSON.html">ol.source.TileJSON</a></li><li><a href="ol.source.TileSource.html">ol.source.TileSource</a></li><li><a href="ol.source.TiledWMS.html">ol.source.TiledWMS</a></li><li><a href="ol.source.XYZ.html">ol.source.XYZ</a></li><li><a href="ol.tilegrid.TileGrid.html">ol.tilegrid.TileGrid</a></li><li><a href="ol.tilegrid.XYZ.html">ol.tilegrid.XYZ</a></li></ul><h3>Global</h3><ul><li><a href="global.html#Have Proj4js.">Have Proj4js.</a></li><li><a href="global.html#grid">grid</a></li><li><a href="global.html#{number}">{number}</a></li></ul>
</nav>
<br clear="both">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Tue Mar 05 2013 11:09:25 GMT+0100 (CET)
</footer>
<script> prettyPrint(); </script>
</body>
</html>