API / geotoolkit3d / util / well / Well / Well
Utility class providing functions and constant for 3D well operations.
Constructors
Methods
▸ Static computeLinearInterpolationTrajectoryPoint(md, refX, refY, refMD, refTVD, refMDidx?): Vector4
Compute an interpolated position (xyz) at given measure depth
| Name | Type | Description |
|---|---|---|
md | number | the given measure depth |
refX | number[] | the complete x-position array in the trajectory |
refY | number[] | the complete y-position array in the trajectory |
refMD | number[] | the complete measure depth array in the trajectory |
refTVD | number[] | the complete z-position array in the trajectory |
Optional refMDidx | number | Optional. the index to start search in the measure depth array. |
Vector4
position
▸ Static resampleLinear(depths, values, refX, refY, refMds, refTvds): Resampled
Re-sample depths and values based on reference information using linear interpolation.
| Name | Type | Description |
|---|---|---|
depths | number[] | depth array |
values | number[] | number[][] | value array |
refX | number[] | reference x array |
refY | number[] | reference y array |
refMds | number[] | reference measure depth array |
refTvds | number[] | reference tvd array |
object contains x,y, tvds, mds and values