R | |
radius, OpenLayers. Handler. RegularPolygon | |
raiseLayer, OpenLayers.Map | |
ratio | |
read mapfish. Protocol. MapFishmapfish. Protocol. MergeFilterDecoratormapfish. Protocol. TriggerEventDecoratormapfish. widgets. data. FeatureReaderOpenLayers. Format. ArcXMLOpenLayers. Format. ArcXML. FeaturesOpenLayers. Format. CSWGetDomain. v2_0_2OpenLayers. Format. CSWGetRecords. v2_0_2OpenLayers. Format. FilterOpenLayers. Format. GeoJSONOpenLayers. Format.GMLOpenLayers. Format.GPXOpenLayers. Format.JSONOpenLayers. Format.KMLOpenLayers. Format.SLDOpenLayers. Format.TextOpenLayers. Format. WFSCapabilitiesOpenLayers. Format. WFSCapabilities.v1OpenLayers. Format.WMCOpenLayers. Format. WMSCapabilitiesOpenLayers. Format. WMSCapabilities.v1_1OpenLayers. Format. WMSDescribeLayerOpenLayers. Format. WMSDescribeLayer.v1_1OpenLayers. Format. WMSGetFeatureInfoOpenLayers. ProtocolOpenLayers. Protocol.HTTPOpenLayers. Protocol. SQL. Gears | |
readRecords, mapfish. widgets. data. FeatureReader | |
recenter, mapfish. Strategy. ProtocolListener | |
Rectangle, OpenLayers. Geometry. Rectangle. OpenLayers. Geometry | |
redraw | |
refresh, OpenLayers. Layer.WFS | |
register | |
registerPriority, OpenLayers. Events | |
RegularPolygon, OpenLayers. Handler. RegularPolygon. OpenLayers. Handler | |
relativeToAbsoluteURL, mapfish.Util | |
remove | |
removeComponent | |
removeComponents, OpenLayers. Geometry. Collection | |
removeControl, OpenLayers.Map | |
removeFeatures | |
removeLayer, OpenLayers.Map | |
removeMap | |
removeMarker | |
removeNode, mapfish. widgets. LayerTree | |
removePoint, OpenLayers. Geometry. MultiPoint | |
removePopup, OpenLayers.Map | |
render, OpenLayers.Map | |
Renderer, OpenLayers. Renderer. OpenLayers | |
rendererOptions, OpenLayers. Layer. Vector | |
reportError, OpenLayers. Layer. Vector | |
reproject, OpenLayers. Layer. HTTPRequest | |
Request, OpenLayers. Ajax. Request. OpenLayers.Ajax | |
requestFailure, mapfish. GeoStat | |
requestId, OpenLayers. Format. CSWGetRecords. v2_0_2 | |
requestSuccess, mapfish. GeoStat | |
RESHAPE, OpenLayers. Control. ModifyFeature | |
resize | |
RESIZE, OpenLayers. Control. ModifyFeature | |
resolution, OpenLayers. Layer. KaMap | |
resolutions | |
RESOLUTIONS | |
Response | |
ResponseHandler, OpenLayers. Format. CSWGetRecords. v2_0_2 | |
restrictedExtent, OpenLayers.Map | |
resultType, OpenLayers. Format. CSWGetRecords. v2_0_2 | |
RootContainer, OpenLayers. Layer. Vector. RootContainer. OpenLayers. Layer. Vector | |
rotate | |
ROTATE, OpenLayers. Control. ModifyFeature | |
rssns, OpenLayers. Format. GeoRSS | |
Rule, OpenLayers. Rule. OpenLayers |
Change the index of the given layer by delta.
raiseLayer: function ( layer, delta )
Construct a request for reading new features.
"read": function( options )
Merge filters provided by searchers, and call the decorated protocol’s read method, passing it the merged filter.
"read": function( options )
Construct a request for reading new features.
read: function( options )
This method is only used by a DataProxy which has retrieved data.
read: function( response )
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 )
Parse the response from a GetDomain request.
read: function( data )
Parse the response from a GetRecords request.
read: function( data )
Read and Filter doc and return an object representing the Filter.
read: function( data )
Deserialize a GeoJSON string.
read: function( json, type, filter )
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 and SLD doc and return an object representing the SLD.
read: function( data, options )
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 layers.
read: function( data )
Read capabilities data from a string, and return a list of layers.
read: function( data )
Read WMC data from a string, and return an object with map properties and a list of layers.
read: function( data, options )
Read capabilities data from a string, and return a list of layers.
read: function( data )
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 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 )
Construct a request for reading new features.
read: function( options )
Construct a request for reading new features.
read: function( options )
Read all features from the database and return a OpenLayers.Protocol.Response instance.
read: function( options )
Create a data block containing Ext.data.Records from an array of features.
readRecords : function( features )
Redraws the layer.
redraw: function()
Redraws the layer.
redraw: function( force )
Refreshes all the features of the layer
refresh: function()
Register a searcher.
register: function( searcher )
Register an event on the events object.
register: function ( type, obj, func )
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 )
mapfish.Util.relativeToAbsoluteURL = function( source )
Remove the specified element from the DOM.
remove: function( element )
remove: function( node )
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 store.
removeFeatures: function( features )
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 )
Remove all the OL layers from the map corresponding to a node.
mapfish.widgets.LayerTree.removeNode = function( layerTree, node )
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 )
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 )