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
O
 offset, OpenLayers. Pixel
 onComplete, OpenLayers. Control. DragFeature
 onDrag, OpenLayers. Control. DragFeature
 onFeatureInsert, OpenLayers. Layer. Vector
 onMapResize
 onModification, OpenLayers. Control. ModifyFeature
 onModificationEnd, OpenLayers. Control. ModifyFeature
 onModificationStart, OpenLayers. Control. ModifyFeature
 onSelect, OpenLayers. Control. SelectFeature
 onStart, OpenLayers. Control. DragFeature
 onUnselect, OpenLayers. Control. SelectFeature
 OpenLayers
 OpenLayers Base Types
 OpenLayers.Ajax
 OpenLayers. Ajax.Base
 OpenLayers. Ajax. Request
 OpenLayers. Ajax. Responders
 OpenLayers. Bounds
 OpenLayers. Console
 OpenLayers. Control
 OpenLayers. Control. ArgParser
 OpenLayers. Control. Attribution
 OpenLayers. Control. DragFeature
 OpenLayers. Control. DragPan
 OpenLayers. Control. DrawFeature
 OpenLayers. Control. EditingToolbar
 OpenLayers. Control. KeyboardDefaults
 OpenLayers. Control. LayerSwitcher
 OpenLayers. Control. ModifyFeature
 OpenLayers. Control. MouseDefaults
 OpenLayers. Control. MousePosition
 OpenLayers. Control. MouseToolbar
 OpenLayers. Control. Navigation
 OpenLayers. Control. NavToolbar
 OpenLayers. Control. OverviewMap
 OpenLayers. Control. Panel
 OpenLayers. Control. PanZoomBar
 OpenLayers. Control. Permalink
 OpenLayers. Control. Scale
 OpenLayers. Control. SelectFeature
 OpenLayers. Control. ZoomBox
 OpenLayers. Control. ZoomToMaxExtent
 OpenLayers. Element
 OpenLayers. Event
 OpenLayers. Events
 OpenLayers. Feature
 OpenLayers. Feature. Vector
 OpenLayers. Feature.WFS
 OpenLayers. Format
 OpenLayers. Format. GeoJSON
 OpenLayers. Format. GeoRSS
 OpenLayers. Format.GML
 OpenLayers. Format.JSON
 OpenLayers. Format.KML
 OpenLayers. Format.WFS
 OpenLayers. Format.WKT
 OpenLayers. Format.XML
 OpenLayers. Geometry
 OpenLayers. Geometry. Collection
 OpenLayers. Geometry. Curve
 OpenLayers. Geometry. LinearRing
 OpenLayers. Geometry. LineString
 OpenLayers. Geometry. MultiLineString
 OpenLayers. Geometry. MultiPoint
 OpenLayers. Geometry. MultiPolygon
 OpenLayers. Geometry. Point
 OpenLayers. Geometry. Polygon
 OpenLayers. Geometry. Rectangle
 OpenLayers. Geometry. Surface
 OpenLayers. Handler
 OpenLayers. Handler.Box
 OpenLayers. Handler.Drag
 OpenLayers. Handler. Feature
 OpenLayers. handler. Keyboard
 OpenLayers. Handler. MouseWheel
 OpenLayers. Handler.Path
 OpenLayers. Handler. Point
 OpenLayers. Handler. Polygon
 OpenLayers. Handler. RegularPolygon
 OpenLayers.Icon
 OpenLayers. Layer
 OpenLayers. Layer. Boxes
 OpenLayers. Layer. EventPane
 OpenLayers. Layer. FixedZoomLevels
 OpenLayers. Layer. GeoRSS
 OpenLayers. Layer.GML
 OpenLayers. Layer. Google
 OpenLayers. Layer.Grid
 OpenLayers. Layer. HTTPRequest
 OpenLayers. Layer. Image
 OpenLayers. Layer. KaMap
 OpenLayers. Layer. MapServer
 OpenLayers. Layer. MapServer. Untiled
 OpenLayers. Layer. Markers
 OpenLayers. Layer. MultiMap
 OpenLayers. Layer. SphericalMercator
 OpenLayers. Layer.Text
 OpenLayers. Layer. TileCache
 OpenLayers. Layer.TMS
 OpenLayers. Layer. Vector
 OpenLayers. Layer. VirtualEarth
 OpenLayers. Layer.WFS
 OpenLayers. Layer.WMS
 OpenLayers. Layer. WMS. Untiled
 OpenLayers. Layer. WorldWind
 OpenLayers. Layer. Yahoo
 OpenLayers. LonLat
 OpenLayers.Map
 OpenLayers. Marker
 OpenLayers. Marker.Box
 OpenLayers. PanZoom
 OpenLayers. Pixel
 OpenLayers. Popup
 OpenLayers. Popup. Anchored
 OpenLayers. Popup. AnchoredBubble
 OpenLayers. Renderer
 OpenLayers. Renderer. Elements
 OpenLayers. Renderer.SVG
 OpenLayers. Renderer.VML
 OpenLayers.Size
 OpenLayers.Tile
 OpenLayers. Tile. Image
 OpenLayers. Tile.WFS
 OpenLayers/ BaseTypes/ Class.js
 OverviewMap, OpenLayers. Control. OverviewMap. OpenLayers. Control
 ovmap, OpenLayers. Control. OverviewMap
