Downloads from the wfs server the data of the specified type.

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

Syntax

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

Parameters

type
Type: FlightPlan.Optimizer.Wfs..::..FeatureType
The type of data to be downloaded.

Return Value

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

See Also