Change the index of the given layer by delta.
raiseLayer: function ( layer, delta )
Read data from a string, and return an response.
read: function( data )
Read data from a string of ArcXML, and return a set of OpenLayers features.
read: function( data )
Read Context data from a string, and return an object with map properties and a list of layers.
read: function( data, options )
Parse the response from a GetDomain request.
read: function( data )
Parse the response from a GetRecords request.
read: function( data )
Deserialize an encoded polyline string and return a vector feature.
read: function( encoded )
Deserialize a GeoJSON string.
read: function( json, type, filter )
Return a list of features from a GeoRSS doc
read: function( doc )
Read data from a string, and return a list of features.
read: function( data )
Return a list of features from a GPX doc
read: function( doc )
Deserialize a json string.
read: function( json, filter )
Read data from a string, and return a list of features.
read: function( data )
Read OGC exception report data from a string, and return an object with information about the exceptions.
read: function( data )
Read OWS context data from a string or DOMElement, and return a list of layers.
read: function( data )
Read capabilities data from a string, and return info about the SOS.
read: function( data )
Parse a GetFeatureOfInterest response and return an array of features
read: function( data )
Return a list of features from a Tab Seperated Values text string.
read: function( text )
Read capabilities data from a string, and return a list of coverages.
read: function( data )
Read capabilities data from a string, and return a list of layers.
read: function( data )
Parse the response from a transaction.
read: function( data, options )
Deserialize a WKT string and return a vector feature or an array of vector features.
read: function( wkt )
Read capabilities data from a string, and return a list of layers.
read: function( data )
Read DescribeLayer data from a string, and return the response.
read: function( data )
Read WMS GetFeatureInfo data from a string, and return an array of features
read: function( data )
Read capabilities data from a string, and return info about the WMTS.
read: function( data )
Read capabilities data from a string, and return info about the WPS.
read: function( data )
Parse a WPS DescribeProcess and return an object with its information.
read: function( data )
Parse a WPS Execute and return an object with its information.
read: function( data )
Read a doc and return an object representing the document.
read: function( data, options )
Construct a request for reading new features.
read: function( options )
Construct a request for reading new features.
read: function( options )
Construct a request for reading new features.
read: function( options )
Construct a request for reading new sensor positions.
read: function( options )
Read all features from the database and return a OpenLayers.Protocol.Response instance.
read: function( options )
Construct a request for reading new features.
read: function( options )
Reinsert the most recently removed point resulting from an undo call.
redo: function()
Redraws the layer.
redraw: function()
Redraws the layer.
redraw: function( force )
Refreshes all the features of the layer
refresh: function()
Tell the strategy to refresh which will refresh the layer.
refresh: function()
Register an event on the events object.
register: function ( type, obj, func, priority )
Same as register() but adds the new listener to the front of the events queue instead of to the end.
registerPriority: function ( type, obj, func )
Remove the specified element from the DOM.
remove: function( element )
remove: function( node )
Remove all features from the layer.
removeAllFeatures: function( options )
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.
removeComponent: function( point )
Remove components from this geometry.
removeComponents: function( components )
Remove a control from the map.
removeControl: function ( control )
Remove features from the layer.
removeFeatures: function( features, options )
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.
removeLayer: function( layer, setNewBaseLayer )
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.
removeMap: function( map )
On being removed from the map, also remove termsOfUse and poweredBy divs
removeMap: function( map )
removeMarker: function( marker )
removeMarker: function( marker )
Wrapper for OpenLayers.Geometry.Collection.removeComponent
removePoint: function( point )
removePopup: function( popup )
Render the map to a specified container.
render: function( div )
Resize a geometry relative to some origin.
resize: function( scale, origin, ratio )
Resize a geometry relative to some origin.
resize: function( scale, origin, ratio )
Resize a point relative to some origin.
resize: function( scale, origin, ratio )
Returns true if the axis order is reversed for the WMS version and projection of the layer.
reverseAxisOrder: function()
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.
rotate: function( angle, origin )