Last updated

API / geotoolkit / welllog / multiwell / IBaseWellTrack / IBaseWellTrack

Class: IBaseWellTrack

multiwell.IBaseWellTrack.IBaseWellTrack

Define a base interface for well track

Interface

Deprecated

since 4.0. Use AbstractWellTrack directly instead

Hierarchy

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new IBaseWellTrack()

new IBaseWellTrack()

Inherited from

ITrack.constructor

Methods

asNode

Abstract asNode(): Node

Return track as Node instance

Returns

Node

Inherited from

ITrack.asNode


getBounds

Abstract getBounds(): Rect

Return track bounds

Returns

Rect

Inherited from

ITrack.getBounds


getDepthLimits

Abstract getDepthLimits(): Range

Returns depth range

Returns

Range

Inherited from

ITrack.getDepthLimits


getLayoutStyle

Abstract getLayoutStyle(): LayoutStyle<string | number>

Returns layout style

Returns

LayoutStyle<string | number>

Inherited from

ITrack.getLayoutStyle


getManipulatorLayer

Abstract getManipulatorLayer(): CompositeNode<Node>

Return track manipulator layer

Returns

CompositeNode<Node>


getTag

Abstract getTag(): any

Returns Tag

Returns

any

Inherited from

ITrack.getTag


getVisibleDepthLimits

Abstract getVisibleDepthLimits(): Range

Returns visible depth range

Returns

Range

Inherited from

ITrack.getVisibleDepthLimits