Click or drag to resize

ReprojectionProvider Constructor

Constructor of the reprojection provider, which performs an image processing to match coordinate reference systems, which commonly differ in their projections.

Namespace:  Ptv.XServer.Controls.Map.Layers
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ReprojectionProvider(
	string urlTemplate,
	int timeout = 8000
)

Parameters

urlTemplate
Type: SystemString
URL needed for retrieving images from the corresponding Web Map Service. The layout of this URL must achieve the requirements according the OpenGIS Specification, details can be found in http://www.opengeospatial.org/standards/wms .
Because the visible region of a map controls changes during a user session, and the size in pixel may vary, some parameters in the URL query string have to be parameterized. I.e. the parameters 'BBOX', 'WIDTH' and 'HEIGHT' must used in a parameterized way: They have to look like: ..&BBOX=${boundingbox}&WIDTH=${width}&HEIGHT=${height}.."
timeout (Optional)
Type: SystemInt32
Longest time waiting for WMS request.
See Also