Last updated

API / geotoolkit3d / util / well / Deviation / Deviation

Class: Deviation

well.Deviation.Deviation

This utility class contains functions to compute survey stations positions (North, East and TVD) from Inclination, Azimuth, MD.

See

Direction

Table of contents

Constructors
Methods

Contents

Constructors

new Deviation()

new Deviation()

Methods

computeDeviation

Static computeDeviation(options, input, start?): ComputedResult

Computes trajectory deviation using specified method.

This function can use one of the built-in algorithms to compute x, y, tvd values from inclination, azimuth and measure depth.
The returned object contains the trajectory's deviation.
'x' stands for East, 'y' for North and 'tvd' the depth.

Parameters

Name Type Description
optionsComputeOptionsThe method options used for computing the deviation
inputInputValuesThe input values
Optional startInitialPointInitial deviation point, will not be used as an input for the method but as the starting point.

Returns

ComputedResult

The deviation values