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
H
 hasAttributeNS, OpenLayers. Format.XML
 hide, OpenLayers. Element
I
 info, OpenLayers. Console
 inherit
 intersectsBounds, OpenLayers. Bounds
L
 limitSigDigs
 log, OpenLayers. Console
M
 mergeNewParams
 move
O
 offset, OpenLayers. Pixel
 onFeatureInsert, OpenLayers. Layer. Vector
 onMapResize
P
 pan, OpenLayers.Map
 preFeatureInsert, OpenLayers. Layer. Vector
 profile, OpenLayers. Console
 profileEnd, OpenLayers. Console
R
 raiseLayer, OpenLayers.Map
 read
 redraw, OpenLayers. Layer
 refresh, OpenLayers. Layer.WFS
 register, OpenLayers. Events
 registerPriority, OpenLayers. Events
 remove, OpenLayers. Element
 removeComponent
 removeComponents, OpenLayers. Geometry. Collection
 removeControl, OpenLayers.Map
 removeFeatures, OpenLayers. Layer. Vector
 removeLayer, OpenLayers.Map
 removeMap
 removeMarker
 removePoint, OpenLayers. Geometry. MultiPoint
 removePopup, OpenLayers.Map
 resize
 rotate
hasAttributeNS: function(node,
uri,
name)
Determine whether a node has a particular attribute matching the given name and namespace.
hide: function()
Hide element(s) passed in
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.
OpenLayers.Class.inherit = function ()
Deprecated.
intersectsBounds:function(bounds,
inclusive)
Deprecated.
Limit the number of significant digits on an integer.
log: function()
Log an object in the console.
mergeNewParams:function(newParams)
mergeNewParams:function(newParams)
Modify parameters for the layer and redraw.
mergeNewParams:function(newParams)
Catch changeParams and uppercase the new params to be merged in before calling changeParams on the super class.
move: function(x,
y)
Moves a collection in place
move: function(x,
y)
Moves a collection in place
move: function(x,
y)
Moves a point in place
offset:function(px)
Parameters px - {OpenLayers.Pixel}
onFeatureInsert: function(feature)
method called after a feature is inserted.
onMapResize: function()
This function can be implemented by subclasses
onMapResize: function()
pan: function(dx,
dy)
Allows user to pan by a value of screen pixels
preFeatureInsert: function(feature)
method called before a feature is inserted.
profile: function()
Turns on the JavaScript profiler.
profileEnd: function()
Turns off the JavaScript profiler and prints its report.
raiseLayer: function (layer,
delta)
Change the index of the given layer by delta.
read: function(json,
type,
filter)
Deserialize a GeoJSON string.
read: function(data)
Read data from a string, and return a list of features.
read: function(json,
filter)
Deserialize a json string.
read: function(data)
Read data from a string, and return a list of features.
redraw: function()
Redraws the layer.
refresh: function()
Refreshes all the features of the layer
register: function (type,
obj,
func)
Register an event on the events object.
registerPriority: function (type,
obj,
func)
Same as register() but adds the new listener to the front of the events queue instead of to the end.
remove: function(element)
Remove the specified element from the DOM.
removeComponent: function(point)
Removes a point from geometry components.
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.
removeControl: function (control)
Remove a control from the map.
removeFeatures: function(features)
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.
removeMap: function(map)
Just as setMap() allows each layer the possibility to take a personalized action on being added to the map, removeMap() allows each layer to take a personalized action on being removed from it.
removeMap: function(map)
On being removed from the map, we’ll like to remove the invisible ‘pane’ div that we added to it on creation.
removeMarker: function(marker)
removeMarker: function(marker)
removePoint: function(point)
Wrapper for OpenLayers.Geometry.Collection.removeComponent
removePopup: function(popup)
resize: function(scale,
origin)
Resize a geometry relative to some origin.
resize: function(scale,
origin)
Resize a geometry relative to some origin.
resize: function(scale,
origin)
Resize a point relative to some origin.
rotate: function(angle,
origin)
Rotate a geometry around some origin
rotate: function(angle,
origin)
Rotate a geometry around some origin
rotate: function(angle,
origin)
Rotate a point around another.