offset:function(px)
Parameters px - {OpenLayers.Pixel}
{Function} Define this function if you want to know when a feature is done dragging.
{Function} Define this function if you want to know about each move of a feature.
onFeatureInsert: function(feature)
method called after a feature is inserted.
onMapResize: function()
This function can be implemented by subclasses
onMapResize: function()
{Function} Optional function to be called when a feature has been modified.
{Function} Optional function to be called when a feature is finished being modified.
{Function} Optional function to be called when a feature is selected to be modified.
{Function} Optional function to be called when a feature is selected.
{Function} Define this function if you want to know when a drag starts.
{Function} Optional function to be called when a feature is unselected.
The OpenLayers object provides a namespace for all things OpenLayers
OpenLayers custom string, number and function functions are described here.
{Object}
{Object}
Instances of this class represent bounding boxes.
The OpenLayers.Console namespace is used for debugging and error logging.
Controls affect the display or behavior of the map.
Add attribution from layers to the map display.
Move a feature with a drag.
DragPan control.
Draws features on a vector layer when active.
Control to modify features.
This class is DEPRECATED in 2.4 and will be removed by 3.0.
The navigation control handles map browsing with mouse events (dragging, double-clicking, and scrolling the wheel).
Create an overview map to display the extent of your main map and provide additional navigation control.
Display a small scale indicator on the map.
Selects vector features from a given layer on click or hover.
Imlements a very simple button control.
Utility functions for event handling.
Features are combinations of geography and attributes.
Vector features use the OpenLayers.Geometry classes as geometry description.
WFS handling class, for use as a featureClass on the WFS layer for handling ‘point’ WFS types.
Base class for format reading/writing a variety of formats.
Read and write GeoJSON.
Read/write GeoRSS parser.
Read/Wite GML.
A parser to read/write JSON safely.
Read/Wite KML.
Read/Write WFS.
Class for reading and writing Well-Known Text.
Read and write XML.
A Geometry is a description of a geographic object.
A Collection is exactly what it sounds like: A collection of different Geometries.
A Curve is a MultiPoint, whose points are assumed to be connected.
A Linear Ring is a special LineString which is closed.
A LineString is a Curve which, once two points have been added to it, can never be less than two points long.
A MultiLineString is a geometry with multiple OpenLayers.Geometry.LineString components.
MultiPoint is a collection of Points.
MultiPolygon is a geometry with multiple OpenLayers.Geometry.Polygon components.
Point geometry class.
Polygon is a collection of Geometry.LinearRings.
A Rectangle is a simple geometry.
Base class to construct a higher-level handler for event sequences.
Handler for dragging a rectangle across the map.
The drag handler is used to deal with sequences of browser events related to dragging.
Handler to respond to mouse events related to a drawn feature.
A handler for keyboard events.
Handler for wheel up/down events.
Handler to draw a path on the map.
Handler to draw a point on the map.
Handler to draw a polygon on the map.
Handler to draw a regular polygon on the map.
The icon represents a graphical icon on the screen.
Draw divs as ‘boes’ on the layer.
Base class for 3rd party layers.
Some Layers will already have established zoom levels (like google or ve).
Add GeoRSS Point features to your map.
Create a vector layer by parsing a GML file.
Base class for layers that use a lattice of tiles.
Instances of OpenLayers.Layer.Image are used to display data from a web accessible image as a map layer.
Instances of OpenLayers.Layer.MapServer are used to display data from a MapServer CGI instance.
Note that MultiMap does not fully support the sphericalMercator option.
A mixin for layers that wraps up the pieces neccesary to have a coordinate conversion for working with commercial APIs which use a spherical mercator projection.
Tab seperated values file parsing code which creates a markers layer.
A read only TileCache layer.
Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources.
Instances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services.
This class represents a longitude and latitude pair
Instances of OpenLayers.Map are interactive maps embedded in a web page.
Instances of OpenLayers.Marker are a combination of a OpenLayers.LonLat and an OpenLayers.Icon.
This class represents a screen coordinate, in x and y coordinates
A popup is a small div that can opened and closed on the map.
This is the base class for all renderers.
This is another virtual class in that it should never be instantiated by itself as a Renderer.
Render vector features in browsers with VML capability.
Instances of this class represent a width/height pair
This is a class designed to designate a single tile, however it is explicitly designed to do relatively little.
Instances of OpenLayers.Tile.Image are used to manage the image tiles used by various layers.
Instances of OpenLayers.Tile.WFS are used to manage the image tiles used by various layers.
Create a new overview map
{OpenLayers.Map} A reference to the overvew map itself.