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
$#!
 _getScriptLocation, OpenLayers
 _removeElementObservers, OpenLayers. Event
 _scriptName, OpenLayers
A
 activate
 active
 add, OpenLayers. Pixel
 addComponent, OpenLayers. Geometry. Collection
 addComponents, OpenLayers. Geometry. Collection
 addLayer, OpenLayers.Map
 addLayers, OpenLayers.Map
 addMarker, OpenLayers. Layer. Markers
 addPoint
 addResults, OpenLayers. Tile.WFS
 ArgParser, OpenLayers. Control. ArgParser. OpenLayers. Control
 aspectRatio, OpenLayers. Layer. Image
 assert, OpenLayers. Console
 atPoint, OpenLayers. Feature. Vector
 attachToElement, OpenLayers. Events
 attributes, OpenLayers. Feature. Vector
B
 backgroundColor, OpenLayers. Popup
 baseLayer, OpenLayers.Map
 border, OpenLayers. Popup
 bottom, OpenLayers. Bounds
 bounds
 Bounds, OpenLayers. Bounds. OpenLayers
 Box, OpenLayers. Marker. Box. OpenLayers. Marker
C
 calculateBounds
 calculateOffset, OpenLayers.Icon
 callback, OpenLayers. Handler
 cancel, OpenLayers. Handler. Point
 center, OpenLayers.Map
 checkImgURL, OpenLayers. Tile. Image
 checkModifiers, OpenLayers. Handler
 CLASS_NAME
 clear
 clearFeatures, OpenLayers. Layer. GeoRSS
 clearMarkers, OpenLayers. Layer. Markers
 click, OpenLayers. Handler.Drag
 clone
 Collection, OpenLayers. Geometry. Collection. OpenLayers. Geometry
 components, OpenLayers. Geometry. Collection
 conigureLayers, OpenLayers. Control. ArgParser
 Constants
 contentDiv, OpenLayers. Popup
 contentHTML, OpenLayers. Popup
 control, OpenLayers. Handler
 Control, OpenLayers. Control. OpenLayers
 controls, OpenLayers.Map
 create, OpenLayers. Class
 createFeature
 createMarker, OpenLayers. Feature
 createPopup, OpenLayers. Feature
_getScriptLocation: function ()
Return the path to this script.
_removeElementObservers: function(elementObservers)
Private.
{String} Relative path of this script.
activate: function ()
{Boolean}
activate: function()
Turn on the handler.
activate: function()
Activate the handler.
activate: function()
Turn on the handler.
activate: function()
activate: function (evt)
activate: function()
turn on the handler
{boolean} null
Private.
add:function(x,
y)
addComponent: function(component,
index)
Add a new component (geometry) to the collection.
addComponents: function(components)
Add components to this geometry.
addLayer: function (layer)
addLayers: function (layers)
addMarker: function(marker)
addPoint: function(point,
index)
Wrapper for OpenLayers.Geometry.Collection.addComponent
addPoint: function()
Private.
addResults: function(results)
Construct new feature via layer featureClass constructor, and add to this.features.
{Number} The ratio of height/width represented by a single pixel in the graphic
assert: function()
Tests that an expression is true.
atPoint: function(lonlat,
toleranceLon,
toleranceLat)
Determins whether the feature intersects with the specified location.
attachToElement: function (element)
{Object}
{String}
{String}
{Number}
{OpenLayers.Bounds} The bounds of this geometry
{OpenLayers.Bounds}
{OpenLayers.Bounds} null
Construct a new bounds object.
calculateBounds: function()
Recalculate the bounds by iterating through the components and calling calling extendBounds() on each item
calculateBounds: function ()
Create a new Bounds based on the lon/lat
{OpenLayers.Pixel} Function to calculate the offset (based on the size)
callback: function (name,
args)
trigger the control’s named callback with the given arguments
cancel: function()
Finish the geometry and call the “cancel” callback.
{OpenLayers.LonLat} The current center of the map
checkImgURL: function ()
Make sure that the image that just loaded is the one this tile is meant to display, since panning/zooming might have changed the tile’s URL in the meantime.
checkModifiers: function (evt)
{String} OpenLayers.Format
{String} Name of class.
{String} Name of class.
{String} Name of class.
{String} Name of class.
{String} Name of class.
{String} Name of class.
{String} Name of class.
{String} Name of class.
{String} OpenLayers.Layer.Image
{String} OpenLayers.Layer.Vector
{String} OpenLayers.Layer.WMS
{String} OpenLayers.Map
{String} Name of class.
{String} Name of class.
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
clearFeatures: function()
Destroy all features in this layer.
clearMarkers: function()
click: function (evt)
The drag handler captures the click event.
clone:function()
Create a cloned instance of this bounds.
clone: function (obj)
OpenLayers.Feature An exact clone of this OpenLayers.Feature
clone: function()
Clone this geometry.
clone: function(obj)
{OpenLayers.Geometry.Point} An exact clone of this OpenLayers.Geometry.Point
clone: function()
{OpenLayers.Icon} A fresh copy of the icon.
clone: function (obj)
clone: function(obj)
Create a clone of this layer
clone: function (obj)
Create a clone of this layer
clone:function()
Return a clone of this pixel object
clone:function()
Create a clone of this size object
Creates a Geometry Collection -- a list of geoms.
{Array(OpenLayers.Geometry)} The component parts of this geometry
As soon as all the layers are loaded, cycle through them and hide or show them.
{DOMElement}
{String}
Private.
Create an OpenLayers Control.
{Array(OpenLayers.Control)} List of controls associated with the map
create: function()
Create an OpenLayers style class
createFeature: function()
Private.
createFeature: function()
Add temporary features
createMarker: function()
Based on the data associated with the Feature, create and return a marker object.
createPopup: function(closeBox)
Creates a popup object created from the ‘lonlat’, ‘popupSize’, and ‘popupContentHTML’ properties set in this.data.