Click or drag to resize

WmsMapServiceInstantiateUrl Method

Creates and initializes a url using the internal template, given the request parameters that replace the placeholders in the template.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected virtual string InstantiateUrl(
	IBoundingBox box,
	Size size
)

Parameters

box
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionIBoundingBox
Requested bounding box.
size
Type: System.DrawingSize
Requested image size.

Return Value

Type: String
Instantiated url that can be used to request the actual map image.
Remarks
Derived classes may override this method to customize the url being used for requesting map images.
See Also