API / geotoolkit / contour / strategy / IsolineStylingStrategy / IsolineStylingStrategy
strategy.IsolineStylingStrategy.IsolineStylingStrategy
Define an interface for styling isolines
Interface
Constructors
Methods
▸ getClassName(): string
string
▸ Abstract getIsolineStyle(level): LineStyle
Gets style for isoline
| Name | Type | Description |
|---|---|---|
level | number | level |
▸ Abstract getIsolineVisible(level): boolean
Returns if isoline of specified level should be drawn
| Name | Type | Description |
|---|---|---|
level | number | level |
boolean
▸ Static getClassName(): string
string