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
G
 Geometry, OpenLayers. Geometry. OpenLayers
 geometryClone
 GeoRSS, OpenLayers. Layer. GeoRSS. OpenLayers. Layer
 getArea
 getBoundsFromBaseLayer, OpenLayers.Tile
 getComponentsString, OpenLayers. Geometry. Collection
 getLayer, OpenLayers.Map
 getLayerIndex, OpenLayers.Map
 getLength
 getMousePosition, OpenLayers. Events
 getNumLayers, OpenLayers.Map
 getTileSize, OpenLayers.Map
 getURL, OpenLayers. Layer.WMS
 group, OpenLayers. Console
 groupEnd, OpenLayers. Console
H
 handleBrowserEvent, OpenLayers. Events
 handleKeyEvent, OpenLayers. handler. Keyboard
 Handler, OpenLayers. Handler. OpenLayers
 hide, OpenLayers. Popup
I
 Icon, OpenLayers. Icon. OpenLayers
 Image
 inflate, OpenLayers. Marker
 info, OpenLayers. Console
 inherit, OpenLayers. Class
 initImgDiv, OpenLayers. Tile. Image
 isLeftClick, OpenLayers. Event
K
 Keyboard, OpenLayers. handler. Keyboard. OpenLayers. Handler
L
 Layer, OpenLayers. Layer. OpenLayers
 LineString, OpenLayers. Geometry. LineString. OpenLayers. Geometry
 loadFeaturesForRegion, OpenLayers. Tile.WFS
 log, OpenLayers. Console
 LonLat, OpenLayers. LonLat. OpenLayers
M
 Map, OpenLayers. Map. OpenLayers
 Marker, OpenLayers. Marker. OpenLayers
 markerClick, OpenLayers. Layer. GeoRSS
 Markers, OpenLayers. Layer. Markers. OpenLayers. Layer
 modifyFeature, OpenLayers. Handler.Path
 mousedown
 mousemove
 mouseout, OpenLayers. Handler.Drag
 mouseup
 MouseWheel, OpenLayers. Handler. MouseWheel. OpenLayers. Handler
 move
 moveTo
 MultiLineString, OpenLayers. Geometry. MultiLineString. OpenLayers. Geometry
 MultiPoint, OpenLayers. Geometry. MultiPoint. OpenLayers. Geometry
 MultiPolygon, OpenLayers. Geometry. MultiPolygon. OpenLayers. Geometry
O
 observe, OpenLayers. Event
 onclick, OpenLayers. Popup
 ondblclick, OpenLayers. Popup
 onmousedown, OpenLayers. Popup
 onmousemove, OpenLayers. Popup
 onmouseout, OpenLayers. Popup
 onmouseup, OpenLayers. Popup
 onScreen
 onWheelEvent, OpenLayers. Handler. MouseWheel
 oppositeQuadrant, OpenLayers. Bounds
Creates a geometry object.
geometryClone: function()
Private.
geometryClone: function()
Return a clone of the relevant geometry.
Create a GeoRSS Layer.
getArea: function()
Calculate the area of this geometry.
getArea: function()
Calculate the area of this geometry.
getArea: function()
Calculated by subtracting the areas of the internal holes from the area of the outer hole.
getBoundsFromBaseLayer: function(position)
Take the pixel locations of the corner of the tile, and pass them to the base layer and ask for the location of those pixels, so that displaying tiles over Google works fine.
getComponentsString: function()
Get a string representing the components for this collection
getLayer: function(id)
Get a layer based on its id
getLayerIndex: function (layer)
@param {OpenLayers.Layer} layer
getLength: function()
Calculate the length of this geometry.
getLength: function()
Calculate the length of this geometry
getMousePosition: function (evt)
Private
getNumLayers: function ()
Return: {Int} The number of layers attached to the map.
getTileSize: function()
Get the tile size for the map
getURL: function (bounds)
Return a GetMap query string for this layer
group: function()
Writes a message to the console and opens a nested block to indent all future messages sent to the console.
groupEnd: function()
Closes the most recently opened block created by a call to OpenLayers.Console.group
handleBrowserEvent: function (evt)
Basically just a wrapper to the triggerEvent() function, but takes care to set a property ‘xy’ on the event with the current mouse position.
handleKeyEvent: function (evt)
Construct a handler.
hide: function()
Creates an icon, which is an image tag in a div.
Create a new image layer
Constructor for a new OpenLayers.Tile.Image instance.
inflate: function(inflate)
info: function()
Writes a message to the console with the visual “info” icon and color coding and a hyperlink to the line where it was called.
inherit: function ()
Inherit from one or more OpenLayers style classes
initImgDiv: function()
Creates the imgDiv property on the tile.
isLeftClick: function(event)
Determine whether event was caused by a left click.
Create a new LineString geometry
loadFeaturesForRegion:function(success,
failure)
get the full request string from the ds and the tile params and call the AJAX loadURL().
log: function()
Log an object in the console.
Create a new OpenLayers.LonLat instance
Constructor for a new OpenLayers.Map instance.
markerClick: function(evt)
Create a Markers layer.
modifyFeature: function()
Private.
mousedown: function (evt)
Handle mousedown events
mousedown: function(evt)
Handle mouse down.
mousedown: function(evt)
Private.
mousedown: function(evt)
Handle mouse down.
mousemove: function (evt)
Handle mousemove events
mousemove: function(evt)
Handle mouse moves.
mousemove: function (evt)
Update the stored mousePosition on every move.
mousemove: function (evt)
Private.
mousemove: function (evt)
Handle mouse move.
mouseout: function (evt)
Handle mouseout events
mouseup: function (evt)
Handle mouseup events
mouseup: function(evt)
Handle mouse up.
mouseup: function (evt)
Private.
mouseup: function (evt)
Handle mouse up.
move: function(x,
y)
Moves a collection in place
move: function(x,
y)
Moves a point in place
moveTo: function (px)
moveTo: function (px)
move icon to passed in px.
moveTo:function(bounds,
zoomChanged,
dragging)
moveTo: function (px)
Move the marker to the new location.
moveTo: function(px)
moveTo: function (bounds,
position,
redraw)
Reposition the tile.
moveTo: function (bounds,
position,
redraw)
Reposition the tile.
Constructor for a MultiLineString Geometry.
Create a new MultiPoint Geometry
Create a new MultiPolygon geometry
observe: function(elementParam,
name,
observer,
useCapture)
onclick: function (evt)
Ignore clicks, but allowing default browser handling
ondblclick: function (evt)
Ignore double-clicks, but allowing default browser handling
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)
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.
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
onScreen:function()
{Boolean} Whether or not the feature is currently visible on screen (based on its ‘lonlat’ property)
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.
onWheelEvent: function(e)
Catch the wheel event and handle it xbrowserly
OpenLayers.Bounds.oppositeQuadrant = function(quadrant)
Get the opposite quadrant for a given quadrant string.