Skip to main content

RelativeMinMaxScale

geovisto-mapReadme | API


geovisto-map / RelativeMinMaxScale

Class: RelativeMinMaxScale

This class provides the relative [min,max] scale.

Author

Jiri Hynek

Extends

Implements

Constructors

new RelativeMinMaxScale()

new RelativeMinMaxScale(): RelativeMinMaxScale

It initializes the scale.

Returns

RelativeMinMaxScale

Overrides

MapDomain.constructor

Source

tools/layers/choropleth/model/internal/scale/RelativeMinMaxScale.ts:18

Methods

getName()

getName(): string

It returns the name of the map domain.

Returns

string

Implementation of

IScale.getName

Inherited from

MapDomain.getName

Source

model/internal/domain/generic/MapDomain.ts:21


getScale()

getScale(values, size): number[]

It returns a scale which can be used for choropleth color levels.

Parameters

values: number[]

size: number

Returns

number[]

Implementation of

IScale.getScale

Source

tools/layers/choropleth/model/internal/scale/RelativeMinMaxScale.ts:35


toString()

toString(): string

The string representation is equal to the name of the map domain.

Returns

string

Inherited from

MapDomain.toString

Source

model/internal/domain/abstract/AbstractMapDomain.ts:18


TYPE()

static TYPE(): string

Type of the scale.

Returns

string

Source

tools/layers/choropleth/model/internal/scale/RelativeMinMaxScale.ts:25