Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
E
  encode, OpenLayers.Format.EncodedPolyline
  encodeDeltas, OpenLayers.Format.EncodedPolyline
  encodeFloats, OpenLayers.Format.EncodedPolyline
  encodeLiteral, OpenLayers.Format.Filter.v1
  encodeSignedIntegers, OpenLayers.Format.EncodedPolyline
  encodeUnsignedIntegers, OpenLayers.Format.EncodedPolyline
  equals
  error, OpenLayers.Console
  evaluate
  execute
  exists, OpenLayers.ElementsIndexer
  extend
  extendXY, OpenLayers.Bounds
F
  False, OpenLayers.Function
  filter, OpenLayers.Array
  filterToParams
  finishGeometry, OpenLayers.Handler.Path
  finishSketch, OpenLayers.Control.DrawFeature
  format
  forwardMercator, OpenLayers.Layer.SphericalMercator
  fromArray, OpenLayers.Bounds
  fromSize, OpenLayers.Bounds
  fromString, OpenLayers.Bounds
encode: function ( points,
dims,
opt_factor )
Serialize an array of n-dimensional points and return an encoded string
encodeDeltas: function( numbers,
dimension,
opt_factor )
Encode a list of n-dimensional points and return an encoded string
encodeFloats: function( numbers,
opt_factor )
Encode a list of floating point numbers and return an encoded string
encodeLiteral: function( value )
Generates the string representation of a value for use in Literal elements.
encodeSignedIntegers: function( numbers )
Encode a list of signed integers and return an encoded string
encodeUnsignedIntegers: function( numbers )
Encode a list of unsigned integers and return an encoded string
equals: function( geometry )
Determine whether another geometry is equivalent to this one.
equals: function( geom )
Determine whether another geometry is equivalent to this one.
equals:function( ll )
equals:function( px )
Determine whether one pixel is equivalent to another
equals:function( sz )
Determine where this size is equal to another
error: function()
Writes a message to the console with the visual “error” icon and color coding and a hyperlink to the line where it was called.
evaluate: function( context )
Evaluates this filter in a specific context.
evaluate: function( context )
Evaluates this filter in a specific context.
evaluate: function( feature )
evaluates this rule for a specific feature
evaluate: function( context )
Evaluates this filter in a specific context.
evaluate: function( feature )
evaluates this rule for a specific feature
execute: function( options )
Shortcut to execute a process with a single function call.
execute: function( options )
Configures and executes the process
exists: function( node )
Copy all properties of a source object to a destination object.
extend:function( object )
Extend the bounds to include the OpenLayers.LonLat, OpenLayers.Geometry.Point or OpenLayers.Bounds specified.
extendXY:function( x,
y )
Extend the bounds to include the XY coordinate specified.
False : function()
A simple function to that just does “return false”.
filter: function( array,
callback,
caller )
Filter an array.
Optional method to translate an OpenLayers.Filter object into an object that can be serialized as request query string provided.
Optional method to translate an OpenLayers.Filter object into an object that can be serialized as request query string provided.
finishGeometry: function()
Finish the geometry and send it back to the control.
finishSketch: function()
Finishes the sketch without including the currently drawn point.
format: function( num,
dec,
tsep,
dsep )
Formats a number for output.
format: function( template,
context,
args )
Given a string with tokens in the form ${token}, return a string with tokens replaced with properties from the given context object.
Given a lon,lat in EPSG:4326, return a point in Spherical Mercator.
OpenLayers.Bounds.fromArray = function( bbox,
reverseAxisOrder )
Alternative constructor that builds a new OpenLayers.Bounds from an array.
OpenLayers.Bounds.fromSize = function( size )
Alternative constructor that builds a new OpenLayers.Bounds from a size.
OpenLayers.Bounds.fromString = function( str,
reverseAxisOrder )
Alternative constructor that builds a new OpenLayers.Bounds from a parameter string.
Close