U | |
un, OpenLayers. | |
unfreezeFeature, OpenLayers. | |
unhighlight, OpenLayers. | |
unload, OpenLayers.Tile | |
unloadCache, OpenLayers. | |
unloadDestroy, OpenLayers.Map | |
unregister | |
unselect | |
unselectAll | |
unselectFeature, OpenLayers. | |
up | |
update | |
updateAttribution, OpenLayers. | |
updateBlocks, OpenLayers. | |
updateHandler, OpenLayers. | |
updateLink, OpenLayers. | |
updateMap, OpenLayers. | |
updateMapToRect, OpenLayers. | |
updatePosition, OpenLayers. | |
updateRectToMap, OpenLayers. | |
updateRelativePosition | |
updateScale, OpenLayers. | |
updateSize | |
updateSizeDestroy, OpenLayers.Map | |
upFeature, OpenLayers. | |
upperCaseObject, Util | |
urlMatches, OpenLayers. | |
userError, OpenLayers. | |
V | |
value2regex, OpenLayers. | |
visible |
Convenience method for unregistering listeners with a common scope.
un: function( object )
unfreezeFeature: function( row )
Redraw feature with the “default” style
unhighlight: function( feature )
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: function ( type, obj, func )
unregister an event from the map
unregister: function ( name, method )
Remove feature from the hash of selected features and trigger the featureunselected event.
unselect: function( feature )
Remove feature from the layer’s selectedFeature array, render the feature as normal, and call the onUnselect function.
unselect: function( feature )
Unselect all selected features.
unselectAll: function( options )
Unselect all selected features.
unselectAll: function( options )
Called when the select feature control unselects a feature.
unselectFeature: function( feature )
This method is called during the handling of the mouse up event.
up: function( evt )
Finish drawing the feature
up: function( evt )
Update the overview map after layers move.
update: function()
Update the size of the bars, and the labels they contain.
update: function()
Takes a feature, and generates a WFS-T Transaction “Update”
update: function( feature )
Construct a request updating modified features.
update: function()
Construct a request updating modified feature.
update: function( feature, options )
Construct a request updating modified feature.
update: function( features, options )
Callback function called on “moveend” or “refresh” layer events.
update: function( options )
Update attribution string.
updateAttribution: function()
Internal method, called on initialize and when the popup’s relative position has changed.
updateBlocks: function()
updateHandler: function( handler, options )
updateLink: function()
Cycles through the loaded data and base layer input arrays and makes the necessary calls to the Map object such that that the map’s visual state corresponds to what the user has selected in the control.
updateMap: function()
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()
The popup has been moved to a new relative location, so we may want to make some cosmetic adjustments to it.
updateRelativePosition: function()
The popup has been moved to a new relative location, in which case we will want to re-do the rico corners.
updateRelativePosition: function()
When the relative position changes, we need to set the new padding BBOX on the popup, reposition the close div, and update the blocks.
updateRelativePosition: function()
updateScale: function()
This function should be called by any external code which dynamically changes the size of the map div (because mozilla wont let us catch the “onresize” for an element)
updateSize: function()
Auto size the popup so that it precisely fits its contents (as determined by this.contentDiv.innerHTML).
updateSize: function()
Called when the drag handler detects a mouse-up.
upFeature: function( pixel )
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 )
Test to see if the provided url matches either the control url or one of the layerUrls.
urlMatches: function( url )
A single interface for showing error messages to the user.
userError: function( error )
Converts the value of this rule into a regular expression string, according to the wildcard characters specified.
value2regex: function( wildCard, singleChar, escapeChar )
visible: function( element )
{Boolean} Boolean indicating whether or not the popup is visible
visible: function()