Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 setBackgroundColor, OpenLayers. Popup. AnchoredBubble
 setBaseLayer, OpenLayers.Map
 setCenter, OpenLayers.Map
 setIsBaseLayer, OpenLayers. Layer
 setLayerIndex, OpenLayers.Map
 setMap
 setMapObjectCenter
 setName, OpenLayers. Layer
 setOpacity
 setOptions
 setSize, OpenLayers. Popup. AnchoredBubble
 setTileSize
 setUrl
 setVisibility
 show, OpenLayers. Element
 startsWith
 supported
T
 time, OpenLayers. Console
 timeEnd, OpenLayers. Console
 toArray, OpenLayers. Bounds
 toBBOX, OpenLayers. Bounds
 toggle, OpenLayers. Element
 toShortString, OpenLayers. LonLat
 toString, OpenLayers. Bounds
 trace, OpenLayers. Console
 triggerEvent, OpenLayers. Events
 trim
U
 unregister, OpenLayers. Events
 updateSize, OpenLayers.Map
V
 visible, OpenLayers. Element
W
 warn, OpenLayers. Console
 wrapDateLine
 write
Z
 zoomIn, OpenLayers.Map
 zoomOut, OpenLayers.Map
 zoomTo, OpenLayers.Map
 zoomToExtent, OpenLayers.Map
 zoomToMaxExtent, OpenLayers.Map
 zoomToScale, OpenLayers.Map
setBackgroundColor:function(color)
setBaseLayer: function(newBaseLayer)
Allows user to specify one of the currently-loaded layers as the Map’s new base layer.
setCenter: function (lonlat,
zoom,
dragging,
forceZoomChange)
setIsBaseLayer: function(isBaseLayer)
setLayerIndex: function (layer,
idx)
Move the given layer to the specified (zero-based) index in the layer list, changing its z-index in the map display.
setMap: function(map)
Overridden from EventPane because if a map type has been specified, we need to attach a listener for the first moveend -- this is how we will know that the map has been centered.
setMap: function(map)
setMap: function(map)
When the layer is added to a map, then we can fetch our origin (if we don’t have one.)
setMap: function(map)
Overridden from EventPane because we need to remove this yahoo event pane which prohibits our drag and drop, and we can only do this once the map has been loaded and centered.
setMapObjectCenter: function(center,
zoom)
Set the mapObject to the specified center and zoom
setMapObjectCenter: function(center,
zoom)
Set the mapObject to the specified center and zoom
setMapObjectCenter: function(center,
zoom)
Set the mapObject to the specified center and zoom
setMapObjectCenter: function(center,
zoom)
Set the mapObject to the specified center and zoom
setName: function(newName)
Sets the new layer name for this layer.
setOpacity: function(opacity)
Sets the opacity for the entire layer (all images)
setOpacity:function(opacity)
setOptions: function (newOptions)
setOptions: function(options)
Change the map options
setSize:function(size)
setTileSize: function(size)
Set the tile size based on the map size.
setTileSize: function(size)
Check if we are in singleTile mode and if so, set the size as a ratio of the map size (as specified by the layer’s ‘ratio’ property).
setUrl: function(newUrl)
setUrl: function(newUrl)
setVisibility: function(visibility)
Set the visibility flag for the layer and hide/show & redraw accordingly.
setVisibility: function(visibility,
noEvent)
Set the visibility flag for the layer and hide/show&redraw accordingly.
show: function()
Show element(s) passed in
Test whether a string starts with another string.
Deprecated.
supported: function()
This should be overridden by specific subclasses
supported: function()
{Boolean} Whether or not the browser supports the SVG renderer
supported: function()
Determine whether a browser supports this renderer.
time: function()
Creates a new timer under the given name.
timeEnd: function()
Stops a timer created by a call to OpenLayers.Console.time(name) and writes the time elapsed.
toArray: function()
{Array} array of left, bottom, right, top
toBBOX:function(decimal)
toggle: function()
Toggle the visibility of element(s) passed in
toShortString:function()
{String} Shortened String representation of OpenLayers.LonLat object.
toString:function()
{String} String representation of bounds object.
trace: function()
Prints an interactive stack trace of JavaScript execution at the point where it is called.
triggerEvent: function (type,
evt)
Trigger a specified registered event
Removes leading and trailing whitespace characters from a string.
Deprecated.
unregister: function (type,
obj,
func)
updateSize: function()
This function should be called by any external code which dynamically changes the size of the map div (because mozilla wont let us catch the “onresize” for an element)
visible: function(element)
warn: function()
Writes a message to the console with the visual “warning” icon and color coding and a hyperlink to the line where it was called.
wrapDateLine: function(maxExtent,
options)
wrapDateLine: function(maxExtent)
write: function(obj,
pretty)
Serialize a feature, geometry, array of features, or array of geometries into a GeoJSON string.
write: function(features)
Accept Feature Collection, and return a string.
write: function(features)
Generate a GML document string given a list of features.
write: function(value,
pretty)
Serialize an object into a JSON string.
write: function(features)
Accept Feature Collection, and return a string.
write: function(node)
Serialize a DOM node into a XML string.
zoomIn: function()
zoomOut: function()
zoomTo: function(zoom)
Zoom to a specific zoom level
zoomToExtent: function(bounds)
Zoom to the passed in bounds, recenter
zoomToMaxExtent: function()
Zoom to the full extent and recenter.
zoomToScale: function(scale)
Zoom to a specified scale