U | |
un, OpenLayers. | |
undo | |
unfreezeFeature, OpenLayers. | |
unhighlight, OpenLayers. | |
units | |
unload, OpenLayers.Tile | |
unloadCache, OpenLayers. | |
unloadDestroy, OpenLayers.Map | |
unregister | |
unregisterMouseListeners, OpenLayers. | |
unrenderedFeatures, OpenLayers. | |
unselect | |
unselectAll | |
unselectFeature, OpenLayers. | |
unsetFeature, OpenLayers. | |
unsupportedBrowsers, OpenLayers. | |
Untiled | |
up | |
update | |
updateAttribution | |
updateBlocks, OpenLayers. | |
updateContainerCenter, OpenLayers. | |
updateDimensions | |
updateGrid, OpenLayers. | |
updateHandler, OpenLayers. | |
updateLink, OpenLayers. | |
updateMap, OpenLayers. | |
updateMapToRect, OpenLayers. | |
updateMatrixProperties, OpenLayers. | |
updatePosition, OpenLayers. | |
updateRectToMap, OpenLayers. | |
updateRelativePosition | |
updateScale, OpenLayers. | |
updateSize | |
updateSizeDestroy, OpenLayers.Map | |
updateWithPOST, OpenLayers. | |
upFeature, OpenLayers. | |
upperBoundary, OpenLayers. | |
upperCaseObject, Util | |
url GlobalOpenLayers. | |
URL_HASH_FACTOR, OpenLayers. | |
URL_SPLIT_REGEX, OpenLayers. | |
urlAppend, Util | |
urlMap, OpenLayers. | |
urlMatches, OpenLayers. | |
useAGS | |
useAsyncOverlay, OpenLayers. | |
useFeedTitle, OpenLayers. | |
useHttpTile, OpenLayers. | |
useIFrame | |
useJSONP, OpenLayers. | |
useOverlay, OpenLayers. | |
usePost, OpenLayers. | |
userError, OpenLayers. | |
useScales | |
UTFGrid | |
UTFGrid>, OpenLayers. | |
utfgridResolution | |
Util |
Convenience method for unregistering listeners with a common scope.
un: function( object )
Remove the most recently added point in the current sketch geometry.
undo: function()
Remove the most recently added point in the sketch geometry.
undo: function()
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 )
In a touch environment, we don’t want to handle mouse events.
unregisterMouseListeners: function()
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()
Unselect all selected features.
unselectAll: function( options )
Called when the select feature control unselects a feature.
unselectFeature: function( feature )
Remove the transformation box off any feature.
unsetFeature: 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 during the dragging.
update: function( xy )
calculates the grid to be displayed and actually draws it
update: function()
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()
Updates the attribution according to the requirements outlined in http://gis.638310.n2.nabble.com/Bing-imagery-td5789168.html
updateAttribution: function()
Internal method, called on initialize and when the popup’s relative position has changed.
updateBlocks: function()
Must be called each time the layer container moves.
updateContainerCenter: function()
updateDimensions: function( zoomChanged )
updateDimensions: function( zoomChanged )
Update the grid.
updateGrid: function( force )
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()
Called when map resolution changes to update matrix related properties.
updateMatrixProperties: 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 )
Appends a parameter string to a url.
OpenLayers.Util.urlAppend = function( url, paramStr )
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 )