Table of Contents

Class CompositeStyle

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

Constructors

CompositeStyle()

public CompositeStyle()

CompositeStyle(IEnumerable<Style>)

public CompositeStyle(IEnumerable<Style> styles)

Parameters

styles IEnumerable<Style>

CompositeStyle(Style)

public CompositeStyle(Style style)

Parameters

style Style

Properties

FiltersCore

protected override Collection<string> FiltersCore { get; }

Property Value

Collection<string>

Styles

public ObservableCollection<Style> Styles { get; }

Property Value

ObservableCollection<Style>

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>

DrawSampleCore(GeoCanvas, DrawingRectangleF)

protected override void DrawSampleCore(GeoCanvas canvas, DrawingRectangleF drawingExtent)

Parameters

canvas GeoCanvas
drawingExtent DrawingRectangleF

GetRequiredColumnNamesCore()

protected override Collection<string> GetRequiredColumnNamesCore()

Returns

Collection<string>