Last updated

API / geotoolkit / data / LogarithmicDataConversion / LogarithmicDataConversion

Class: LogarithmicDataConversion

data.LogarithmicDataConversion.LogarithmicDataConversion

Convert logarithmic value to linear and back

Hierarchy

Table of contents

Constructors
[new LogarithmicDataConversion(coeff, base, logLow, logHigh, trackLow, trackHigh, logMin, normalizeConversion)](/solutions/geotoolkit/apis/classes/geotoolkit.data.logarithmicdataconversion.logarithmicdataconversion.md#new logarithmicdataconversion(coeff, base, loglow, loghigh, tracklow, trackhigh, logmin, normalizeconversion))[new LogarithmicDataConversion(options)](/solutions/geotoolkit/apis/classes/geotoolkit.data.logarithmicdataconversion.logarithmicdataconversion.md#new logarithmicdataconversion(options))
Methods
Css Properties
Name Type Description
basenumberLogarithmic base
coeffnumberCoefficient
loghighnumberHigh value
loglownumberLow value
logminnumberLogmin
normalizeconversionNormalizeDataConversionNormalizeConversion
normalizeconversion-maxnumberHigher source limit
normalizeconversion-minnumberLower source limit
trackhighnumberTrack high value
tracklownumberTrack lower value

Contents

Constructors

new LogarithmicDataConversion(coeff, base, logLow, logHigh, trackLow, trackHigh, logMin, normalizeConversion)

new LogarithmicDataConversion(coeff?, base?, logLow?, logHigh?, trackLow?, trackHigh?, logMin?, normalizeConversion?)

Parameters

Name Type
Optional coeffnumber
Optional basenumber
Optional logLownumber
Optional logHighnumber
Optional trackLownumber
Optional trackHighnumber
Optional logMinnumber
Optional normalizeConversionNormalizeDataConversion

Overrides

DataConversion.constructor


new LogarithmicDataConversion(options)

new LogarithmicDataConversion(options?)

Parameters

Name Type
Optional optionsOptions

Overrides

DataConversion.constructor

Methods

direct

direct(v): number

Direct convert

Parameters

Name Type Description
vnumberthe number to be converted

Returns

number

Overrides

DataConversion.direct


getClassName

getClassName(): string

Returns

string

Inherited from

DataConversion.getClassName


getProperties

getProperties(): OptionsOut

Gets all the properties pertaining to this object

Returns

OptionsOut

properties object

Overrides

DataConversion.getProperties


reverse

reverse(v): number

Reverse convert

Parameters

Name Type Description
vnumberthe number to reverse convert

Returns

number

Overrides

DataConversion.reverse


setProperties

setProperties(properties?): LogarithmicDataConversion

Sets all the properties pertaining to this object

Parameters

Name Type Description
Optional propertiesOptionsAn object containing the properties to set

Returns

LogarithmicDataConversion

this

Overrides

DataConversion.setProperties


getClassName

Static getClassName(): string

Returns

string

Inherited from

DataConversion.getClassName