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
 eraseFeatures
 eraseGeometry
 error, OpenLayers. Console
 evaluate
 evaluateFilter, OpenLayers. Protocol.SQL
 exists, OpenLayers. ElementsIndexer
 extend
 extendBounds, OpenLayers. Geometry
 extractFidFromField, OpenLayers. Protocol. SQL. Gears
 extractSegment
F
 feature, OpenLayers. Format. GeoJSON. extract
 fetchLink, OpenLayers. Format.KML
 filter, OpenLayers. Array
 finalize
 findElement, OpenLayers. Event
 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
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)
Tests for equivalent geometries
equals:function(geom)
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
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.
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)
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
Close