E | |
easing, OpenLayers. | |
edge, OpenLayers. | |
EditingToolbar, OpenLayers. | |
Elements, OpenLayers. | |
emptyString, OpenLayers. | |
enableKinetic, OpenLayers. | |
encode, OpenLayers. | |
encodeBBOX | |
encodeDeltas, OpenLayers. | |
EncodedPolyline, OpenLayers. | |
encodeFloats, OpenLayers. | |
encodeLiteral, OpenLayers. | |
encodeSignedIntegers, OpenLayers. | |
encodeUnsignedIntegers, OpenLayers. | |
equals | |
error, OpenLayers. | |
errorProperty | |
evaluate | |
eventListeners | |
EventPane, OpenLayers. | |
events OpenLayers. | |
Events, OpenLayers. | |
execute | |
exists, OpenLayers. | |
extend | |
extendXY, OpenLayers. | |
extensions, OpenLayers. | |
externalGraphic, OpenLayers. | |
externalProjection, OpenLayers. | |
extractAttributes | |
extractRoutes, OpenLayers. | |
extractStyles, OpenLayers. | |
extractTracks | |
extractWaypoints, OpenLayers. |
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 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 a list of signed integers and return an encoded string
encodeSignedIntegers: function( numbers )
Encode a list of unsigned integers and return an encoded string
encodeUnsignedIntegers: function( numbers )
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 )
Determine where this size is equal to another
equals:function( sz )
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 rule for a specific feature
evaluate: function( feature )
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 bounds to include the XY coordinate specified.
extendXY:function( x, y )