Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
N
 Navigation, OpenLayers.Control.Navigation.OpenLayers.Control
 NG, OpenLayers.Renderer.NG.OpenLayers.Renderer
 nodeFactory, OpenLayers.Renderer.Elements
 nodeTypeCompare
 normalizeScale, Util
 nullHandler, OpenLayers.Ajax.OpenLayers
 number, OpenLayers.Format.JSON.serialize
O
 object, OpenLayers.Format.JSON.serialize
 Object, Jx.Object.Jx
 observe, OpenLayers.Event
 OGCExceptionReport, OpenLayers.Format.OGCExceptionReport.OpenLayers.Format
 onButtonClick
 onCellClick
 onclick, OpenLayers.Popup
 onClick
 onCommit, OpenLayers.Strategy.Save
 onComplete
 onCreate, OpenLayers.Ajax.Responders
 ondblclick, OpenLayers.Popup
 onImageError, OpenLayers.Tile.Image
 onImageLoad, OpenLayers.Tile.Image
 onKeyPress, Jx.Field.Combo
 onKeyUp, Jx.Field.Color
 onMapResize
 onmousedown, OpenLayers.Popup
 onMouseLeave, Jx.Menu
 onmousemove, OpenLayers.Popup
 onmouseout, OpenLayers.Popup
 onmouseover, Jx.Menu.Item
 onMouseOver, Jx.Menu
 onmouseup, OpenLayers.Popup
 onOk, Jx.Dialog.Message
 onScreen
 onSlideIn, Jx.Plugin.DataView.GroupFolder
 onSlideOut, Jx.Plugin.DataView.GroupFolder
 onStateChange, OpenLayers.Ajax.Request
 onWheelEvent
 open, Jx.Dialog
 openURL, Jx.Dialog
 oppositeQuadrant, OpenLayers.Bounds
 OSM, OpenLayers.Layer.OSM.OpenLayers.Layer
 out
 outFeature
 overFeature
 OverviewMap, OpenLayers.Control.OverviewMap.OpenLayers.Control
 OWSCommon, OpenLayers.Format.OWSCommon.OpenLayers.Format
Create a new navigation control
nodeFactory: function(id,
type)
Create new node of the specified type, with the (optional) specified id.
nodeTypeCompare: function(node,
type)
nodeTypeCompare: function(node,
type)
nodeTypeCompare: function(node,
type)
nodeTypeCompare: function(node,
type)
Determine whether a node is of a given type
OpenLayers.Util.normalizeScale = function (scale)
OpenLayers.nullHandler = function(request)
@param {} request
Transform a number into a JSON string.
Transform an object into a JSON string.
create a new instance of Jx.Object
observe: function(elementParam,
name,
observer,
useCapture)
Create a new parser for OGC exception reports.
onButtonClick: function(evt)
onButtonClick: function(evt)
onCellClick: function(cell)
dispatch clicking on a table cell
onCellClick: function(cell)
dispatch clicking on a table cell
onclick: function (evt)
Ignore clicks, but allowing default browser handling
onClick: function (value)
called when any button is clicked.
onClick: function (value)
Called when the OK button is clicked.
onCommit: function(response)
Called after protocol commit.
onComplete: function (response)
Handles processing of the response(s) from the protocol.
onComplete: function()
onCreate: function()
ondblclick: function (evt)
Ignore double-clicks, but allowing default browser handling
onImageError: function()
Handler for the image onerror event
onImageLoad: function()
Handler for the image onload event
onKeyPress: function(e)
Handle the user pressing a key by looking for an ENTER key to set the value.
onKeyUp : function(ev)
listens to the keyup event and validates the input for a hex color
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()
onmousedown: function (evt)
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)
onMouseLeave: function(e)
Handle the user moving the mouse off this button or menu by starting the hide process if so configured.
onmousemove: 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)
onmouseout: 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.
handle the mouse moving over the menu item
Handle the user moving the mouse over the button for this menu by showing this menu and hiding the other menu.
onmouseup: 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
onOk: function ()
Called when the OK button is clicked.
onScreen:function()
{Boolean} Whether or not the feature is currently visible on screen (based on its ‘lonlat’ property)
onScreen:function(boundsOnly)
Determine whether the feature is within the map viewport.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onSlideIn: function (header)
Called when a group opens.
onSlideOut: function (header)
Called when a group closes.
onStateChange: function()
onWheelEvent: function(e)
Catch the wheel event and handle it xbrowserly
onWheelEvent: function(e)
Catch the wheel event and handle it xbrowserly
open: function()
open the dialog.
openURL: function(url)
open the dialog and load content from the provided url.
OpenLayers.Bounds.oppositeQuadrant = function(quadrant)
Get the opposite quadrant for a given quadrant string.
out: function(evt)
This method is called during the handling of the mouse out event.
out: function(evt)
Finish drawing the 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-out on a feature.
overFeature: 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.
Create a new overview map
Create a new parser for OWSCommon.
Close