API / geotoolkit / welllog / data / LogDrillingSection / LogDrillingSection
data.LogDrillingSection.LogDrillingSection
Type Aliases
Type Aliases
Ƭ Hint: Object
A pair depth and time
| Name | Type | Description |
|---|---|---|
Time? | Date | Time corresponding to depth Deprecated since 4.0. Use 'time' instead. |
depth | number | Depth |
time | Date | Time corresponding to depth |
Ƭ Options: Object
An object containing the properties to set
| Name | Type | Description |
|---|---|---|
depthfrom? | number | depth from |
depthto? | number | depth to |
hint? | Hint[] | depth to date connection |
valuefrom? | Value | an object containing valuefrom options |
valueto? | Value | an object containing valueto options |
Ƭ OptionsOut: Object
properties object
| Name | Type | Description |
|---|---|---|
depthfrom | number | depth from |
depthto | number | depth to |
hint | Hint[] | depth to date connection |
valuefrom | Value | an object containing valuefrom options |
valueto | Value | an object containing valueto options |
Ƭ Value: Object
Define section time and break option
| Name | Type | Description |
|---|---|---|
Date? | Date | Date Deprecated since 4.0. Use 'date' instead. |
break? | boolean | Break |
date | Date | Date |