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