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
P
 pan, OpenLayers.Map
 PanZoom, OpenLayers. PanZoom. OpenLayers. Control
 PanZoomBar>, OpenLayers. Control. PanZoomBar.<OpenLayers. Control
 Path, OpenLayers. Handler. Path. OpenLayers. Handler
 Permalink, OpenLayers. Control. Permalink. OpenLayers. Control
 persist, OpenLayers. Handler. RegularPolygon
 Pixel, OpenLayers. Pixel. OpenLayers
 placemarksDesc, OpenLayers. Format.KML
 Point
 Polygon
 Popup, OpenLayers. Popup. OpenLayers
 popupClass, OpenLayers. Feature
 popupSize, OpenLayers. Layer. GeoRSS
 preFeatureInsert, OpenLayers. Layer. Vector
 prefix, OpenLayers. Control. MousePosition
 profile, OpenLayers. Console
 profileEnd, OpenLayers. Console
 projection
 Properties
R
 radius, OpenLayers. Handler. RegularPolygon
 raiseLayer, OpenLayers.Map
 ratio
 read
 Rectangle, OpenLayers. Geometry. Rectangle. OpenLayers. Geometry
 redraw, OpenLayers. Layer
 refresh, OpenLayers. Layer.WFS
 register, OpenLayers. Events
 registerPriority, OpenLayers. Events
 RegularPolygon, OpenLayers. Handler. RegularPolygon. OpenLayers. Handler
 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
 Renderer, OpenLayers. Renderer. OpenLayers
 reportError, OpenLayers. Layer. Vector
 reproject, OpenLayers. Layer. HTTPRequest
 Request, OpenLayers. Ajax. Request. OpenLayers.Ajax
 resize
 resolution, OpenLayers. Layer. KaMap
 resolutions
 RESOLUTIONS
 restrictedExtent, OpenLayers.Map
 rotate
 rssns, OpenLayers. Format. GeoRSS
pan: function(dx,
dy)
Allows user to pan by a value of screen pixels
Create a new path hander
{Boolean} Leave the feature rendered until clear is called.
Create a new OpenLayers.Pixel instance
{String} Name of the placemarks.
Construct a point geometry.
Create a new point handler.
Constructor for a Polygon geometry.
Create a Polygon Handler.
Create a popup.
{OpenLayers.Class} The class which will be used to instantiate a new Popup.
{OpenLayers.Size} This determines the size of GeoRSS popups.
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.
{String} Set in the layer options to override the default projection string this layer - also set maxExtent, maxResolution, and units if appropriate.
{String} Set in the map options to override the default projection string this map - also set maxExtent, maxResolution, and units if appropriate.
{Float} Optional radius in map units of the regular polygon.
raiseLayer: function (layer,
delta)
Change the index of the given layer by delta.
{Float} Used only when in single-tile mode, this specifies the ratio of the size of the single tile to the size of the map.
{Float} the ratio of image/tile size to map size (this is the untiled buffer)
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.
Create a new regular polygon handler.
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)
{Boolean} report error message via alert() when loading of renderers fails.
Deprecated.
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.
{Float}
{Array} A list of map resolutions (map units per pixel) in descending order.
{Array(Float)} A list of map resolutions (map units per pixel) in descending order.
{Array(Float)} Hardcode these resolutions so that they are more closely tied with the standard wms projection
{Array(Float)} Hardcode these resolutions so that they are more closely tied with the standard wms projection
{Array(Float)} Hardcode these resolutions so that they are more closely tied with the standard wms projection
{Array(Float)} Hardcode these resolutions so that they are more closely tied with the standard wms projection
{OpenLayers.Bounds} Limit map navigation to this extent where possible.
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.
{String} RSS namespace to use.