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
M
 Map, OpenLayers. Map. OpenLayers
 Marker, OpenLayers. Marker. OpenLayers
 move, OpenLayers. Geometry. Point
 moveTo
 MultiLineString, OpenLayers. Geometry. MultiLineString. OpenLayers. Geometry
 MultiPoint, OpenLayers. Geometry. MultiPoint. OpenLayers. Geometry
O
 onclick, OpenLayers. Popup
 ondblclick, OpenLayers. Popup
 onmousedown, OpenLayers. Popup
 onmousemove, OpenLayers. Popup
 onmouseout, OpenLayers. Popup
 onmouseup, OpenLayers. Popup
 onScreen
 oppositeQuadrant, OpenLayers. Bounds
P
 Pixel, OpenLayers. Pixel. OpenLayers
 Point, OpenLayers. Geometry. Point. OpenLayers. Geometry
 Polygon, OpenLayers. Geometry. Polygon. OpenLayers. Geometry
 Popup, OpenLayers. Popup. OpenLayers
 processXMLNode, OpenLayers. Feature.WFS
R
 read, OpenLayers. Format
 registerEvents, OpenLayers. Popup
 requestSuccess, OpenLayers. Tile.WFS
S
 setBackgroundColor, OpenLayers. Popup
 setBorder
 setContentHTML, OpenLayers. Popup
 setOpacity
 setOptions, OpenLayers.Map
 setSize
 show, OpenLayers. Popup
 Size, OpenLayers. Size. OpenLayers
T
 Tile, OpenLayers. Tile. OpenLayers
 time, OpenLayers. Console
 toggle, OpenLayers. Popup
 toShortString, OpenLayers. Geometry. Point
 toState, OpenLayers. Feature. Vector
 toString
 trace, OpenLayers. Console
U
 unloadDestroy, OpenLayers.Map
 updatePosition, OpenLayers. Popup
V
 Vector
 visible, OpenLayers. Popup
W
 warn, OpenLayers. Console
 WFS
 WMS, OpenLayers. Layer. WMS. OpenLayers. Layer
 write, OpenLayers. Format
Constructor for a new OpenLayers.Map instance.
move: function(x,
y)
Moves a point in place
moveTo: function (px)
move icon to passed in px.
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
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.
OpenLayers.Bounds.oppositeQuadrant = function(quadrant)
Get the opposite quadrant for a given quadrant string.
Create a new OpenLayers.Pixel instance
Construct a point geometry.
Constructor for a Polygon geometry.
Create a popup.
processXMLNode: function(xmlNode)
When passed an xmlNode, parses it for a GML point, and passes back an object describing that point.
read: function(data)
Read data from a string, and return an object whose type depends on the subclass.
registerEvents:function()
Registers events on the popup.
requestSuccess:function(request)
Called on return from request succcess.
setBackgroundColor:function(color)
setBorder: function (color,
width)
Allow the user to change the box’s color and border width
setBorder:function(border)
setContentHTML:function(contentHTML)
setOpacity: function(opacity)
Change the icon’s opacity
setOpacity: function(opacity)
Change the opacity of the marker by changin the opacity of its icon
setOpacity:function(opacity)
setOptions: function(options)
Change the map options
setSize: function(size)
setSize:function(size)
show: function()
Create an instance of OpenLayers.Size
Constructor for a new OpenLayers.Tile instance.
time: function()
Creates a new timer under the given name.
toggle: function()
toShortString: function()
{String} Shortened String representation of Point object.
toState: function(state)
Sets the new state
toString:function()
Return a readable string version of the lonlat
toString:function()
Cast this object into a string
toString:function()
Return the string representation of a size object
trace: function()
Prints an interactive stack trace of JavaScript execution at the point where it is called.
Function that is called to destroy the map on page unload.
updatePosition: function()
if the popup has a lonlat and its map members set, then have it move itself to its proper position
Create a vector feature.
Create a new vector layer
visible: function()
{Boolean} Boolean indicating whether or not the popup is visible
warn: function()
Writes a message to the console with the visual “warning” icon and color coding and a hyperlink to the line where it was called.
Create a WFS feature.
Constructor for a new OpenLayers.Tile.WFS instance.
Create a new WMS layer object
write: function(object)
Accept an object, and return a string.