API / geotoolkit / schematics / data / WellBoreData / WellBoreData
data.WellBoreData.WellBoreData
Type Aliases
Ƭ Description: string | string[]
Ƭ Element: Object
▪ [key: string]: any
| Name | Type |
|---|---|
description? | Description |
emulated? | boolean |
geometry | Entity |
id? | string |
subset? | string |
Ƭ Elements: Object
| Name | Type |
|---|---|
data | Element |
name | string |
Ƭ Entity: EntityRange | EntityRange[]
Ƭ EntityRange: Object
| Name | Type | Description |
|---|---|---|
compressedscale? | number | - |
depth? | { from?: number ; to?: number ; units?: string | AbstractUnit } | an object with depths descriptors (from and to) |
depth.from? | number | depth from |
depth.to? | number | depth to |
depth.units? | string | AbstractUnit | - |
diameter? | { inner?: number ; outer?: number ; units?: string | AbstractUnit } | an object with diameter descriptor |
diameter.inner? | number | - |
diameter.outer? | number | outer diameter |
diameter.units? | string | AbstractUnit | - |
horizontalcompressedscale? | number | - |
level? | { from?: number ; to?: number } | - |
level.from? | number | depth from |
level.to? | number | depth to |
offset? | number | offset |
Ƭ EventMap: EventMap & { add: { data: Element ; name: string } | Elements | Elements[] ; change: Elements[] ; remove: Elements }
Ƭ Options: Object
input parameters object or just an array of elements to add
| Name | Type | Description |
|---|---|---|
elements? | Elements[] | WellBoreData | elements to add |
units? | UnitsOptions | units options |
Ƭ OptionsOut: Object
| Name | Type | Description |
|---|---|---|
elements | Elements[] | elements to add |
units | UnitsOptions | units options |
Ƭ UnitsOptions: Object
Data units type
| Name | Type | Description |
|---|---|---|
depth? | string | AbstractUnit | depth units |
value? | string | AbstractUnit | value units |