| G | |
| geog2Grid, OpenSpace. | |
| getAdminUnitIdList, OpenSpace. | |
| getApiKey, OpenSpace | |
| getAreaCodeList, OpenSpace. | |
| getBoundaryCount, OpenSpace. | |
| getBoundaryServerPath, OpenSpace | |
| getCensusCodeList, OpenSpace. | |
| getCenter, OpenSpace.Map | |
| getCenterLonLat, OpenSpace. | |
| getCenterPixel, OpenSpace. | |
| getCopyrightNotice, OpenSpace. | |
| getDefaultCopyright, OpenSpace. | |
| getEasting, OpenSpace. | |
| getGazetteerCount, OpenSpace. | |
| getGazetteerServerPath, OpenSpace | |
| getGeometryRequired, OpenSpace. | |
| getHeight | |
| getImagesLocation, OpenSpace | |
| getInfoWindow, OpenSpace.Map | |
| getLayerPxFromMapPoint, OpenSpace.Map | |
| getLocations, OpenSpace. | |
| getLonLat | |
| getLonLatFromMapPoint, OpenSpace. | |
| getMapPointFromLayerPx, OpenSpace.Map | |
| getMapPointFromLonLat, OpenSpace. | |
| getMapPointFromPixel, OpenSpace.Map | |
| getMapPointFromViewPortPx | |
| getMarkerLayer, OpenSpace.Map | |
| getName, OpenSpace. | |
| getNorthing, OpenSpace. | |
| getPixelFromMapPoint, OpenSpace.Map | |
| getPostcodeCount, OpenSpace. | |
| getPostcodeServerPath, OpenSpace | |
| getProductKeyForResolution, OpenSpace.Map | |
| getResolution, OpenSpace. | |
| getResolutionRange, OpenSpace | |
| getServerBase, OpenSpace | |
| getSize | |
| getSupportServerPath, OpenSpace | |
| getThemeLocation, OpenSpace | |
| getTileCount, OpenSpace. | |
| getTileServerPath, OpenSpace | |
| getURL, OpenSpace | |
| getVectorLayer, OpenSpace.Map | |
| getViewPortPxFromLonLat, OpenSpace. | |
| getViewPortPxFromMapPoint, OpenSpace.Map | |
| getWidth | |
| H | |
| handleRead, OpenSpace. | |
| handleResponse, OpenSpace. | |
| I | |
| initialLat, OpenSpace. | |
| intersectsBounds | |
| invalidBounds | |
| isSmallMap, OpenSpace.Map | |
| isSuitableOverview, OpenSpace. | |
| M | |
| marc, OpenSpace. | |
| merge | |
| moveTo | |
| O | |
| offset, OpenSpace. | |
| onMapResize | |
| openInfoWindow, OpenSpace.Map | |
| oppositeQuadrant | |
| os_arc, OpenSpace. |
Internal conversion method
geog2Grid: function( pt_LonLat )
Determine the appropriate list of admin unit ids to send to the server.
getAdminUnitIdList: function( new_admin_unit_ids )
Gets the current API key.
getApiKey: function()
Determine the appropriate list of area codes to send to the server.
getAreaCodeList: function()
Sends a query to the support server to find out the current boundary usage and the maximum number of available requests.
getBoundaryCount: function( callback )
Gets the relative path of the boundary server.
getBoundaryServerPath: function()
Determine the appropriate list of census codes to send to the server.
getCensusCodeList: function()
{OpenSpace.MapPoint}
getCenter: function ()
{OpenSpace.ScreenPoint} The center of the bounds in pixel space.
getCenterPixel:function()
getCopyrightNotice: function( extent )
Creates the default OpenSpace.Control.Copyright.
OpenSpace.Control.Copyright.getDefaultCopyright = function( mapWidth, smallMapWidth )
{Float} The x-axis easting coodinate in metres
getEasting: function()
Sends a query to the support server to find out the current gazetteer usage and the maximum number of available requests.
getGazetteerCount: function( callback )
Gets the relative path of the gazetteer server.
getGazetteerServerPath: function()
Return if geometry is required.
getGeometryRequired: function()
{Float} The height of the bounds (top minus bottom).
getHeight:function()
{Float} The height of the bounds (bottom minus top).
getHeight:function()
{String} The fully formatted image location string
getImagesLocation: function()
A convenience method to return a reference to the info window.
getInfoWindow: function()
getLayerPxFromMapPoint: function ( mapPoint )
getLocations: function( query, callback )
getLonLat: function( query, callback )
getLonLat: function( query, callback )
Convert a OSGB36 grid point into a WGS84 lon lat point
getLonLatFromMapPoint: function( pt_OSGB36 )
getMapPointFromLayerPx: function ( px )
Convert an WGS84 point into a OSGB36 grid point
getMapPointFromLonLat: function( pt_LonLat )
getMapPointFromPixel: function ( px )
getMapPointFromViewPortPx: function ( viewPortPx )
Gets the coordinates of a point on the map given the position of a point on the map window
getMapPointFromViewPortPx: function ( viewPortPx )
A convenience method to return a reference to the default marker layer.
getMarkerLayer: function()
Return the boundary name search parameter.
getName: function()
{Float} The y-axis northing coodinate in metres
getNorthing: function()
getPixelFromMapPoint: function ( mapPoint )
Sends a query to the support server to find out the current postcode usage and the maximum number of available requests.
getPostcodeCount: function( callback )
Gets the relative path of the postcode server.
getPostcodeServerPath: function()
A convenience method return a valid product list form resolutions supplied.
getProductKeyForResolution: function( resVal )
Determine the appropriate boundary resolution from the map’s zoom level.
getResolution: function()
set the value for Property: resolutionRange
getResolutionRange:function()
Gets the address of the base server.
getServerBase: function()
{OpenSpace.MapSize} The size of the box.
getSize:function()
{OpenSpace.ScreenSize} The size of the box.
getSize:function()
Gets the relative path of the API support server.
getSupportServerPath: function()
{String} The fully formatted theme location string
getThemeLocation: function()
Sends a query to the support server to find out the current map tile usage and the maximum number of available tiles.
getTileCount: function( callback )
Gets the relative path of the tile server.
getTileServerPath: function()
Gets the current document’s URL.
getURL: function()
A convenience method to return a reference to the default vector layer.
getVectorLayer: function()
Translate a point on the map into a corresponding pixel point in the viewport.
getViewPortPxFromLonLat: function ( lonlat )
getViewPortPxFromMapPoint: function ( mapPoint )
{Float} The width of the bounds
getWidth:function()
{Float} The width of the bounds
getWidth:function()
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRead: function( resp, options )
Called by CRUD specific handlers.
handleResponse: function( resp, options )
Internal conversion method
initialLat: function( North, n0, afo, PHI0, n, bfo )
intersectsBounds:function( bounds, inclusive )
intersectsBounds:function( bounds, inclusive )
invalidBounds: function( mapBounds )
invalidBounds: function( mapBounds )
A convenience method to return a boolean based on screen size.
isSmallMap: function()
Internal conversion method to Compute meridional arc.
marc: function( bf0, n, PHI0, PHI )
Given a list of features, determine which ones to add to the layer.
merge: function( resp )
Given a list of features, determine which ones to add to the layer.
merge: function( resp )
Add all features to the layer.
merge: function( resp )
Move the overlay when the base map layer is moved.
moveTo:function( bounds, zoomChanged, dragging )
Move the overlay when the base map moves.
moveTo:function( bounds, zoomChanged, dragging )
Move the tile in this OpenSpace WMS layer.
moveTo:function( bounds, zoomChanged, dragging )
Parameters px - {OpenSpace.ScreenPoint}
offset:function( px )
A convenience method to open a popup info window.
openInfoWindow: function( icon, pos, html, size )
Get the opposite quadrant for a given quadrant string.
OpenSpace.MapBounds.oppositeQuadrant = function( quadrant )
Get the opposite quadrant for a given quadrant string.
OpenSpace.ScreenBounds.oppositeQuadrant = function( quadrant )
Internal conversion method
os_arc: function( k3, k4 )