| E | |
| easeIn | |
| easeInOut | |
| easeOut | |
| element, OpenLayers. | |
| emptyFunction, OpenLayers.Ajax | |
| enableZoomBox, OpenLayers. | |
| enableZoomWheel, OpenLayers. | |
| encode, OpenLayers. | |
| encodeDeltas, OpenLayers. | |
| encodeFloat, OpenLayers. | |
| encodeFloats, OpenLayers. | |
| encodeLiteral, OpenLayers. | |
| encodeSignedInteger, OpenLayers. | |
| encodeSignedIntegers, OpenLayers. | |
| encodeUnsignedInteger, OpenLayers. | |
| encodeUnsignedIntegers, OpenLayers. | |
| end | |
| endBox, OpenLayers. | |
| enforceTopology, OpenLayers. | |
| equals | |
| erase | |
| eraseFeatures | |
| eraseGeometry | |
| error, OpenLayers. | |
| evaluate | |
| evaluateFilter, OpenLayers. | |
| execute | |
| exists, OpenLayers. | |
| extend | |
| extendBounds, OpenLayers. | |
| extendXY, OpenLayers. | |
| extractFidFromField, OpenLayers. | |
| extractGeometry, OpenLayers. | |
| extractSegment, 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 () 
enableZoomBox : function() 
enableZoomWheel : function() 
Serialize an array of n-dimensional points and return an encoded string
encode: function ( points, dims, opt_factor ) 
Encode a list of n-dimensional points and return an encoded string
encodeDeltas: function( numbers, dimension, opt_factor ) 
Encode one single floating point number and return an encoded string
encodeFloat: function( num, opt_factor ) 
Encode a list of floating point numbers and return an encoded string
encodeFloats: function( numbers, opt_factor ) 
Generates the string representation of a value for use in Literal elements.
encodeLiteral: function( value ) 
Encode one single signed integer and return an encoded string
encodeSignedInteger: function( num ) 
Encode a list of signed integers and return an encoded string
encodeSignedIntegers: function( numbers ) 
Encode one single unsigned integer and return an encoded string
encodeUnsignedInteger: function( num ) 
Encode a list of unsigned integers and return an encoded string
encodeUnsignedIntegers: function( numbers ) 
Ends the dragging, start the kinetic.
end: function( xy ) 
endBox: function( end ) 
Simple topology enforcement for drawing interior rings.
enforceTopology: function( event ) 
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, featureId ) 
Erase a geometry from the renderer.
eraseGeometry: function( geometry, featureId ) 
Erase a geometry from the renderer.
eraseGeometry: function( geometry, featureId ) 
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 ) 
Shortcut to execute a process with a single function call.
execute: function( options ) 
Configures and executes the process
execute: function( options ) 
exists: function( node ) 
Extend the bounds to include the OpenLayers.LonLat, OpenLayers.Geometry.Point or OpenLayers.Bounds specified.
extend:function( object ) 
Extend the existing bounds to include the new bounds.
extendBounds: function( newBounds ) 
Extend the bounds to include the XY coordinate specified.
extendXY:function( x, y ) 
extractFidFromField: function( field ) 
Entry point to construct the WKT for a single Geometry object.
extractGeometry: function( geometry ) 
extractSegment: function( segment, segmentType )