API / geotoolkit / gauges / defaults / DoubleAxisCircular / DoubleAxisCircular
defaults.DoubleAxisCircular.DoubleAxisCircular
Implements a factory which creates a gauge with two axes. One axis is slightly smaller than another and is called 'inneraxis' and the bigger one is called 'outeraxis'. Two marker style needles are also being added here, one pointing at the outside border of the outer axis and the other one points at the inner border of the inner axis. Values are displayed inside the circle.
↳
DoubleAxisCircular
Constructors
Methods
▸ createGauge(params): CircularGauge
Returns a gauge ready for use
| Name | Type | Description |
|---|---|---|
params | Partial<Options> & { regions?: Record<string, 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