F | |
filter, OpenLayers. Array | |
format | |
forwardMercator, OpenLayers. Layer. SphericalMercator | |
fromArray, OpenLayers. Bounds | |
fromSize, OpenLayers. Bounds | |
fromString, OpenLayers. Bounds |
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 )