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
P
 page, OpenLayers.Strategy.Paging
 pageCount, OpenLayers.Strategy.Paging
 pageLength, OpenLayers.Strategy.Paging
 pageNext, OpenLayers.Strategy.Paging
 pageNum, OpenLayers.Strategy.Paging
 pagePosition, Util
 pagePrevious, OpenLayers.Strategy.Paging
 pan, OpenLayers.Map
 panIntoView, OpenLayers.Popup
 panMap, OpenLayers.Control.DragPan
 panMapDone, OpenLayers.Control.DragPan
 panMapStart, OpenLayers.Control.DragPan
 panTo, OpenLayers.Map
 parse, OpenLayers.Date
 parseAttributes
 parseData
 parseDescribeLayer, OpenLayers.Control.SLDSelect
 parseEnvelope, OpenLayers.Format.ArcXML
 parseExtendedData, OpenLayers.Format.KML
 parseFeature
 parseFeatures
 parseGeometry
 parseKmlColor, OpenLayers.Format.KML
 parseLinks, OpenLayers.Format.KML
 parseLocations, OpenLayers.Format.Atom
 parsePersonConstruct, OpenLayers.Format.Atom
 parsePointGeometry, OpenLayers.Format.ArcXML
 parseProperty, OpenLayers.Format.KML
 parseResponse
 parseStyle, OpenLayers.Format.KML
 parseStyleMaps, OpenLayers.Format.KML
 parseStyles, OpenLayers.Format.KML
 parseXMLString, OpenLayers.Ajax.OpenLayers
 passesDblclickTolerance, OpenLayers.Handler.Click
 passesTolerance
 passEventToSlider, OpenLayers.Control.PanZoomBar
 pinchDone, OpenLayers.Control.PinchZoom
 pinchMove, OpenLayers.Control.PinchZoom
 pinchStart, OpenLayers.Control.PinchZoom
 pixelToBounds, OpenLayers.Control.GetFeature
 play, OpenLayers.Tween
 point
 polygon
 positionTile, OpenLayers.Tile.Image
 POST, OpenLayers.Request
 postDraw
 preFeatureInsert, OpenLayers.Layer.Vector
 preventDefault
 previousTrigger, OpenLayers.Control.NavigationHistory
 processLayer, OpenLayers.Format.OWSContext.v0_3_1
 processMetadata, OpenLayers.Layer.Bing.OpenLayers.Layer.Bing
 processXMLNode, OpenLayers.Feature.WFS
 profile, OpenLayers.Console
 profileEnd, OpenLayers.Console
 PUT, OpenLayers.Request
