Last updated

API / geotoolkit3d / util / well / Direction / Direction

Class: Direction

well.Direction.Direction

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

See

Deviation

Table of contents

Constructors
Methods

Contents

Constructors

new Direction()

new Direction()

Methods

computeDirection

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

Computes the direction values using specified method.

This function can use one of the built-in algorithms to compute inclination (degrees), azimuth (degrees), md values from x, y and tvd.
The returned object contains the trajectory's directions.
'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 direction point, will not be used as an input for the method but as the reference direction.

Returns

ComputedResult

The direction values