API / geotoolkit / welllog / data / Log2DDataRow / Log2DDataRow
data.Log2DDataRow.Log2DDataRow
One line of 2D Data to be passed into Log2DVisualData. After being built can be added to a Log2DVisualData by pushing it to getRows().
↳
Log2DDataRow
Constructors
| [new Log2DDataRow(depth, values, angles)](/solutions/geotoolkit/apis/classes/geotoolkit.welllog.data-4.log2ddatarow.log2ddatarow.md#new log2ddatarow(depth, values, angles)) | [new Log2DDataRow(options)](/solutions/geotoolkit/apis/classes/geotoolkit.welllog.data-4.log2ddatarow.log2ddatarow.md#new log2ddatarow(options)) |
|---|
Methods
Css Properties
| Name | Type | Description |
|---|---|---|
depth | number | Depth |
Constructors
• new Log2DDataRow(depth?, values?, angles?)
Constructor
| Name | Type | Description |
|---|---|---|
Optional depth | number | depth |
Optional values | number[] | array of values |
Optional angles | number[] | array of angles in radians |
AbstractDataRow.constructor
• new Log2DDataRow(options?)
Constructor
| Name | Type | Description |
|---|---|---|
Optional options | Options | options object |
AbstractDataRow.constructor
Methods
▸ addData(value, angle): Log2DDataRow
Add single data
| Name | Type | Description |
|---|---|---|
value | number | value |
angle | number | angle in radians |
▸ getAngles(): number[]
Return the angles
number[]
▸ getClassName(): string
string
▸ getDepth(): number
Return the depth
number
▸ getProperties(): OptionsOut
Gets all the properties pertaining to this object
properties object
▸ getSize(): number
Return a count of the samples in the row
number
▸ getValues(values?): number[]
Return the values
| Name | Type | Description |
|---|---|---|
Optional values | number[] | optional buffer to fill values |
number[]
▸ setData(values, angles): Log2DDataRow
Sets data
| Name | Type | Description |
|---|---|---|
values | number[] | values |
angles | number[] | angles in radians |
▸ setProperties(properties?): Log2DDataRow
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
Optional properties | Options | An object containing the properties to set |
▸ Static getClassName(): string
string