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 )
Cross browser event element detection.
element: function( event )
emptyFunction: function ()
enableZoomWheel : function()
endBox: function( end )
Test a two bounds for equivalence.
equals:function( bounds )
Tests for equivalent geometries
equals: function( geometry )
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 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 )
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 )
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 )