N | |
nextTrigger, OpenLayers. | |
nodeFactory, OpenLayers. | |
nodeTypeCompare | |
normalizeScale, Util | |
nullHandler, OpenLayers. | |
nullTransform, OpenLayers. | |
number, OpenLayers. | |
numericIf, OpenLayers. | |
O | |
object, OpenLayers. | |
observe, OpenLayers. | |
offset, OpenLayers. | |
on, OpenLayers. | |
onButtonClick | |
onclick, OpenLayers. | |
onCommit, OpenLayers. | |
onComplete, OpenLayers. | |
onCreate, OpenLayers. | |
ondblclick, OpenLayers. | |
onFeatureInsert, OpenLayers. | |
onImageError, OpenLayers. | |
onImageLoad | |
onMapResize | |
onmousedown, OpenLayers. | |
onmousemove, OpenLayers. | |
onmouseout, OpenLayers. | |
onmouseup, OpenLayers. | |
onMoveEnd, OpenLayers. | |
onNextChange, OpenLayers. | |
onPreviousChange, OpenLayers. | |
onScreen | |
onSketchComplete, OpenLayers. | |
onSketchModified, OpenLayers. | |
onStateChange, OpenLayers. | |
onVertexModified, OpenLayers. | |
onWheelEvent | |
onZoomClick, OpenLayers. | |
oppositeQuadrant, OpenLayers. | |
OPTIONS, OpenLayers. | |
out | |
outFeature | |
overFeature |
Restore the next state.
nextTrigger: function()
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 )
OpenLayers.Projection.nullTransform = function( point )
Converts a string that appears to be a numeric value into a number.
numericIf: function( value )
observe: function( elementParam, name, observer, useCapture )
Parameters px - {<OpenLayers.Pixel>|Object} An OpenLayers.Pixel or an object with a ‘x’ and ‘y’ properties.
offset:function( px )
Convenience method for registering listeners with a common scope.
on: function( object )
onButtonClick: function( evt )
onButtonClick: function( evt )
onButtonClick: function ( evt )
onButtonClick: function( evt )
onButtonClick: function( evt )
Ignore clicks, but allowing default browser handling
onclick: function ( evt )
Called after protocol commit.
onCommit: function( response )
onComplete: function()
onCreate: function()
Ignore double-clicks, but allowing default browser handling
ondblclick: function ( evt )
method called after a feature is inserted.
onFeatureInsert: function( feature )
Handler for the image onerror event
onImageError: function()
Handler for the image onload event
onImageLoad: function()
Handler for the image onload event
onImageLoad: function()
onMapResize: function()
This function can be implemented by subclasses
onMapResize: function()
onMapResize: function()
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 )
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 )
Listener for map “moveend” events.
onMoveEnd: function()
Called when the next history stack changes.
onNextChange: function( state, length )
Called when the previous history stack changes.
onPreviousChange: function( state, length )
{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()
Registered as a listener for the sketchcomplete event on the editable layer.
onSketchComplete: function( event )
Registered as a listener for the sketchmodified event on the editable layer.
onSketchModified: function( event )
onStateChange: function()
Registered as a listener for the vertexmodified event on the editable layer.
onVertexModified: function( event )
Catch the wheel event and handle it xbrowserly
onWheelEvent: function( e )
Catch the wheel event and handle it xbrowserly
onWheelEvent: function( e )
Called when zoomin/out link is clicked.
onZoomClick: function( evt )
Get the opposite quadrant for a given quadrant string.
OpenLayers.Bounds.oppositeQuadrant = function( quadrant )
Send an HTTP OPTIONS request.
OPTIONS: function( config )
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 on out of a selected feature.
outFeature: function( feature )
Called when the feature handler detects a mouse-over on a feature.
overFeature: function( feature )
Called on over a feature.
overFeature: function( feature )