curve defining the trajectory for interpolation purposes
get the point along the trajectory according to a MD msl value. Returns null if out of range.
a unique id, typically wellbore id
the known measured depth (msl) at the termination point of the trajectory
the known measured length of the trajectory
the known measured depth (msl) at the top of the trajectory
Interface for defining a trajectory. This can be used to work with wellbore trajectories, where the measured top, termination point and length are known. The measured length should be used when calculating positions of data given in MD, so that the position on the curve is given by:
Example
Remarks
Avoid using the calculated length of the curve for this purpose, as this may potentially be less precise/consistant. The
getPointAtDepth
function in this interface is calculated as in the above example when created using thegetTrajectory
function.See