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
P
 parseData, OpenLayers. Layer. GeoRSS
 Path, OpenLayers. Handler. Path. OpenLayers. Handler
 Pixel, OpenLayers. Pixel. OpenLayers
 Point
 Polygon, OpenLayers. Geometry. Polygon. OpenLayers. Geometry
 Popup, OpenLayers. Popup. OpenLayers
 processXMLNode, OpenLayers. Feature.WFS
R
 raiseLayer, OpenLayers.Map
 read
 redraw, OpenLayers. Layer. Markers
 register
 registerEvents, OpenLayers. Popup
 registerPriority, OpenLayers. Events
 remove, OpenLayers. Events
 removeComponent
 removeComponents, OpenLayers. Geometry. Collection
 removeLayer, OpenLayers.Map
 removeMarker, OpenLayers. Layer. Markers
 requestSuccess, OpenLayers. Tile.WFS
S
 select, OpenLayers. Handler. Feature
 setBackgroundColor, OpenLayers. Popup
 setBorder
 setCenter, OpenLayers. Control. ArgParser
 setContentHTML, OpenLayers. Popup
 setLayerIndex, OpenLayers.Map
 setLayerZIndex, OpenLayers.Map
 setMap
 setOpacity
 setOptions, OpenLayers.Map
 setSize
 show, OpenLayers. Popup
 Size, OpenLayers. Size. OpenLayers
 stop, OpenLayers. Event
 stopObserving, OpenLayers. Event
 stopObservingElement, OpenLayers. Event
T
 Tile, OpenLayers. Tile. OpenLayers
 time, OpenLayers. Console
 toggle, OpenLayers. Popup
 toShortString, OpenLayers. Geometry. Point
 toState, OpenLayers. Feature. Vector
 toString
 trace, OpenLayers. Console
 trigger, OpenLayers. Control. ZoomToMaxExtent
 triggerEvent, OpenLayers. Events
U
 unloadCache, OpenLayers. Event
 unloadDestroy, OpenLayers.Map
 unregister
 updatePosition, OpenLayers. Popup
V
 Vector
 visible, OpenLayers. Popup
W
 warn, OpenLayers. Console
 WFS
 WKT, OpenLayers. Format. WKT. OpenLayers. Format
 WMS, OpenLayers. Layer. WMS. OpenLayers. Layer
 write
parseData: function(ajaxRequest)
Parse the data returned from the Events call.
Create a new path hander
Create a new OpenLayers.Pixel instance
Construct a point geometry.
Create a new point handler.
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.
raiseLayer: function (layer,
delta)
Change the index of the given layer by delta.
read: function(data)
Read data from a string, and return an object whose type depends on the subclass.
read: function(wkt)
Deserialize a WKT string and return an OpenLayers.Feature.Vector or an array of OpenLayers.Feature.Vector.
redraw: function()
clear all the marker div’s from the layer and then redraw all of them.
register: function (type,
obj,
func)
Register an event on the events object.
register: function (name,
method)
register an event on the map
registerEvents:function()
Registers events on the popup.
registerPriority: function (type,
obj,
func)
remove: function(type)
Remove all listeners for a given event type.
removeComponent: function(component)
Remove a component from this geometry.
removeComponent: function(point)
Only allows removal of a point if there are three or more points in the linestring.
removeComponents: function(components)
Remove components from this geometry.
removeLayer: function(layer,
setNewBaseLayer)
Removes a layer from the map by removing its visual element (the layer.div property), then removing it from the map’s internal list of layers, setting the layer’s map property to null.
removeMarker: function(marker)
requestSuccess:function(request)
Called on return from request succcess.
select: function(type,
evt)
Trigger the appropriate callback if a feature is under the mouse.
setBackgroundColor:function(color)
setBorder: function (color,
width)
Allow the user to change the box’s color and border width
setBorder:function(border)
setCenter: function()
As soon as a baseLayer has been loaded, we center and zoom ...and remove the handler.
setContentHTML:function(contentHTML)
setLayerIndex: function (layer,
idx)
Move the given layer to the specified (zero-based) index in the layer list, changing its z-index in the map display.
setLayerZIndex: function (layer,
zIdx)
Private.
setMap: function(map)
Set the map property for the control.
setMap: function(map)
Set the map property for the control.
setMap: function (map)
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
stop: function(event,
allowDefault)
Stops an event from propagating.
stopObserving: function(elementParam,
name,
observer,
useCapture)
stopObservingElement: function(elementParam)
Given the id of an element to stop observing, cycle through the element’s cached observers, calling stopObserving on each one, skipping those entries which can no longer be removed.
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()
Returns the Well-Known Text representation of a geometry
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.
trigger: function()
Do the zoom.
triggerEvent: function (type,
evt)
Trigger a specified registered event
unloadCache: function()
Cycle through all the element entries in the events cache and call stopObservingElement on each.
Function that is called to destroy the map on page unload.
unregister: function (type,
obj,
func)
unregister: function (name,
method)
unregister an event from the map
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 parser for WKT
Create a new WMS layer object
write: function(object)
Accept an object, and return a string.
write: function(features)
Serialize a feature or array of features into a WKT string.