Class WindBarbStyle
public class WindBarbStyle : Style
- Inheritance
-
WindBarbStyle
- Inherited Members
Constructors
WindBarbStyle()
public WindBarbStyle()
Properties
Brush
public GeoBrush Brush { get; set; }
Property Value
DrawingLevel
public DrawingLevel DrawingLevel { get; set; }
Property Value
Pen
public GeoPen Pen { get; set; }
Property Value
SymbolSize
public float SymbolSize { get; set; }
Property Value
WindDirectionAngleColumnName
public string WindDirectionAngleColumnName { get; set; }
Property Value
WindSpeedInKnotsColumnName
public string WindSpeedInKnotsColumnName { get; set; }
Property Value
Methods
DrawCore(IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)
protected override void DrawCore(IEnumerable<Feature> features, GeoCanvas canvas, Collection<SimpleCandidate> labelsInThisLayer, Collection<SimpleCandidate> labelsInAllLayers)
Parameters
features
IEnumerable<Feature>canvas
GeoCanvaslabelsInThisLayer
Collection<SimpleCandidate>labelsInAllLayers
Collection<SimpleCandidate>