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