E | |
encode, OpenLayers. | |
encodeDeltas, OpenLayers. | |
encodeFloats, OpenLayers. | |
encodeLiteral, OpenLayers. | |
encodeSignedIntegers, OpenLayers. | |
encodeUnsignedIntegers, OpenLayers. | |
equals | |
error, OpenLayers. | |
evaluate | |
execute | |
exists, OpenLayers. | |
extend | |
extendXY, OpenLayers. | |
F | |
False, OpenLayers. | |
filter, OpenLayers. | |
filterToParams | |
finishGeometry, OpenLayers. | |
finishSketch, OpenLayers. | |
format | |
forwardMercator, OpenLayers. | |
fromArray, OpenLayers. | |
fromSize, OpenLayers. | |
fromString, 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 )
A simple function to that just does “return false”.
False : function()
Filter an array.
filter: function( array, callback, caller )
Finish the geometry and send it back to the control.
finishGeometry: function()
Finishes the sketch without including the currently drawn point.
finishSketch: 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 )
Alternative constructor that builds a new OpenLayers.Bounds from an array.
OpenLayers.Bounds.fromArray = function( bbox, reverseAxisOrder )
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, reverseAxisOrder )