API / geotoolkit / welllog / data / AbstractDataRow / AbstractDataRow
data.AbstractDataRow.AbstractDataRow
Define an abstract implementation of a row of Array Log Data set
AbstractDataRow
Constructors
Methods
▸ Abstract getAngles(): number[]
Return the angles
number[]
▸ getClassName(): string
string
▸ Abstract getDepth(): number
Return the depth
number
▸ getProperties(): Record<string, any>
Gets all the properties pertaining to this object
Record<string, any>
▸ Abstract getSize(): number
Return a count of the samples in the row
number
▸ Abstract getValues(values?): number[]
Return the values
| Name | Type | Description |
|---|---|---|
Optional values | number[] | optional buffer to fill values |
number[]
▸ setProperties(properties): AbstractDataRow
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
properties | Record<string, any> | An object containing the properties to set |
▸ Static getClassName(): string
string