Table of Contents

Class WindBarbStyle

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class WindBarbStyle : Style
Inheritance
WindBarbStyle
Inherited Members

Constructors

WindBarbStyle()

public WindBarbStyle()

Properties

Brush

public GeoBrush Brush { get; set; }

Property Value

GeoBrush

DrawingLevel

public DrawingLevel DrawingLevel { get; set; }

Property Value

DrawingLevel

Pen

public GeoPen Pen { get; set; }

Property Value

GeoPen

SymbolSize

public float SymbolSize { get; set; }

Property Value

float

WindDirectionAngleColumnName

public string WindDirectionAngleColumnName { get; set; }

Property Value

string

WindSpeedInKnotsColumnName

public string WindSpeedInKnotsColumnName { get; set; }

Property Value

string

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 GeoCanvas
labelsInThisLayer Collection<SimpleCandidate>
labelsInAllLayers Collection<SimpleCandidate>