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)
Syntaxpublic void SetStandardUrlParameters(
string queryString
)
Public Sub SetStandardUrlParameters (
queryString As String
)
Parameters
- queryString
- Type: SystemString
The query string from the appropriate URL
RemarksThe parameters handled are:
BBOX - bounding box to zoom toX - x coordinate to centre onY - y coordinate to centre onScale - initial map scaleLayers - 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