Last updated

API / geotoolkit / las / LasSection / LasSection

Class: LasSection

las.LasSection.LasSection

A section of LAS Data obtained from parser.

Hierarchy

Table of contents

Constructors
[new LasSection(name, data)](/solutions/geotoolkit/apis/classes/geotoolkit.las.lassection.lassection.md#new lassection(name, data))[new LasSection(params)](/solutions/geotoolkit/apis/classes/geotoolkit.las.lassection.lassection.md#new lassection(params))
Methods

Contents

Constructors

new LasSection(name, data)

new LasSection(name?, data?)

Constructor

Parameters

Name Type Description
Optional namestringsection name
Optional dataDatadata in current section

new LasSection(params)

new LasSection(params)

Constructor

Parameters

Name Type Description
paramsOptionssection info
Methods

getAssociations

getAssociations(): string

Gets associations of this section

Returns

string


getData

getData(): Data

Gets data

Returns

Data


getName

getName(): string

Gets name

Returns

string


setData

setData(data): LasSection

Sets data

Parameters

Name Type Description
dataDatadata

Returns

LasSection


setName

setName(name): LasSection

Set section name

Parameters

Name Type Description
namestringsection name

Returns

LasSection