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
 addNodes, OpenLayers. Layer. PointTrack
 addOptions, OpenLayers. Layer
 addPoint, OpenLayers. Geometry. MultiPoint
 addPopup, OpenLayers.Map
 addRules, OpenLayers. Style
 addTile, OpenLayers. Layer.Grid
 addTransform, OpenLayers. Projection
 assert, OpenLayers. Console
B
 bind
 bindAsEventListener
 buildGeometryNode, OpenLayers. Format.GML
C
 calculateBounds
 camelize
 cancel
 clear
 clearMouseCache, OpenLayers. Events
 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
 createParams, OpenLayers. Control. Permalink
 createRegularPolygon, OpenLayers. Geometry. Polygon
 createTextNode, OpenLayers. Format.XML
activate: function()
Activate the control and the feature handler.
activate: function()
Activate the control.
activate: function()
Activate the control.
activate: function()
activate: function()
Turn on the handler.
activate: function()
turn on the handler
activate: function()
Turn on the handler.
activate: function()
Activate the strategy.
activate: function()
Activate the strategy.
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,
options)
Add Features to the layer.
addLayer: function (layer)
addLayers: function (layers)
addMarker: function(marker)
addNodes: function(pointFeatures)
Adds point features that will be used to create lines from, using point pairs.
addOptions: function (newOptions)
addPoint: function(point,
index)
Wrapper for OpenLayers.Geometry.Collection.addComponent
addPopup: function(popup,
exclusive)
addRules: function(rules)
Adds rules to this style.
addTile:function(bounds,
position)
Gives subclasses of Grid the opportunity to create an OpenLayer.Tile of their choosing.
OpenLayers.Projection.addTransform = function(from,
to,
method)
Set a custom transform method between two projections.
assert: function()
Tests that an expression is true.
bind: function(func,
object)
Bind a function to an object.
Deprecated.
bindAsEventListener: function(func,
object)
Bind a function to an object, and configure it to receive the event object as first parameter when called.
Deprecated.
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.
camelize: function(str)
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 history.
clear: function()
clear: function()
Clear any rendered features on the temporary layer.
clearMouseCache: function()
Clear cached data about the mouse position.
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)
contains: function(str,
sub)
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.
createParams: function(center,
zoom,
layers)
Creates the parameters that need to be encoded into the permalink url.
OpenLayers.Geometry.Polygon.createRegularPolygon = function(origin,
radius,
sides,
rotation)
Create a regular polygon around a radius.
createTextNode: function(text)
Create a text node.
Close