| E | |
| emptyToNull, EMS. | |
| end, EMS.Icon | |
| equals | |
| error, OpenLayers. | |
| evaluate | |
| exists, OpenLayers. | |
| extend | |
| F | |
| False, OpenLayers. | |
| filter, OpenLayers. | |
| filterToParams | |
| find, EMS. | |
| finishGeometry, OpenLayers. | |
| finishSketch, OpenLayers. | |
| format | |
| forwardMercator, OpenLayers. | |
| fromArray, OpenLayers. | |
| fromJSON, EMS.Util | |
| fromSize, OpenLayers. | |
| fromString, OpenLayers. |
EMS.String.emptyToNull = function( string )
{EMS.Icon} A end start icon useful for putting at the end of a route.
EMS.Icon.end = function()
equals: function( address )
equals: function( geocode )
equals: function( gradient )
equals: function( point )
equals: function( handle )
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 )
A simple function to that just does “return false”.
False : function()
Filter an array.
filter: function( array, callback, caller )
find: function( query, callback )
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 )
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, reverseAxisOrder )
EMS.Util.fromJSON = function( string )
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 )