API / geotoolkit / las / LasDataSection / LasDataSection
las.LasDataSection.LasDataSection
LAS Data Section built from an ASCII or _Data section. Holds arrays of data.
↳
LasDataSection
Constructors
Constructors
• new LasDataSection(section?)
Constructor
| Name | Type | Description |
|---|---|---|
Optional section | Options | section |
LasSection.constructor
Methods
▸ getAssociations(): string
Gets associations of this section
string
▸ getData(): (string | number | string[] | number[])[]
Gets data
(string | number | string[] | number[])[]
▸ getName(): string
Gets name
string
▸ getNumeric(): boolean[]
Returns data from the section
boolean[]
▸ setData(data): LasDataSection
Sets data
| Name | Type | Description |
|---|---|---|
data | Data | data |
▸ setName(name): LasDataSection
Set section name
| Name | Type | Description |
|---|---|---|
name | string | section name |