| $#! | |
| _addButton, OpenSpace. | |
| _addZoomBar, OpenSpace. | |
| _doGazetteerQuery, OpenSpace. | |
| _doPostcodeQuery, OpenSpace. | |
| _doServiceQuery, OpenSpace. | |
| _getBoundaryCountCallback, OpenSpace. | |
| _getGazetteerCountCallback, OpenSpace. | |
| _getLocationsCallback, OpenSpace. | |
| _getLonLatCallback | |
| _getPostcodeCountCallback, OpenSpace. | |
| _getScriptLocation, OpenSpace | |
| _getTileCountCallback, OpenSpace. | |
| _scriptName, OpenSpace | |
| A | |
| activate | |
| add | |
| addCopyright, OpenSpace. | |
| addFeatures, OpenSpace.Map | |
| addLargeOrSmallControl, OpenSpace.Map | |
| addToList, OpenSpace. | |
| anchor, OpenSpace. | |
| ANCHOR_BOTTOM_LEFT, OpenSpace. | |
| ANCHOR_BOTTOM_RIGHT, OpenSpace. | |
| ANCHOR_TOP_LEFT, OpenSpace. | |
| ANCHOR_TOP_RIGHT, OpenSpace. | |
| animatePan, OpenSpace.Map | |
| animatePanEnd, OpenSpace.Map | |
| animatePanStep, OpenSpace.Map | |
| apikey, OpenSpace | |
| area_code, OpenSpace. | |
| areaCodeLookup, OpenSpace. | |
| B | |
| BBOX | |
| bilinear, OpenSpace. | |
| Boundary | |
| bounds |
this is an override for OpenLayers.Control.PanZoomBar.__addButton function
_addButton: function ( id, img, xy, sz )
_addZoomBar:function( centered )
_doGazetteerQuery: function( query, callback )
_doPostcodeQuery: function( query, callback )
Sets up and calls a JSON request to the support server.
_doServiceQuery: function( query, callback )
Calls the given callback function with the results of the query.
_getBoundaryCountCallback: function( jsonData )
Calls the given callback function with the results of the query.
_getGazetteerCountCallback: function( jsonData )
_getLocationsCallback: function( jsonData )
_getLonLatCallback: function( jsonData )
_getLonLatCallback: function( jsonData )
Calls the given callback function with the results of the query.
_getPostcodeCountCallback: function( jsonData )
Return the path to this script.
_getScriptLocation: function()
Calls the given callback function with the results of the query.
_getTileCountCallback: function( jsonData )
activate: function( clusterdist )
Set up strategy with regard to reading new batches of remote data.
activate: function()
Set up strategy with regard to reading new batches of remote data.
activate: function()
Activate the strategy: reads all features from the protocol and add them to the layer.
activate: function()
add:function( x, y )
add: function( eastings, northings )
add:function( x, y )
add:function( x, y )
Adds a copyright to the collection
addCopyright: function( copyright )
A convenience method to add features to the map.
addFeatures: function( features )
A convenience method to return a large or small map control based on screen size.
addLargeOrSmallControl: function( sizeChanged )
Add strings to a comma separated list.
addToList: function( list, s )
Internal interpolation method.
bilinear: function( /* double[] * /y, /* double */ x1l, /* double */ x1u, /* double */ x2l, /* double */ x2u, /* double */ x1, /* double */ x2 )