N | |
Navigation, OpenLayers. | |
NG, OpenLayers. | |
nodeFactory, OpenLayers. | |
nodeTypeCompare | |
normalizeScale, Util | |
nullHandler, OpenLayers. | |
number, OpenLayers. | |
O | |
object, OpenLayers. | |
Object, Jx. | |
observe, OpenLayers. | |
OGCExceptionReport, OpenLayers. | |
onButtonClick | |
onCellClick | |
onclick, OpenLayers. | |
onClick | |
onCommit, OpenLayers. | |
onComplete | |
onCreate, OpenLayers. | |
ondblclick, OpenLayers. | |
onImageError, OpenLayers. | |
onImageLoad, OpenLayers. | |
onKeyPress, Jx. | |
onKeyUp, Jx. | |
onMapResize | |
onmousedown, OpenLayers. | |
onMouseLeave, Jx.Menu | |
onmousemove, OpenLayers. | |
onmouseout, OpenLayers. | |
onmouseover, Jx. | |
onMouseOver, Jx.Menu | |
onmouseup, OpenLayers. | |
onOk, Jx. | |
onScreen | |
onSlideIn, Jx. | |
onSlideOut, Jx. | |
onStateChange, OpenLayers. | |
onWheelEvent | |
open, Jx. | |
openURL, Jx. | |
oppositeQuadrant, OpenLayers. | |
OSM, OpenLayers. | |
out | |
outFeature | |
overFeature | |
OverviewMap, OpenLayers. | |
OWSCommon, OpenLayers. |
Create new node of the specified type, with the (optional) specified id.
nodeFactory: function( id, type )
nodeTypeCompare: function( node, type )
nodeTypeCompare: function( node, type )
nodeTypeCompare: function( node, type )
Determine whether a node is of a given type
nodeTypeCompare: function( node, type )
OpenLayers.Util.normalizeScale = function ( scale )
@param {} request
OpenLayers.nullHandler = function( request )
observe: function( elementParam, name, observer, useCapture )
onButtonClick: function( evt )
onButtonClick: function( evt )
dispatch clicking on a table cell
onCellClick: function( cell )
dispatch clicking on a table cell
onCellClick: function( cell )
Ignore clicks, but allowing default browser handling
onclick: function ( evt )
called when any button is clicked.
onClick: function ( value )
Called when the OK button is clicked.
onClick: function ( value )
Called after protocol commit.
onCommit: function( response )
Handles processing of the response(s) from the protocol.
onComplete: function ( response )
onComplete: function()
onCreate: function()
Ignore double-clicks, but allowing default browser handling
ondblclick: function ( evt )
Handler for the image onerror event
onImageError: function()
Handler for the image onload event
onImageLoad: function()
Handle the user pressing a key by looking for an ENTER key to set the value.
onKeyPress: function( e )
listens to the keyup event and validates the input for a hex color
onKeyUp : function( ev )
For singleTile layers, this will set a new tile size according to the dimensions of the map pane.
onMapResize: function()
Notify the renderer of the change in size.
onMapResize: function()
onMapResize: function()
Call the onMapResize method of the appropriate parent class.
onMapResize: function()
onMapResize: function()
When mouse goes down within the popup, make a note of it locally, and then do not propagate the mousedown (but do so safely so that user can select text inside)
onmousedown: function ( evt )
Handle the user moving the mouse off this button or menu by starting the hide process if so configured.
onMouseLeave: function( e )
If the drag was started within the popup, then do not propagate the mousemove (but do so safely so that user can select text inside)
onmousemove: function ( evt )
When mouse goes out of the popup set the flag to false so that if they let go and then drag back in, we won’t be confused.
onmouseout: function ( evt )
When mouse comes up within the popup, after going down in it, reset the flag, and then (once again) do not propagate the event, but do so safely so that user can select text inside
onmouseup: function ( evt )
Called when the OK button is clicked.
onOk: function ()
{Boolean} Whether or not the feature is currently visible on screen (based on its ‘lonlat’ property)
onScreen:function()
Determine whether the feature is within the map viewport.
onScreen:function( boundsOnly )
{Boolean} Whether or not the marker is currently visible on screen.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onScreen:function()
Called when a group opens.
onSlideIn: function ( header )
Called when a group closes.
onSlideOut: function ( header )
onStateChange: function()
Catch the wheel event and handle it xbrowserly
onWheelEvent: function( e )
Catch the wheel event and handle it xbrowserly
onWheelEvent: function( e )
open the dialog.
open: function()
open the dialog and load content from the provided url.
openURL: function( url )
Get the opposite quadrant for a given quadrant string.
OpenLayers.Bounds.oppositeQuadrant = function( quadrant )
This method is called during the handling of the mouse out event.
out: function( evt )
Finish drawing the feature.
out: function( evt )
Called when the feature handler detects a mouse-out on a feature.
outFeature: function( feature )
Called when the feature handler detects a mouse-out on a feature.
outFeature: function( feature )
Called when the feature handler detects a mouse-over on a feature.
overFeature: function( feature )
Called when the feature handler detects a mouse-over on a feature.
overFeature: function( feature )