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
 equals
 error, OpenLayers.Console
 evaluate
 exists, OpenLayers.ElementsIndexer
 extend
F
 False, OpenLayers.Function
 filter, OpenLayers.Array
 filterToParams
 finishGeometry, OpenLayers.Handler.Path
 finishSketch, OpenLayers.Control.DrawFeature
 format
 forwardMercator, OpenLayers.Layer.SphericalMercator
 fromArray, OpenLayers.Bounds
 fromSize, OpenLayers.Bounds
 fromString, OpenLayers.Bounds
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(sz)
Determine where this size is equal to another
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 rule for a specific feature
exists: function(node)
Copy all properties of a source object to a destination object.
extend:function(object)
Extend the bounds to include the point, lonlat, or bounds specified.
False : function()
A simple function to that just does “return false”.
filter: function(array,
callback,
caller)
Filter an array.
Optional method to translate an OpenLayers.Filter object into an object that can be serialized as request query string provided.
Optional method to translate an OpenLayers.Filter object into an object that can be serialized as request query string provided.
finishGeometry: function()
Finish the geometry and send it back to the control.
finishSketch: function()
Finishes the sketch without including the currently drawn point.
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.
Given a lon,lat in EPSG:4326, return a point in Spherical Mercator.
OpenLayers.Bounds.fromArray = function(bbox,
reverseAxisOrder)
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,
reverseAxisOrder)
Alternative constructor that builds a new OpenLayers.Bounds from a parameter string
Close