Downloads from the wfs server the data specified at the url.

Namespace: FlightPlan.Optimizer.Wfs
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string DownloadData(
	WfsUrlFactory url
)
Visual Basic
Public Function DownloadData ( _
	url As WfsUrlFactory _
) As String
Visual C++
public:
String^ DownloadData(
	WfsUrlFactory^ url
)

Parameters

url
Type: FlightPlan.Optimizer.Wfs..::..WfsUrlFactory
The factory with the url information.

Return Value

The path to the file where the the data were downloaded.

See Also