API / geotoolkit / gauges / AbstractFactory / AbstractFactory
gauges.AbstractFactory.AbstractFactory
Abstract class for gauge factories.
AbstractFactory↳
Pressure
Constructors
Methods
▸ Abstract createGauge(params?): AbstractGauge
Returns a gauge ready for use
| Name | Type | Description |
|---|---|---|
Optional params | Options | JSON with overriding properties |
Gauge with applied default and overridden properties
▸ getClassName(): string
string
▸ Abstract getGaugeProperties(): Options
Returns properties pertaining to the gauge implemented by this factory
▸ 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