| E | |
| editFirstGeometry, mapfish. | |
| editGeometryVisual, mapfish. | |
| equals | |
| error, OpenLayers. | |
| evaluate | |
| exists, OpenLayers. | |
| extend | |
| F | |
| fillSpec | |
| filter, OpenLayers. | |
| format | |
| forwardMercator, OpenLayers. | |
| fromArray, OpenLayers. | |
| fromSize, OpenLayers. | |
| fromString, OpenLayers. | 
Start to edit the first geometry of the given feature.
editFirstGeometry: function( record ) 
How to represent a geometry in the grid.
editGeometryVisual: function( geometry, record, edited ) 
Returns true if the colors at the same.
equals: function( color ) 
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 ) 
node- {DOMElement} The node to test for existence.
exists: function( node ) 
Extend the bounds to include the point, lonlat, or bounds specified.
extend:function( object ) 
Copy all properties of a source object to a destination object.
OpenLayers.Util.extend = function( destination, source ) 
Add the page definitions and set the other parameters.
fillSpec: function( printCommand ) 
Add the page definitions and set the other parameters.
fillSpec: function( printCommand ) 
Add the page definitions and set the other parameters.
fillSpec: function( printCommand ) 
Filter an array.
filter: function( array, callback, caller ) 
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 ) 
Given a lon,lat in EPSG:4326, return a point in Spherical Mercator.
forwardMercator: function( lon, lat ) 
Alternative constructor that builds a new OpenLayers.Bounds from an array
OpenLayers.Bounds.fromArray = function( bbox ) 
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 )