Skip to main content

IntegerTypeManager

geovisto-mapReadme | API


geovisto-map / IntegerTypeManager

Class: IntegerTypeManager

This class specifies the integer type manager.

Author

Jiri Hynek

Extended by

Implements

Constructors

new IntegerTypeManager()

new IntegerTypeManager(): IntegerTypeManager

Returns

IntegerTypeManager

Methods

deserialize()

deserialize(value): number

It converts the string representation of the number value.

Parameters

value: string

Returns

number

Implementation of

ITypeManager.deserialize

Source

model/internal/type/IntegerTypeManager.ts:13