API / geotoolkit / data / LogarithmicDataConversion / LogarithmicDataConversion
data.LogarithmicDataConversion.LogarithmicDataConversion
Convert logarithmic value to linear and back
↳
LogarithmicDataConversion
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)) |
|---|
Css Properties
| Name | Type | Description |
|---|---|---|
base | number | Logarithmic base |
coeff | number | Coefficient |
loghigh | number | High value |
loglow | number | Low value |
logmin | number | Logmin |
normalizeconversion | NormalizeDataConversion | NormalizeConversion |
normalizeconversion-max | number | Higher source limit |
normalizeconversion-min | number | Lower source limit |
trackhigh | number | Track high value |
tracklow | number | Track lower value |
Constructors
• new LogarithmicDataConversion(coeff?, base?, logLow?, logHigh?, trackLow?, trackHigh?, logMin?, normalizeConversion?)
| Name | Type |
|---|---|
Optional coeff | number |
Optional base | number |
Optional logLow | number |
Optional logHigh | number |
Optional trackLow | number |
Optional trackHigh | number |
Optional logMin | number |
Optional normalizeConversion | NormalizeDataConversion |
DataConversion.constructor
• new LogarithmicDataConversion(options?)
| Name | Type |
|---|---|
Optional options | Options |
DataConversion.constructor
Methods
▸ direct(v): number
Direct convert
| Name | Type | Description |
|---|---|---|
v | number | the number to be converted |
number
▸ getClassName(): string
string
▸ getProperties(): OptionsOut
Gets all the properties pertaining to this object
properties object
▸ reverse(v): number
Reverse convert
| Name | Type | Description |
|---|---|---|
v | number | the number to reverse convert |
number
▸ setProperties(properties?): LogarithmicDataConversion
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
Optional properties | Options | An object containing the properties to set |
this
▸ Static getClassName(): string
string