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
 element, ALKMaps.Event
 enableContextMenu
 enableSafeScroll, ALKMaps.Map
 enableZoomBox, ALKMaps.Control.Navigation
 enableZoomWheel, ALKMaps.Control.Navigation
 endBox, ALKMaps.Handler.Box
 enforceTopology, ALKMaps.Handler.Polygon
 equals
 erase
 eraseFeatures, ALKMaps.Layer.Vector
 evaluate
 eventsHandler, ALKMaps.Control.WeatherAlertLegend
 extend, ALKMaps.Bounds
 extendBounds, ALKMaps.Geometry
 extractGeometry, ALKMaps.Format.WKT
F
 failure, ALKMaps.Control.BaseGeolocate
 False, ALKMaps.Function
 feature, ALKMaps.Format.GeoJSON.extract
 featureunselected, ALKMaps.Layer.WeatherAlerts
 fetch, ALKMaps.Control.CacheRead
 fetchLink, ALKMaps.Format.KML
 filter, ALKMaps.Array
 filterToParams
 finalize
 finalizeInteriorRing, ALKMaps.Handler.Polygon
 findElement, ALKMaps.Event
 findPropertyStyles, ALKMaps.Style
 finishGeometry
 finishSketch, ALKMaps.Control.DrawFeature
 first, ALKMaps.Queue
 fixPadding
 format
 formatOutput, ALKMaps.Control.MousePosition
 freehandMode, ALKMaps.Handler.Path
 fromArray
 fromSize, ALKMaps.Bounds
 fromString
 fromWKT, ALKMaps.Geometry.ALKMaps.Geometry
element: function(event)
Cross browser event element detection.
enableContextMenu: function()
Enables the default right-click context menu;
ALKMaps.Util.enableContextMenu = function (div)
Enables the default right-click context menu of the provided div;
enableSafeScroll: function()
Enables the SafeScroll feature for the map.
enableZoomBox : function()
enableZoomWheel : function()
endBox: function(end)
enforceTopology: function(event)
Simple topology enforcement for drawing interior rings.
equals:function(bounds)
Test a two bounds for equivalence.
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(projection)
Test equality of two projection instances.
equals:function(sz)
Determine where this size is equal to another
erase: function()
Erase the underlying image element.
erase: function()
Erases any drawn elements for this marker.
eraseFeatures: function(features)
Erase features from the layer.
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 filter for a specific feature.
evaluate: function(feature)
evaluates this rule for a specific feature
eventsHandler: function(evt)
Stop events propagation from the control.
extend:function(object)
Extend the bounds to include the point, lonlat, or bounds specified.
extendBounds: function(newBounds)
Extend the existing bounds to include the new bounds.
extractGeometry: function(geometry)
Entry point to construct the WKT for a single Geometry object.
failure: function (error)
method called on browser’s geolocation failure
False : function()
A simple function to that just does “return false”.
Return a partial GeoJSON object representing a single feature.
featureunselected: function(e)
Event handler.
fetch: function(evt)
Listener to the fetchEvent event.
fetchLink: function(href)
Fetches a URL and returns the result
filter: function(array,
callback,
caller)
Filter an array.
Optional method to translate an ALKMaps.Filter object into an object that can be serialized as request query string provided.
Optional method to translate an ALKMaps.Filter object into an object that can be serialized as request query string provided.
finalize: function(cancel)
Finish the geometry and call the “done” callback.
finalize: function()
Finish the geometry and call the “done” callback.
finalizeInteriorRing: function()
Enforces that new ring has some area and doesn’t contain vertices of any other rings.
findElement: function(event,
tagName)
findPropertyStyles: function()
Looks into all rules for this style and the defaultStyle to collect all the style hash property names containing ${...}
finishGeometry: function()
Finish the geometry and send it back to the control.
finishGeometry: function()
Finish the geometry and send it back to the control.
finishSketch: function()
Finishes the sketch without including the currently drawn point.
first: function ()
Get the first record in the queue.
fixPadding: function()
To be removed in 3.0, this function merely helps us to deal with the case where the user may have set an integer value for padding, instead of an ALKMaps.Bounds object.
fixPadding: function()
To be removed in 3.0, this function merely helps us to deal with the case where the user may have set an integer value for padding, instead of an ALKMaps.Bounds object.
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.
formatOutput: function(lonLat)
Override to provide custom display output
freehandMode: function(evt)
Determine whether to behave in freehand mode or not.
ALKMaps.Bounds.fromArray = function(bbox,
reverseAxisOrder)
Alternative constructor that builds a new ALKMaps.Bounds from an array
ALKMaps.LonLat.fromArray = function(arr)
Alternative constructor that builds a new ALKMaps.LonLat from an array of two numbers that represent lon- and lat-values.
ALKMaps.Bounds.fromSize = function(size)
Alternative constructor that builds a new ALKMaps.Bounds from a size
ALKMaps.Bounds.fromString = function(str,
reverseAxisOrder)
Alternative constructor that builds a new ALKMaps.Bounds from a parameter string
ALKMaps.LonLat.fromString = function(str)
Alternative constructor that builds a new ALKMaps.LonLat from a parameter string
ALKMaps.Geometry.fromWKT = function(wkt)
Generate a geometry given a Well-Known Text string.
Close