Skip to main content

WmsImageSource.ProcessRequest(Uri, MapUnit, Double) Method

SECURITY NOTE

Downloading map data passed through URLs specified by the uri parameter may create security issues. Review the following help topic and learn how to spot, analyze, and prohibit unwanted download requests:

Suppress Control Requests to Download Data from External URLs

Processes the request to a map service to obtain an image using its URI and location for the required zoom level.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public void ProcessRequest(
    Uri uri,
    MapUnit location,
    double zoomLevel
)

Parameters

Name Type Description
uri Uri

A Uri value specifying the image URI.

location MapUnit

A MapUnit object specifying the location.

zoomLevel Double

A Double value specifying the zoom level.

See Also