U | |
undo, OpenLayers. | |
unfreezeFeature, OpenLayers. | |
uniqueId | |
unitAbbr, Fusion | |
unitFromName, Fusion | |
unitName, Fusion | |
units, Proj4js.Proj | |
unitSystem, Fusion | |
UNKNOWN, Fusion | |
unload, OpenLayers.Tile | |
unloadCache, OpenLayers. | |
unloadDestroy, OpenLayers.Map | |
unregister | |
unregisterMouseListeners, OpenLayers. | |
unrenderedFeatures, OpenLayers. | |
unselectItem, Jx. | |
unsetActiveField, Jx. | |
unsetPopUp, Jx. | |
Untiled | |
up | |
update | |
updateCheckColumn, Jx. | |
updateContainerCenter, OpenLayers. | |
updateDelay, Fusion. | |
updateDimensions | |
updateHandler, OpenLayers. | |
updateMapToRect, OpenLayers. | |
updatePosition, OpenLayers. | |
updateRectToMap, OpenLayers. | |
updateSelected, Jx. | |
updateSelection, Fusion. | |
updateSelectionObject, Fusion. | |
updateSizeDestroy, OpenLayers.Map | |
updateSwatch, Jx. | |
upFeature | |
upload, Jx. | |
uploadCleanUp, Jx. | |
uploadFailure, Jx. | |
upperCaseObject, Util | |
url | |
URL_HASH_FACTOR, OpenLayers. | |
URL_SPLIT_REGEX, OpenLayers. | |
urlAppend, Util | |
usePost, OpenLayers. | |
Util |
Remove the most recently added point in the sketch geometry.
undo: function()
unfreezeFeature: function( row )
Given a unit, this method returns the units abbreviation
unitAbbr: function( unit )
returns index into the units array for the given unit name or abbreviation
unitFromName: function( unit )
Given a unit, this method returns the units name
unitName: function( unit )
imperial, metric, degrees or device units
unitSystem: function( unit )
Call immediately before destroying if you are listening to tile events, so that counters are properly handled if tile is still loading at destroy-time.
unload: function()
Cycle through all the element entries in the events cache and call stopObservingElement on each.
unloadCache: function()
unregister: function( responderToRemove )
unregister an event from the map
unregister: function ( name, method )
In a touch environment, we don’t want to handle mouse events.
unregisterMouseListeners: function()
Fires unselect event
unselectItem: function( item, list )
resets the activeField and hides the popup
unsetActiveField: function()
resets the popup manually to be able to use it with different settings
unsetPopUp : function()
This method is called during the handling of the mouse up event.
up: function( evt )
Handle mouseup and touchend.
up: function ( evt )
Handle mouseup and touchend.
up: function ( evt )
Finish drawing the feature
up: function( evt )
Updates the size of the UL so that the size is always consistently the exact size of the size of the sum of the buttons.
update: function ()
Update the CSS of the Tree’s DOM element in case it has changed position
update: function( shouldDescend, isLast )
Update the CSS of the TreeFolder’s DOM element in case it has changed position.
update: function( shouldDescend, isLast )
Update the CSS of the TreeItem’s DOM element in case it has changed position
update : function( isLast )
Update the overview map after layers move.
update: function()
Update the size of the bars, and the labels they contain.
update: function()
Callback function called on “moveend” or “refresh” layer events.
update: function( options )
check to see if a row needs to have its checkbox updated after its been drawn
updateCheckColumn: function( index, record )
Must be called each time the layer container moves.
updateContainerCenter: function()
updateDimensions: function( zoomChanged )
updateDimensions: function( zoomChanged )
updateHandler: function( handler, options )
Updates the map extent to match the extent rectangle position and size
updateMapToRect: function()
if the popup has a lonlat and its map members set, then have it move itself to its proper position
updatePosition: function()
Updates the extent rectangle position and size to match the map extent
updateRectToMap: function()
update the colour panel user interface based on the current colour and alpha values
updateSelected: function()
Abstract method that handle the event: Fusion.Event.MAP_SELECTION_ON.
updateSelection: function()
Update the swatch color for the current color
updateSwatch: function()
Called when the drag handler detects a mouse-up.
upFeature: function( pixel )
Called when the drag handler detects a mouse-up.
upFeature: function( pixel )
Called when the user clicks the upload button.
upload: function ()
Cleans up the hidden form and IFrame after a completed upload.
uploadCleanUp: function ()
called if there is a problem getting progress on the upload
uploadFailure: function ( xhr )
Creates a new hashtable and copies over all the keys from the passed-in object, but storing them under an uppercased version of the key at which they were stored.
OpenLayers.Util.upperCaseObject = function ( object )
Appends a parameter string to a url.
OpenLayers.Util.urlAppend = function( url, paramStr )