| P | |
| pan, OpenSpace.Map | |
| panDrag, OpenSpace.Map | |
| panMap, OpenSpace. | |
| panMapDone, OpenSpace. | |
| parseFeatures, OpenSpace. | |
| projectForward, OpenSpace. | |
| projectInverse, OpenSpace. | |
| R | |
| read, OpenSpace. | |
| removeFeatures, OpenSpace.Map | |
| removeMarker, OpenSpace.Map | |
| replace, OpenSpace. | |
| S | |
| setAnchor, OpenSpace. | |
| setCenter, OpenSpace.Map | |
| setHTML | |
| setPosition | |
| setSize | |
| setZIndex, OpenSpace. | |
| T | |
| toArray | |
| toBBOX, OpenSpace. | |
| toCoordString, OpenSpace. | |
| toString | |
| triggerRead, OpenSpace. | |
| triggerReadWithGeometry, OpenSpace. | |
| triggerReadWithoutGeometry, OpenSpace. | |
| U | |
| update | |
| updateScale, OpenSpace. | |
| updateSize, OpenSpace.Map | |
| V | |
| validateMapControls, OpenSpace.Map |
This function pans the map.
pan: function( dx, dy, options )
OpenLayers.Control.DragPan.prototype.panMap = function( xy )
Finish the panning operation.
OpenLayers.Control.DragPan.prototype.panMapDone = function( xy )
Read HTTP response body and return features.
parseFeatures: function( data )
Given an object with x and y properties in EPSG:4326, modify the x,y properties on the object to be the OSGB EPSG:27700 projected coordinates.
projectForward: function( point )
Given an object with x and y properties in Spherical Mercator, modify the x,y properties on the object to be the unprojected coordinates.
projectInverse: function( point )
Construct a request for reading new features.
read: function( options )
A convenience method to remove features from the map.
removeFeatures: function( features )
A convenience method to remove a marker.
removeMarker: function( marker )
Replace all features.
replace: function( resp )
Sets a new anchor position for this popup.
setAnchor: function( anchor )
setCenter: function ( mapPoint, zoom, dragging, forceZoomChange )
Set new HTML contents for this overlay.
setHTML: function( html )
Set new HTML contents for this overlay.
setHTML: function( html )
Sets a new position for this popup.
setPosition: function( lonlat )
Set a new position for this overlay.
setPosition: function( px )
Set a new position for this overlay.
setPosition: function( px )
Sets the popup window’s size.
setSize: function( size )
Set a new size for this overlay.
setSize: function( size )
Set a new size for this overlay.
setSize: function( size )
setZIndex: function ( zIndex )
{Array} array of left, bottom, right, top
toArray: function()
{Array} array of left, top, right, bottom
toArray: function()
toBBOX:function( decimal )
Return a readable string version of the map point
toCoordString: function()
{String} String representation of bounds object.
toString:function()
Return a readable string version of the map point
toString: function()
Return the string representation of a map size object
toString:function()
{String} String representation of bounds object.
toString:function()
Cast this object into a string
toString:function()
Return the string representation of a size object
toString:function()
{OpenLayers.Protocol.Response} The protocol response object returned by the layer protocol.
triggerRead: function()
{OpenLayers.Protocol.Response} The protocol response object returned by the layer protocol.
triggerReadWithGeometry: function( new_admin_unit_ids )
{OpenLayers.Protocol.Response} The protocol response object returned by the layer protocol.
triggerReadWithoutGeometry: function()
Callback function called on “moveend” or “refresh” layer events.
update: function( options )
Callback function called on “moveend” or “refresh” layer events.
update: function( options )
updateScale: function()
This function should be called by any external code which dynamically changes the size of the map div (because mozilla wont let us catch the “onresize” for an element)
updateSize: function()
this method checks the Options.control array and removes OpenSpaceControlCopyrightCollection and OpenSpaceControlPoweredBy if they are created by user, they will be added later anyway, i.e.
validateMapControls:function( opts )