API / geotoolkit / las / LasParameter / LasParameter
las.LasParameter.LasParameter
A single parameter line of LAS data
Constructors
| [new LasParameter(mnemonic, unit, value, description)](/solutions/geotoolkit/apis/classes/geotoolkit.las.lasparameter.lasparameter.md#new lasparameter(mnemonic, unit, value, description)) | [new LasParameter(options)](/solutions/geotoolkit/apis/classes/geotoolkit.las.lasparameter.lasparameter.md#new lasparameter(options)) |
|---|
Methods
Css Properties
| Name | Type | Description |
|---|---|---|
description | string | Description |
mnemonic | string | Mnemonic |
unit | string | Unit |
value | string | Value |
Constructors
• new LasParameter(mnemonic?, unit?, value?, description?)
Constructor
| Name | Type | Description |
|---|---|---|
Optional mnemonic | string | curve mnemonic |
Optional unit | string | data unit |
Optional value | string | value of parameter |
Optional description | string | description field |
• new LasParameter(options)
Constructor
| Name | Type | Description |
|---|---|---|
options | Options | curve properties object |
Methods
▸ getDescription(): string
Return description field
string
▸ getFormatString(): string
string
Gets format string if available
▸ getMnemonic(): string
Mnemonic field
string
▸ getName(): string
Parameter name
string
▸ getProperties(): Options
Return object properties
▸ getUnit(): string
Return unit
string
▸ getValue(): string
Returns value of parameter
string
▸ setDescription(value): LasParameter
Sets description
| Name | Type | Description |
|---|---|---|
value | string | value |
▸ setProperties(properties?): LasParameter
Return object properties
| Name | Type | Description |
|---|---|---|
Optional properties | Options | properties object |
▸ setUnit(value): LasParameter
Sets unit
| Name | Type | Description |
|---|---|---|
value | string | value |
▸ setValue(value): LasParameter
Sets value
| Name | Type | Description |
|---|---|---|
value | string | value |