API / geotoolkit / gauges / defaults / ThreeBandCircular / ThreeBandCircular
defaults.ThreeBandCircular.ThreeBandCircular
Implements a circular gauge with three axis (displaying three different data sets). There are one large, one medium, and one small axis, called 'large', 'medium', and 'small' respectively. The name of the gauge is displayed in a circle in center, value for each axis is displayed in the cut of that axis.
↳
ThreeBandCircular
Constructors
Methods
▸ createGauge(params): CircularGauge
Returns a gauge ready for use
| Name | Type | Description |
|---|---|---|
params | Partial<Options> | JSON with overriding properties |
Gauge with applied default and overridden properties
▸ getClassName(): string
string
▸ getGaugeProperties(): Options
Returns properties pertaining to the gauge implemented by this factory. This function is called by CreateGauge() method in this class and is mainly for internal use.
AbstractFactory.getGaugeProperties
▸ getGaugeType(): string
Gets the type of the gauge which this factory implements
string
▸ getName(): string
Gets the name of this implementation
string
▸ Static getClassName(): string
string