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
 easing, OpenLayers. Tween
 eBottom, OpenLayers. Control. ScaleLine
 EditingToolbar, OpenLayers. Control. EditingToolbar. OpenLayers. Control
 element
 Elements, OpenLayers. Renderer. Elements. OpenLayers. Renderer
 elseFilter, OpenLayers.Rule
 emptyFunction, OpenLayers.Ajax
 enableZoomWheel, OpenLayers. Control. Navigation
 encodeBBOX
 endBox, OpenLayers. Handler.Box
 equals
 eraseFeatures
 eraseGeometry
 error, OpenLayers. Console
 eTop, OpenLayers. Control. ScaleLine
 evaluate
 evaluateFilter, OpenLayers. Protocol.SQL
 EVENT_TYPES
 eventHandler, OpenLayers. Events
 eventListener, OpenLayers. handler. Keyboard
 eventListeners
 EVENTMAP, OpenLayers. Handler. Feature
 EventPane, OpenLayers. Layer. EventPane. OpenLayers. Layer
 events
 Events
 eventTypes, OpenLayers. Events
 evt, OpenLayers. Handler
 exists, OpenLayers. ElementsIndexer
 extend
 extendBounds, OpenLayers. Geometry
 extendDefault, OpenLayers. StyleMap
 extent
 externalProjection, OpenLayers. Format
 extract, OpenLayers. Format. GeoJSON
 extractAttributes
 extractFidFromField, OpenLayers. Protocol. SQL. Gears
 extractRoutes
 extractSegment
 extractStyles, OpenLayers. Format.KML
 extractTracks
 extractWaypoints
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)
{<OpenLayers.Easing>(Function)} Easing equation used for the animation Defaultly set to OpenLayers.Easing.Expo.easeOut
{DOMElement}
Create an editing toolbar for a given layer.
{DOMElement}
{DOMElement} The DOM element that contains the overview map
{DOMElement}
element: function(event)
Cross browser event element detection.
{DOMElement} the DOM element receiving browser events
{Boolean} Determines whether this rule is only to be applied only if no other rules match (ElseFilter according to the SLD specification).
emptyFunction: function ()
enableZoomWheel : function()
{Boolean} Should the BBOX commas be encoded? 
{Boolean} Should the BBOX commas be encoded? 
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.
{DOMElement}
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.
{Array(String)} Supported application event types.
{Array(String)} Supported application event types.
{Array(String)} Supported application event types.
{Array(String)} Supported application event types.
{Array(String)} Supported application event types.
{Array(String)} Supported application event types
{Function} bound event handler attached to elements
{Function}
{Object} If set as an option at construction, the eventListeners object will be registered with OpenLayers.Events.on.
{Object} If set as an option at construction, the eventListeners object will be registered with OpenLayers.Events.on.
{Object} If set as an option at construction, the eventListeners object will be registered with OpenLayers.Events.on.
{Object} A object mapping the browser events to objects with callback keys for in and out.
Create a new event pane layer
{OpenLayers.Events} Events instance for triggering control specific events.
{OpenLayers.Events}
{OpenLayers.Events} An events object that handles all events on the map
{OpenLayers.Events} the event handler.
{OpenLayers.Events} custom event manager
{OpenLayers.Events} An events object that handles all events on the tile.
{Array(String)}
Construct an OpenLayers.Events object.
{Array(String)} list of support application events
{Event} This property references the last event handled by the handler.
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.
{Boolean} if true, every render intent will extend the symbolizers specified for the “default” intent at rendering time.
{OpenLayers.Bounds} The image bounds in map units
{OpenLayers.Bounds}
{OpenLayers.Projection} When passed a externalProjection and internalProjection, the format will reproject the geometries it reads or writes.
Object with properties corresponding to the GeoJSON types.
{Boolean} Extract feature attributes from GPX.
{Boolean} Extract attributes from GML.
{Boolean} Extract attributes from GML.
{Boolean} Extract attributes from KML.
{Boolean} Should the WFS layer parse attributes from the retrieved GML? 
extractFidFromField: function(field)
{Boolean} Extract routes from GPX.
extractSegment: function(segment,
segmentType)
{Boolean} Extract styles from KML.
{Boolean} Extract tracks from GPX.
{Boolean} Extract waypoints from GPX.
Close