Last updated

API / geotoolkit3d / util / well / Well / Well

Class: Well

well.Well.Well

Utility class providing functions and constant for 3D well operations.

Table of contents

Constructors
Methods

Contents

Constructors

new Well()

new Well()

Methods

computeLinearInterpolationTrajectoryPoint

Static computeLinearInterpolationTrajectoryPoint(md, refX, refY, refMD, refTVD, refMDidx?): Vector4

Compute an interpolated position (xyz) at given measure depth

Parameters

Name Type Description
mdnumberthe given measure depth
refXnumber[]the complete x-position array in the trajectory
refYnumber[]the complete y-position array in the trajectory
refMDnumber[]the complete measure depth array in the trajectory
refTVDnumber[]the complete z-position array in the trajectory
Optional refMDidxnumberOptional. the index to start search in the measure depth array.

Returns

Vector4

position


resampleLinear

Static resampleLinear(depths, values, refX, refY, refMds, refTvds): Resampled

Re-sample depths and values based on reference information using linear interpolation.

Parameters

Name Type Description
depthsnumber[]depth array
valuesnumber[] | number[][]value array
refXnumber[]reference x array
refYnumber[]reference y array
refMdsnumber[]reference measure depth array
refTvdsnumber[]reference tvd array

Returns

Resampled

object contains x,y, tvds, mds and values