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
)
Protected Overridable Function InstantiateUrl (
box As IBoundingBox,
size As Size
) As String
protected:
virtual String^ InstantiateUrl(
IBoundingBox^ box,
Size size
)
abstract InstantiateUrl :
box : IBoundingBox *
size : Size -> string
override InstantiateUrl :
box : IBoundingBox *
size : Size -> string
Parameters
- box
- Type: Ptv.XServer.Controls.Map.Tools.ReprojectionIBoundingBox
Requested bounding box. - size
- Type: System.DrawingSize
Requested image size.
Return Value
Type:
StringInstantiated 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