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
E
 easeIn
 easeInOut
 easeOut
 element, OpenLayers.Event
 emptyFunction, OpenLayers.Ajax
 enableZoomWheel, OpenLayers.Control.Navigation
 endBox, OpenLayers.Handler.Box
 equals
 erase
 eraseFeatures
 eraseGeometry
 error, OpenLayers.Console
 evaluate
 evaluateFilter, OpenLayers.Protocol.SQL
 exists, OpenLayers.ElementsIndexer
 extend
 extendBounds, OpenLayers.Geometry
 extractFidFromField, OpenLayers.Protocol.SQL.Gears
 extractSegment, OpenLayers.Format.GPX
F
 feature, OpenLayers.Format.GeoJSON.extract
 fetchLink, OpenLayers.Format.KML
 filter, OpenLayers.Array
 filterDelete, OpenLayers.Protocol.WFS.v1
 finalize
 findElement, OpenLayers.Event
 findLayers, OpenLayers.Control.WMSGetFeatureInfo
 findPropertyStyles, OpenLayers.Style
 fixPadding, OpenLayers.Popup
 fixYahooEventPane, OpenLayers.Layer.Yahoo
 format
 formatOutput, OpenLayers.Control.MousePosition
 forwardMercator, OpenLayers.Layer.SphericalMercator
 freehandMode, OpenLayers.Handler.Path
 freezeFeature, OpenLayers.Protocol.SQL.Gears
 fromArray, OpenLayers.Bounds
 fromSize, OpenLayers.Bounds
 fromString
 fromWKT, OpenLayers.Geometry.OpenLayers.Geometry
 fromWMSLayer, OpenLayers.Protocol.WFS
easeIn: function(t,
b,
c,
d)
easeIn: function(t,
b,
c,
d)
easeIn: function(t,
b,
c,
d)
easeInOut: function(t,
b,
c,
d)
easeInOut: function(t,
b,
c,
d)
easeInOut: function(t,
b,
c,
d)
easeOut: function(t,
b,
c,
d)
easeOut: function(t,
b,
c,
d)
easeOut: function(t,
b,
c,
d)
element: function(event)
Cross browser event element detection.
emptyFunction: function ()
enableZoomWheel : function()
endBox: function(end)
equals:function(bounds)
Test a two bounds for equivalence.
equals: function(geometry)
Determine whether another geometry is equivalent to this one.
equals: function(geom)
Determine whether another geometry is equivalent to this one.
equals:function(ll)
equals:function(px)
Determine whether one pixel is equivalent to another
equals: function(projection)
Test equality of two projection instances.
equals:function(sz)
Determine where this size is equal to another
erase: function()
Erase the underlying image element.
erase: function()
Erases any drawn elements for this marker.
eraseFeatures: function(features)
Erase features from the layer.
eraseFeatures: function(features)
This is called by the layer to erase features
eraseFeatures: function(features)
This is called by the layer to erase features; removes the feature from the list, then redraws the layer.
eraseGeometry: function(geometry)
Remove a geometry from the renderer (by id).
eraseGeometry: function(geometry)
Erase a geometry from the renderer.
eraseGeometry: function(geometry)
Erase a geometry from the renderer.
error: function()
Writes a message to the console with the visual “error” icon and color coding and a hyperlink to the line where it was called.
evaluate: function(context)
Evaluates this filter in a specific context.
evaluate: function(context)
Evaluates this filter in a specific context.
evaluate: function(feature)
evaluates this rule for a specific feature
evaluate: function(context)
Evaluates this filter in a specific context.
evaluate: function(feature)
Evaluates this filter for a specific feature.
evaluate: function(feature)
evaluates this rule for a specific feature
evaluateFilter: function(feature,
filter)
If postReadFiltering is true evaluate the filter against the feature and return the result of the evaluation, otherwise return true.
exists: function(node)
node- {DOMElement} The node to test for existence.
extend:function(object)
Extend the bounds to include the point, lonlat, or bounds specified.
OpenLayers.Util.extend = function(destination,
source)
Copy all properties of a source object to a destination object.
extendBounds: function(newBounds)
Extend the existing bounds to include the new bounds.
extractFidFromField: function(field)
extractSegment: function(segment,
segmentType)
Return a partial GeoJSON object representing a single feature.
fetchLink: function(href)
Fetches a URL and returns the result
filter: function(array,
callback,
caller)
Filter an array.
filterDelete: function(filter,
options)
Send a request that deletes all features by their filter.
finalize: function(cancel)
Finish the geometry and call the “done” callback.
finalize: function()
Finish the geometry and call the “done” callback.
findElement: function(event,
tagName)
findLayers: function()
Internal method to get the layers, independent of whether we are inspecting the map or using a client-provided array
findPropertyStyles: function()
Looks into all rules for this style and the defaultStyle to collect all the style hash property names containing ${...}
fixPadding: function()
To be removed in 3.0, this function merely helps us to deal with the case where the user may have set an integer value for padding, instead of an OpenLayers.Bounds object.
fixYahooEventPane: function()
The map has been centered, so the mysterious yahoo eventpane has been added.
format: function(num,
dec,
tsep,
dsep)
Formats a number for output.
format: function(template,
context,
args)
Given a string with tokens in the form ${token}, return a string with tokens replaced with properties from the given context object.
formatOutput: function(lonLat)
Override to provide custom display output
forwardMercator: function(lon,
lat)
Given a lon,lat in EPSG:4326, return a point in Spherical Mercator.
freehandMode: function(evt)
Determine whether to behave in freehand mode or not.
freezeFeature: function(feature)
OpenLayers.Bounds.fromArray = function(bbox)
Alternative constructor that builds a new OpenLayers.Bounds from an array
OpenLayers.Bounds.fromSize = function(size)
Alternative constructor that builds a new OpenLayers.Bounds from a size
OpenLayers.Bounds.fromString = function(str)
Alternative constructor that builds a new OpenLayers.Bounds from a parameter string
OpenLayers.LonLat.fromString = function(str)
Alternative constructor that builds a new OpenLayers.LonLat from a parameter string
OpenLayers.Geometry.fromWKT = function(wkt)
Generate a geometry given a Well-Known Text string.
OpenLayers.Protocol.WFS.fromWMSLayer = function(layer,
options)
Convenience function to create a WFS protocol from a WMS layer.
Close