Click or drag to resize

GenericSPSetStandardUrlParameters Method

Process the standard URL parameters.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public void SetStandardUrlParameters(
	string queryString
)

Parameters

queryString
Type: SystemString
The query string from the appropriate URL
Remarks
The parameters handled are:
  • BBOX - bounding box to zoom to
  • X - x coordinate to centre on
  • Y - y coordinate to centre on
  • Scale - initial map scale
  • Layers - initial list of overlays to be made visible. These may be separated either by commas or the HTML form %2c.
  • LayerIndexes - initial list of overlays to be made visible. These may be separated either by commas or the HTML form %2c.
  • Feature - coordinates of a feature to digitise.
  • Marker - the name of a shape to digitise at the centre of the map, if X and Y have been specified.
  • Any missing or defective parameters are ignored. Contradictory parameters (eg. specifying both X and BBOX) are handled in order, ones higher in the above list taking precedence. It is assumed that SetRenderSize(Int32, Int32) has been called.
    See Also