Downloads from the wfs server the data specified at the url.
Namespace: FlightPlan.Optimizer.WfsAssembly: 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.