RelativeScale
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
Overrides
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
Inherited from
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
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
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