F | |
Feature | |
FeatureId, OpenLayers. | |
featureIdToHex, OpenLayers. | |
fieldFailed, Jx. | |
fieldPassed, Jx. | |
fileUploadComplete, Jx. | |
fileUploadError, Jx. | |
fileUploadProgress, Jx. | |
Filter | |
filterDelete, OpenLayers. | |
finalize | |
finalizeInteriorRing, OpenLayers. | |
finalizeItem, Jx. | |
findElement, OpenLayers. | |
findFirstVisible, Jx. | |
findMedianIndex, Jx. | |
findMedianOfMedians, Jx. | |
findPropertyStyles, OpenLayers. | |
finishGeometry, OpenLayers. | |
Fixed, OpenLayers. | |
FixedZoomLevels, OpenLayers. | |
fixPadding, OpenLayers. | |
fixYahooEventPane, OpenLayers. | |
Format, OpenLayers. | |
formatOutput, OpenLayers. | |
freehandMode, OpenLayers. | |
freezeFeature, OpenLayers. | |
fromArray, OpenLayers. | |
fromMeter, Fusion | |
fromString, OpenLayers. | |
fromWKT, OpenLayers. | |
fromWMSLayer, OpenLayers. | |
fullExtents, Fusion. | |
Function, OpenLayers. |
Convert a feature ID string into an RGB hex string.
featureIdToHex: function( featureId )
Refires the fieldValidationFailed event from the field validators it contains
fieldFailed: function ( field, validator )
Refires the fieldValidationPassed event from the field validators it contains
fieldPassed: function ( field, validator )
Called when a single file is uploaded completely .
fileUploadComplete: function ( data, file )
Called when there is an error uploading a file.
fileUploadError: function ( data, filename )
Function to pass progress information to the progressbar instance in the file.
fileUploadProgress: function ( data, file )
Send a request that deletes all features by their filter.
filterDelete: function( filter, options )
Clean up the panel
finalize: function()
Clean up the TreeItem and remove all DOM references
finalize: function()
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 )
Finds the first visible button on the toolbar and saves a reference in the scroller object
findFirstVisible: function()
findMedianIndex : function ( left, right, shift )
Parameters: l eft - the left hand, or lower, bound of the sort right - the right hand, or upper, bound of the sort
findMedianOfMedians : function ( left, right )
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()
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 OpenLayers.Bounds object.
fixPadding: function()
The map has been centered, so the mysterious yahoo eventpane has been added.
fixYahooEventPane: function()
Override to provide custom display output
formatOutput: function( lonLat )
Determine whether to behave in freehand mode or not.
freehandMode: function( evt )
freezeFeature: function( feature )
Alternative constructor that builds a new OpenLayers.LonLat from an array of two numbers that represent lon- and lat-values.
OpenLayers.LonLat.fromArray = function( arr )
Converts a length value from meters into native units.
fromMeter: function( unit, value )
Alternative constructor that builds a new OpenLayers.LonLat from a parameter string
OpenLayers.LonLat.fromString = function( str )
Generate a geometry given a Well-Known Text string.
OpenLayers.Geometry.fromWKT = function( wkt )
Convenience function to create a WFS protocol from a WMS layer.
OpenLayers.Protocol.WFS.fromWMSLayer = function( layer, options )
sets the extent of the map to the max as returned by loadMap
fullExtents: function()