Last updated

API / geotoolkit / welllog / widgets / tools / GhostToolEventArgs / GhostToolEventArgs

Class: GhostToolEventArgs

tools.GhostToolEventArgs.GhostToolEventArgs

Table of contents

Constructors
Methods

Contents

Constructors

new GhostToolEventArgs(selection, minDepth, maxDepth, track)

new GhostToolEventArgs(selection, minDepth, maxDepth, track)

Parameters

Name Type Description
selectionLogAbstractVisual[]selected visuals
minDepthnumbermin depth
maxDepthnumbermax depth
trackLogTracktrack to select
Methods

getClassName

getClassName(): string

Returns

string


getMaxDepth

getMaxDepth(): number

Returns

number

max selected depth


getMinDepth

getMinDepth(): number

Returns

number

min selected depth


getSelection

getSelection(): LogAbstractVisual[]

Return a selected nodes in the current track. (by default are all curve)

Returns

LogAbstractVisual[]


getTrack

getTrack(): LogTrack

Returns

LogTrack

track to select


setSelection

setSelection(selection): GhostToolEventArgs

Sets a selected area in the model coordinate

Parameters

Name Type Description
selectionLogAbstractVisual[]selected visuals

Returns

GhostToolEventArgs

this


getClassName

Static getClassName(): string

Returns

string