Last updated

API / geotoolkit / welllog / data / AbstractDataRow / AbstractDataRow

Class: AbstractDataRow

data.AbstractDataRow.AbstractDataRow

Define an abstract implementation of a row of Array Log Data set

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new AbstractDataRow()

Protected new AbstractDataRow()

Methods

getAngles

Abstract getAngles(): number[]

Return the angles

Returns

number[]


getClassName

getClassName(): string

Returns

string


getDepth

Abstract getDepth(): number

Return the depth

Returns

number


getProperties

getProperties(): Record<string, any>

Gets all the properties pertaining to this object

Returns

Record<string, any>


getSize

Abstract getSize(): number

Return a count of the samples in the row

Returns

number


getValues

Abstract getValues(values?): number[]

Return the values

Parameters

Name Type Description
Optional valuesnumber[]optional buffer to fill values

Returns

number[]


setProperties

setProperties(properties): AbstractDataRow

Sets all the properties pertaining to this object

Parameters

Name Type Description
propertiesRecord<string, any>An object containing the properties to set

Returns

AbstractDataRow


getClassName

Static getClassName(): string

Returns

string