For a point in polygon type boundary search, ensure that the point requested is inside the boundary polygon.
filterFeatures: function( features )
Alternative constructor that builds a new OpenSpace.MapPoint from a parameter string
OpenSpace.MapPoint.fromString = function( str )
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 )