Last updated

API / geotoolkit / las / LasDataSection / LasDataSection

Class: LasDataSection

las.LasDataSection.LasDataSection

LAS Data Section built from an ASCII or _Data section. Holds arrays of data.

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new LasDataSection(section)

new LasDataSection(section?)

Constructor

Parameters

Name Type Description
Optional sectionOptionssection

Overrides

LasSection.constructor

Methods

getAssociations

getAssociations(): string

Gets associations of this section

Returns

string

Inherited from

LasSection.getAssociations


getData

getData(): (string | number | string[] | number[])[]

Gets data

Returns

(string | number | string[] | number[])[]

Overrides

LasSection.getData


getName

getName(): string

Gets name

Returns

string

Inherited from

LasSection.getName


getNumeric

getNumeric(): boolean[]

Returns data from the section

Returns

boolean[]


setData

setData(data): LasDataSection

Sets data

Parameters

Name Type Description
dataDatadata

Returns

LasDataSection

Inherited from

LasSection.setData


setName

setName(name): LasDataSection

Set section name

Parameters

Name Type Description
namestringsection name

Returns

LasDataSection

Inherited from

LasSection.setName