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
 save, OpenLayers.Strategy.Save
 setAttributeNS, OpenLayers.Format.XML
 setBackgroundColor
 setBaseLayer, OpenLayers.Map
 setBorder, OpenLayers.Popup.Framed
 setCenter, OpenLayers.Map
 setCode, OpenLayers.Lang
 setDefaultStyle, OpenLayers.Style
 setIsBaseLayer, OpenLayers.Layer
 setLayer, OpenLayers.Control.Snapping
 setLayerIndex, OpenLayers.Map
 setMap
 setMapObjectCenter
 setName, OpenLayers.Layer
 setOpacity
 setOptions
 setSize
 setSource, OpenLayers.Control.Split
 setTileSize
 setUrl
 setVisibility
 show
 start, OpenLayers.Tween
 startsWith
 stop, OpenLayers.Tween
 supported
T
 time, OpenLayers.Console
 timeEnd, OpenLayers.Console
 toArray, OpenLayers.Bounds
 toBBOX, OpenLayers.Bounds
 toGeometry, OpenLayers.Bounds
 toggle, OpenLayers.Element
 toShortString, OpenLayers.LonLat
 toString, OpenLayers.Bounds
 trace, OpenLayers.Console
 transform
 translate, OpenLayers.Lang
 triggerEvent, OpenLayers.Events
 trim
save: function(features)
Tell the layer protocol to commit unsaved features.
setAttributeNS: function(node,
uri,
name,
value)
Adds a new attribute or changes the value of an attribute with the given namespace and name.
setBackgroundColor:function(color)
setBackgroundColor:function(color)
setBaseLayer: function(newBaseLayer)
Allows user to specify one of the currently-loaded layers as the Map’s new base layer.
setBorder:function()
setCenter: function(lonlat,
zoom,
dragging,
forceZoomChange)
Set the map center (and optionally, the zoom level).
setCode: function(code)
Set the language code for string translation.
setDefaultStyle: function(style)
Sets the default style for this style object.
setIsBaseLayer: function(isBaseLayer)
setLayer: function(layer)
Set the editable layer.
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)
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)
Sets the opacity for all the markers.
setOpacity: function (opacity)
Call the setOpacity method of the appropriate parent class to set the opacity.
setOpacity:function(opacity)
setOptions: function (newOptions)
setOptions: function(options)
Change the map options
setSize:function(contentSize)
setSize:function(contentSize)
setSize:function(contentSize)
Overridden here, because we need to update the blocks whenever the size of the popup has changed.
setSource: function(layer)
Set the source layer for edits layer.
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
show: function()
Overridden from Popup since user might hide popup and then show() it in a new location (meaning we might want to update the relative position on the show)
start: function(begin,
finish,
duration,
options)
Plays the Tween, and calls the callback method on each step
startsWith: function(str,
sub)
Test whether a string starts with another string.
Deprecated.
stop: function()
Stops the Tween, and calls the done callback Doesn’t do anything if animation is already finished
supported: function()
This should be overridden by specific subclasses
supported: function()
Determine whether a browser supports Gears
supported: function()
This should be overridden by specific subclasses
supported: function()
{Boolean} Whether or not the browser supports the renderer class
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)
toGeometry: function()
Create a new polygon geometry based on this bounds.
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.
transform: function(source,
dest)
Transform the Bounds object from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Translate the x,y properties of the point from source to dest.
transform: function(source,
dest)
Transform the LonLat object from source to dest.
OpenLayers.Projection.transform = function(point,
source,
dest)
Transform a point coordinate from one projection to another.
translate: function(key,
context)
Looks up a key from a dictionary based on the current language string.
triggerEvent: function (type,
evt)
Trigger a specified registered event.
trim: function(str)
Removes leading and trailing whitespace characters from a string.
Deprecated.
Close