Skip to main content

RelativeScale

geovisto-mapReadme | API


geovisto-map / RelativeScale

Class: RelativeScale

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

Author

Jiri Hynek

Extends

Implements

Constructors

new RelativeScale()

new RelativeScale(): RelativeScale

It initializes the scale.

Returns

RelativeScale

Overrides

MapDomain.constructor

Source

tools/layers/choropleth/model/internal/scale/RelativeScale.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/RelativeScale.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/RelativeScale.ts:25