R | |
rad, Util | |
radius, ALKMaps. | |
radiusHandle, ALKMaps. | |
raiseLayer, ALKMaps.Map | |
Raster, ALKMaps. | |
ratio | |
read | |
readChildNodes, ALKMaps. | |
readers | |
readNode, ALKMaps. | |
readTile, ALKMaps. | |
readTiles, ALKMaps. | |
readWithPOST, ALKMaps. | |
Rectangle, ALKMaps. | |
rectDrag, ALKMaps. | |
redo | |
redoStack | |
redraw | |
redrawBackgroundNode, ALKMaps. | |
redrawNode, ALKMaps. | |
refresh | |
Refresh, ALKMaps. | |
regex2value | |
regExes, ALKMaps. | |
register | |
registerEvents, ALKMaps. | |
registerImageListeners, ALKMaps. | |
registerPriority, ALKMaps. | |
registry, ALKMaps. | |
RegularPolygon, ALKMaps. | |
relativePosition, ALKMaps. | |
remove | |
removeAllFeatures, ALKMaps. | |
removeBackBuffer, ALKMaps. | |
removeBackBufferDelay, ALKMaps. | |
removeBox, ALKMaps. | |
removeButtons, ALKMaps. | |
removeByGeometry, ALKMaps. | |
removeClass, ALKMaps. | |
removeComponent | |
removeComponents, ALKMaps. | |
removeControl, ALKMaps.Map | |
removeDocumentEvents, ALKMaps. | |
removeExcessTiles, ALKMaps. | |
removeFeatures, ALKMaps. | |
removeItem, Util | |
removeLayer | |
removeMap | |
removeMarker | |
removePoint | |
removePopup, ALKMaps.Map | |
removeRoute, ALKMaps. | |
removeTail, Util | |
removeTarget, ALKMaps. | |
removeTargetLayer, ALKMaps. | |
removeText | |
removeTileMonitoringHooks | |
removeTimeout, ALKMaps. | |
render, ALKMaps.Map | |
renderer, ALKMaps. | |
Renderer, ALKMaps. | |
rendererOptions, ALKMaps. | |
rendererRoot, ALKMaps. | |
renderers, ALKMaps. | |
renderIntent | |
renderPath, ALKMaps. | |
renderTile | |
reportError, ALKMaps. | |
reproject | |
reqFeatures, ALKMaps. | |
request | |
Request, ALKMaps. | |
requestFrame, ALKMaps. | |
requestType, ALKMaps. | |
reset | |
resetLayersZIndex, ALKMaps.Map | |
resetRoots, ALKMaps. | |
resetVertices, ALKMaps. | |
resFactor | |
RESHAPE, ALKMaps. | |
resize | |
RESIZE, ALKMaps. | |
resolution | |
RESOLUTION_PROPERTIES, ALKMaps. | |
resolutionFactor, ALKMaps. | |
resolutions | |
resolutionsFromScales, ALKMaps. | |
responders, ALKMaps. | |
respondToReadyState, ALKMaps. | |
response, ALKMaps. | |
Response | |
restore, ALKMaps. | |
restoreFeature | |
restoring, ALKMaps. | |
restrictedExtent, ALKMaps.Map | |
reverseAxisOrder | |
reverseGeocode, ALKMaps. | |
right, ALKMaps. | |
rightclick, ALKMaps. | |
rightclickTimerId, ALKMaps. | |
rightOfDateLine, ALKMaps. | |
root | |
RootContainer, ALKMaps. | |
rotate | |
ROTATE, ALKMaps. | |
rotation | |
rotationHandles, ALKMaps. | |
rotationHandleSymbolizer, ALKMaps. | |
rounded, ALKMaps. | |
Routing, ALKMaps. | |
rssns, ALKMaps. | |
Rule, ALKMaps. | |
rules | |
runCallbacks, ALKMaps. |
ALKMaps.Util.rad = function ( x )
Change the index of the given layer by delta.
raiseLayer: function ( layer, delta )
Read data from a string, and return an object whose type depends on the subclass.
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 )
Deserialize a GeoJSON string.
read: function( json, type, filter )
Return a list of features from a GeoRSS 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 )
Return a list of features from a Tab Seperated Values text string.
read: function( text )
Deserialize a WKT string and return a vector feature or an array of vector features.
read: function( wkt )
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 )
Shorthand for applying the named readers to all children of a node.
readChildNodes: function( node, obj )
Shorthand for applying one of the named readers given the node namespace and local name.
readNode: function( node, obj )
Request custom places in the tile bounds.
readTile: function( tile, options )
Request custom places in tiles.
readTiles: function( tiles, options )
Handle extent rectangle drag
rectDrag: function( px )
Reinsert the most recently removed point resulting from an undo call.
redo: function()
Reinsert the most recently removed point resulting from an undo call.
redo: function()
Goes through and takes the current state of the Map and rebuilds the control to display that state.
redraw: function()
redraw: function( evt )
redraw: function()
clear the div and start over.
redraw: function()
redraw: function( evt )
Redraws the layer.
redraw: function()
Redraws the layer.
redraw: function( force )
The real ‘meat’ of the function: any time things have changed, redraw() can be called to loop over all the data and (you guessed it) redraw it.
redraw: function()
Redraws the node using special ‘background’ style properties.
redrawBackgroundNode: function( id, geometry, style, featureId )
redrawNode: function( id, geometry, style, featureId )
Ask the layer to request features again and redraw them.
refresh: function( obj )
Tell the strategy to refresh which will refresh the layer.
refresh: function()
Convert the value of this rule from a regular expression string into an ogc literal string using a wildCard of *, a singleChar of ., and an escape of !.
regex2value: function()
Convert the value from a regular expression string to a LIKE/ILIKE string known to the web service.
function regex2value( value )
register: function( responderToAdd )
Register an event on the events object.
register: function ( type, obj, func, priority )
register an event on the map
register: function ( name, method )
Registers events on the popup.
registerEvents:function()
Called when an image contained by the popup loaded.
registerImageListeners: function()
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 listeners for a given event type.
remove: function( type )
Remove all features from the layer.
removeAllFeatures: function( options )
Remove back buffer from DOM.
removeBackBuffer: function()
Remove the zoombox from the screen and nullify our reference to it.
removeBox: function()
removeButtons: function()
Remove a feature from a list based on the given geometry.
removeByGeometry: function( features, geometry )
Remove a CSS class name from an element.
removeClass: function( element, name )
Remove a component from this geometry.
removeComponent: function( component )
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 )
Stops observing document events when documentDrag is true and the mouse cursor re-enters the map viewport while dragging.
removeDocumentEvents: function()
When the size of the map or the buffer changes, we may need to remove some excess rows and columns.
removeExcessTiles: function( rows, columns )
Remove features from the layer.
removeFeatures: function( features, options )
Remove an object from an array.
ALKMaps.Util.removeItem = function ( array, item )
Removes a layer from the control.
removeLayer: function( evt )
Removes a layer from the control.
removeLayer: function( evt )
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 )
Called when the layer is removed from the map.
removeMap: function( map )
The layer has been removed from the map.
removeMap: function( map )
The layer has been removed from the map.
removeMap: function( map )
removeMap: function( map )
removeMarker: function( marker )
removeMarker: function( marker )
Destroy the temporary point.
removePoint: function()
Wrapper for ALKMaps.Geometry.Collection.removeComponent
removePoint: function( point )
removePopup: function( popup )
Removes a route from the layer by id.
removeRoute: function( routeId )
Takes a url and removes everything after the ?
ALKMaps.Util.removeTail = function ( url )
Remove a target.
removeTarget: function( target )
Remove a target layer.
removeTargetLayer: function( layer )
Function for removing text labels.
removeText: function( featureId )
Removes a label
removeText: function( featureId )
This function takes a tile as input and removes the tile hooks that were added in addTileMonitoringHooks()
removeTileMonitoringHooks: function( tile )
This function takes a tile as input and removes the tile hooks that were added in addTileMonitoringHooks.
removeTileMonitoringHooks: function( tile )
Private.
removeTimeout: function()
Render the map to a specified container.
render: function( div )
Render a path with stroke and optional fill.
renderPath: function( context, geometry, style, featureId, type )
renderTile: function()
Internal function to actually initialize the image tile, position it correctly, and set its url.
renderTile: function()
request: function( url )
Sends a GetFeature request to the WFS
request: function( bounds, options )
reset: function( evt )
reset: function( evt )
Start or cancel the refresh interval depending on the visibility of the layer.
reset: function()
Reset each layer’s z-index based on layer’s array index
resetLayersZIndex: function()
Resets the root nodes back into the layers they belong to.
resetRoots: function()
resetVertices: function()
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 )
Derive resolutions from scales.
resolutionsFromScales: function( scales )
respondToReadyState: function( readyState )
Update the state with the given object.
restore: function( state )
Move the feature from the sketch layer to the target layer.
restoreFeature: function( cancel )
Returns true if the axis order is reversed for the WMS version and projection of the layer.
reverseAxisOrder: function()
Returns true if the axis order is reversed for the WMS version and projection of the layer.
reverseAxisOrder: function()
This function takes latitude and longitude, returns address object synchronously or asynchronously.
ALKMaps.Geocoder.reverseGeocode = function ( inputs )
Handle rightclick.
rightclick: function( evt )
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 )
Calls the complete, success and failure callbacks.
runCallbacks: function ( options )