API / geotoolkit / data / TangentialDataConversion / TangentialDataConversion
data.TangentialDataConversion.TangentialDataConversion
Data conversion based on tangential function
↳
TangentialDataConversion
Constructors
| [new TangentialDataConversion(options)](/solutions/geotoolkit/apis/classes/geotoolkit.data.tangentialdataconversion.tangentialdataconversion.md#new tangentialdataconversion(options)) | [new TangentialDataConversion(srcLow, srcHigh, dstLow, dstHigh)](/solutions/geotoolkit/apis/classes/geotoolkit.data.tangentialdataconversion.tangentialdataconversion.md#new tangentialdataconversion(srclow, srchigh, dstlow, dsthigh)) |
|---|
Css Properties
| Name | Type | Description |
|---|---|---|
dsthigh | number | Higher track destination limit |
dstlow | number | Lower track destination limit |
srchigh | number | Higher source limit |
srclow | number | Lower source limit |
Constructors
• new TangentialDataConversion(options?)
Creates TangentialDataConversion
| Name | Type | Description |
|---|---|---|
Optional options | Options | properties object |
DataConversion.constructor
• new TangentialDataConversion(srcLow?, srcHigh?, dstLow?, dstHigh?)
Creates TangentialDataConversion
| Name | Type | Description |
|---|---|---|
Optional srcLow | number | lower source limit |
Optional srcHigh | number | higher source limit |
Optional dstLow | number | lower track destination limit |
Optional dstHigh | number | higher track destination limit |
DataConversion.constructor
Methods
▸ direct(v): number
Direct convert
Throws
when invoked to indicate the method should be overridden.
| Name | Type | Description |
|---|---|---|
v | number | value to convert |
number
▸ getClassName(): string
string
▸ getProperties(): Required<Options>
Gets all the properties pertaining to this object
Required<Options>
properties object
▸ reverse(v): number
Reverse convert
Throws
when invoked to indicate the method should be overridden.
| Name | Type | Description |
|---|---|---|
v | number | value to convert |
number
▸ setProperties(properties?): TangentialDataConversion
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