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
 easeIn
 easeInOut
 easeOut
 element, OpenLayers.Event
 emptyFunction, OpenLayers.Ajax
 enableZoomBox, OpenLayers.Control.Navigation
 enableZoomWheel, OpenLayers.Control.Navigation
 encode, OpenLayers.Format.EncodedPolyline
 encodeDeltas, OpenLayers.Format.EncodedPolyline
 encodeFloat, OpenLayers.Format.EncodedPolyline
 encodeFloats, OpenLayers.Format.EncodedPolyline
 encodeLiteral, OpenLayers.Format.Filter.v1
 encodeSignedInteger, OpenLayers.Format.EncodedPolyline
 encodeSignedIntegers, OpenLayers.Format.EncodedPolyline
 encodeUnsignedInteger, OpenLayers.Format.EncodedPolyline
 encodeUnsignedIntegers, OpenLayers.Format.EncodedPolyline
 end
 endBox, OpenLayers.Handler.Box
 enforceTopology, OpenLayers.Handler.Polygon
 equals
 erase
 eraseFeatures
 eraseGeometry
 error, OpenLayers.Console
 evaluate
 evaluateFilter, OpenLayers.Protocol.SQL
 execute
 exists, OpenLayers.ElementsIndexer
 extend
 extendBounds, OpenLayers.Geometry
 extendXY, OpenLayers.Bounds
 extractFidFromField, OpenLayers.Protocol.SQL.Gears
 extractGeometry, OpenLayers.Format.WKT
 extractSegment, OpenLayers.Format.GPX
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)
element: function(event)
Cross browser event element detection.
emptyFunction: function ()
enableZoomBox : function()
enableZoomWheel : function()
encode: function (points,
dims,
opt_factor)
Serialize an array of n-dimensional points and return an encoded string
encodeDeltas: function(numbers,
dimension,
opt_factor)
Encode a list of n-dimensional points and return an encoded string
encodeFloat: function(num,
opt_factor)
Encode one single floating point number and return an encoded string
encodeFloats: function(numbers,
opt_factor)
Encode a list of floating point numbers and return an encoded string
encodeLiteral: function(value)
Generates the string representation of a value for use in Literal elements.
encodeSignedInteger: function(num)
Encode one single signed integer and return an encoded string
encodeSignedIntegers: function(numbers)
Encode a list of signed integers and return an encoded string
encodeUnsignedInteger: function(num)
Encode one single unsigned integer and return an encoded string
encodeUnsignedIntegers: function(numbers)
Encode a list of unsigned integers and return an encoded string
end: function(xy)
Ends the dragging, start the kinetic.
endBox: function(end)
enforceTopology: function(event)
Simple topology enforcement for drawing interior rings.
equals:function(bounds)
Test a two bounds for equivalence.
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(projection)
Test equality of two projection instances.
equals:function(sz)
Determine where this size is equal to another
erase: function()
Erase the underlying image element.
erase: function()
Erases any drawn elements for this marker.
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,
featureId)
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.
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 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.
execute: function(options)
Shortcut to execute a process with a single function call.
execute: function(options)
Configures and executes the process
exists: function(node)
Copy all properties of a source object to a destination object.
extend:function(object)
Extend the bounds to include the OpenLayers.LonLat, OpenLayers.Geometry.Point or OpenLayers.Bounds specified.
extendBounds: function(newBounds)
Extend the existing bounds to include the new bounds.
extendXY:function(x,
y)
Extend the bounds to include the XY coordinate specified.
extractFidFromField: function(field)
extractGeometry: function(geometry)
Entry point to construct the WKT for a single Geometry object.
extractSegment: function(segment,
segmentType)
Close