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
A
 activate
 activateControl, OpenLayers. Control. Panel
 add
 addComponent, OpenLayers. Geometry. LinearRing
 addComponents, OpenLayers. Geometry. Collection
 addControl, OpenLayers.Map
 addControls, OpenLayers. Control. Panel
 addEventType, OpenLayers. Events
 addFeatures, OpenLayers. Layer. Vector
 addLayer, OpenLayers.Map
 addLayers, OpenLayers.Map
 addMarker, OpenLayers. Layer. Markers
 addOptions, OpenLayers. Layer
 addPoint, OpenLayers. Geometry. MultiPoint
 addPopup, OpenLayers.Map
 addTile, OpenLayers. Layer.Grid
 assert, OpenLayers. Console
B
 bind
 bindAsEventListener
 buildGeometryNode, OpenLayers. Format.GML
C
 calculateBounds
 camelize
 cancel
 clear, OpenLayers. Handler. RegularPolygon
 clone
 commit, OpenLayers. Layer.WFS
 commitReport, OpenLayers. Layer.WFS
 concatChildValues, OpenLayers. Format.XML
 contains
 containsBounds, OpenLayers. Bounds
 containsLonLat, OpenLayers. Bounds
 containsPixel, OpenLayers. Bounds
 count, OpenLayers. Console
 create, OpenLayers
 createElementNS, OpenLayers. Format.XML
 createRegularPolygon, OpenLayers. Geometry. Polygon
 createTextNode, OpenLayers. Format.XML
activate: function()
Activate the control and the feature handler.
activate: function()
Activate the control and the feature handler.
activate: function()
activate: function()
Turn on the handler.
activate: function()
turn on the handler
activate: function()
Turn on the handler.
activateControl: function (control)
add:function(x,
y)
add:function(lon,
lat)
add:function(x,
y)
addComponent: function(point,
index)
Adds a point to geometry components.
addComponents: function(components)
Add components to this geometry.
addControl: function (control,
px)
addControls: function(controls)
To build a toolbar, you add a set of controls to it.
addEventType: function(eventName)
Add a new event type to this events object.
addFeatures: function(features)
Add Features to the layer.
addLayer: function (layer)
addLayers: function (layers)
addMarker: function(marker)
addOptions: function (newOptions)
addPoint: function(point,
index)
Wrapper for OpenLayers.Geometry.Collection.addComponent
addPopup: function(popup,
exclusive)
addTile:function(bounds,
position)
Gives subclasses of Grid the opportunity to create an OpenLayer.Tile of their choosing.
assert: function()
Tests that an expression is true.
Deprecated.
Bind a function to an object.
Deprecated.
Bind a function to an object, and configure it to receive the event object as first parameter when called.
buildGeometryNode: function(geometry)
calculateBounds: function()
Recalculate the bounds for the geometry.
calculateBounds: function()
Recalculate the bounds by iterating through the components and calling calling extendBounds() on each item.
Camel-case a hyphenated string.
Deprecated.
cancel: function()
Finish the geometry and call the “cancel” callback.
cancel: function()
Finish the geometry and call the “cancel” callback.
clear: function()
Clear any rendered features on the temporary layer.
clone: function()
Create a clone of this geometry.
clone: function()
Clone this geometry.
clone: function(obj)
{OpenLayers.Geometry.Point} An exact clone of this OpenLayers.Geometry.Point
clone: function (obj)
Create a clone of this layer
clone: function (obj)
clone: function (obj)
clone: function (obj)
clone: function (obj)
clone: function (obj)
clone:function()
{OpenLayers.LonLat} New OpenLayers.LonLat object with the same lon and lat values
clone:function()
Return a clone of this pixel object
clone:function()
Create a clone of this size object
commit: function()
Write out the data to a WFS server.
commitReport: function(string,
response)
Called with a ‘success’ message if the commit succeeded, otherwise a failure message, and the full request text as a second parameter.
concatChildValues: function(node,
def)
Concatenate the value of all child nodes if any exist, or return an optional default string.
contains:function(x,
y,
inclusive)
Test whether a string contains another string.
Deprecated.
containsBounds:function(bounds,
partial,
inclusive)
containsLonLat:function(ll,
inclusive)
containsPixel:function(px,
inclusive)
count: function()
Writes the number of times that the line of code where count was called was executed.
Deprecated.
createElementNS: function(uri,
name)
Create a new element with namespace.
OpenLayers.Geometry.Polygon.createRegularPolygon = function(origin,
radius,
sides,
rotation)
Create a regular polygon around a radius.
createTextNode: function(text)
Create a text node.