Enums the distinct feature types that could be downloaded from the Wfs server in the GetFeature request.

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

Syntax

C#
public enum FeatureType
Visual Basic
Public Enumeration FeatureType
Visual C++
public enum class FeatureType

Members

Member nameValueDescription
Hotspots1Day0
Hotspots7Days1
HotspotsAll2
Fires7Days3
Fires30Days4
FiresAll5

See Also