page: function(start,
event)
Display the page starting at the given index from the cache.
pageCount: function()
Get the total count of pages given the current cache of features.
pageLength: function(newLength)
Gets or sets page length.
pageNext: function(event)
Display the next page of features.
pageNum: function()
Get the zero based page number.
OpenLayers.Util.pagePosition = function(forElement)
Calculates the position of an element on the page
pagePrevious: function()
Display the previous page of features.
pan: function(dx,
dy,
options)
Allows user to pan by a value of screen pixels
panIntoView: function()
Pans the map such that the popup is totaly viewable (if necessary)
panMap: function(xy)
panMapDone: function(xy)
Finish the panning operation.
panMapStart: function()
panTo: function(lonlat)
Allows user to pan to a new lonlat If the new lonlat is in the current extent the map will slide smoothly
parse: function(str)
Generate a date object from a string.
parseAttributes: function(node,
type)
parseAttributes: function(node)
parseAttributes: function(node)
parseAttributes: function(node)
parseAttributes: function(node)
parseData: function(data,
options)
Read data from a string, and return a list of features.
parseData: function(ajaxRequest)
Parse the data returned from the Events call.
parseData: function(ajaxRequest)
parseData: function(request)
Read HTTP response body and return records
parseData: function(str)
Parse the JSON from a request
parseDescribeLayer: function(request)
Parse the SLD WMS DescribeLayer response and issue the corresponding WFS DescribeFeatureType request
parseEnvelope: function(env,
arr)
Parse an array of coordinates into an ArcXML envelope structure.
parseExtendedData: function(node)
Parse ExtendedData from KML.
parseFeature: function(node)
Parse feature from an Atom entry node..
parseFeature: function(obj)
Convert a feature object from GeoJSON into an OpenLayers.Feature.Vector.
parseFeature: function(node)
This function is the core of the GML parsing code in OpenLayers.
parseFeature: function(node)
This function is the core of the KML parsing code in OpenLayers.
parseFeatures: function(node)
Return features from an Atom entry or feed.
parseFeatures: function(nodes,
options)
Loop through all Placemark nodes and parse them.
parseFeatures: function(request)
Read HTTP response body and return features.
parseFeatures: function(data)
Read Script response body and return features.
parseFeatures: function(request)
Read HTTP response body and return features
parseGeometry: function(obj)
Convert a geometry object from GeoJSON into an OpenLayers.Geometry.
parseGeometry: function(node)
Parse the geometry and the feature bounds out of the node using Format.GML
parseKmlColor: function(kmlColor)
Parses a kml color (in ‘aabbggrr’ format) and returns the corresponding color and opacity or null if the color is invalid.
parseLinks: function(nodes,
options)
Finds URLs of linked KML documents and fetches them
parseLocations: function(node)
Parse the locations from an Atom entry or feed.
parsePersonConstructs: function(node,
name,
data)
Parse Atom person constructs from an Atom entry node.
parsePointGeometry: function(node)
parseProperty: function(xmlNode,
namespace,
tagName)
Convenience method to find a node and return its value
parseResponse: function(data)
Take an ArcXML response, and parse in into this object’s internal properties.
parseResponse: function(request,
options)
Read HTTP response body and return features
parseStyle: function(node)
Parses the children of a Style node and builds the style hash accordingly
parseStyleMaps: function(nodes,
options)
Looks for Style nodes in the data and parses them Also parses StyleMap nodes, but only uses the ‘normal’ key
parseStyles: function(nodes,
options)
Looks for Style nodes in the data and parses them Also parses StyleMap nodes, but only uses the ‘normal’ key
OpenLayers.parseXMLString = function(text)
Parse XML into a doc structure
passesDblclickTolerance: function(evt)
Determine whether the event is within the optional double-cick pixel tolerance.
passesTolerance: function(evt)
Determine whether the event is within the optional pixel tolerance.
passesTolerance: function(px)
Determine whether the mouse move is within the optional pixel tolerance.
passesTolerance: function(pixel1,
pixel2,
tolerance)
Determine whether the event is within the optional pixel tolerance.
passEventToSlider:function(evt)
This function is used to pass events that happen on the div, or the map, through to the slider, which then does its moving thing.
pinchDone: function(evt,
start,
last)
pinchMove: function(evt,
pinchData)
pinchStart: function(evt,
pinchData)
pixelToBounds: function(pixel)
Takes a pixel as argument and creates bounds after adding the clickTolerance.
play: function()
Calls the appropriate easing method
Return an array of coordinates from a point.
Convert a coordinate array from GeoJSON into an OpenLayers.Geometry.
Given an OpenLayers point geometry, create a GML point.
Given a GML node representing a point geometry, create an OpenLayers point geometry.
Given an OpenLayers point geometry, create a KML point.
Given a KML node representing a point geometry, create an OpenLayers point geometry.
Return an array of linear ring arrays from a polygon.
Convert a coordinate array from GeoJSON into an OpenLayers.Geometry.
Given an OpenLayers polygon geometry, create a GML polygon.
Given a GML node representing a polygon geometry, create an OpenLayers polygon geometry.
Given an OpenLayers polygon geometry, create a KML polygon.
Given a KML node representing a polygon geometry, create an OpenLayers polygon geometry.
positionTile: function()
Using the properties currenty set on the layer, position the tile correctly.
POST: function(config)
Send a POST request.
postDraw: function(node)
Things that have do be done after the geometry node is appended to its parent node.
postDraw: function(node)
preFeatureInsert: function(feature)
method called before a feature is inserted.
OpenLayers.Renderer.SVG.preventDefault = function(e)
Used to prevent default events (especially opening images in a new tab on ctrl-click) from being executed for externalGraphic symbols
OpenLayers.Renderer.SVG2.preventDefault = function(e)
Used to prevent default events (especially opening images in a new tab on ctrl-click) from being executed for externalGraphic and graphicName symbols
previousTrigger: function()
Restore the previous state.
processLayer: function(layerArray,
layer)
Recursive function to get back a flat list of layers from the hierarchic layer structure.
OpenLayers.Layer.Bing.processMetadata = function(metadata)
This function will be bound to an instance, linked to the global scope with an id, and called by the JSONP script returned by the API.
processXMLNode: function(xmlNode)
When passed an xmlNode, parses it for a GML point, and passes back an object describing that point.
profile: function()
Turns on the JavaScript profiler.
profileEnd: function()
Turns off the JavaScript profiler and prints its report.
PUT: function(config)
Send an HTTP PUT request.
Close