Last updated

API / geotoolkit / seismic / data / snap / NoSnapPicking / NoSnapPicking

Class: NoSnapPicking

snap.NoSnapPicking.NoSnapPicking

Defines no snap picking strategy

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new NoSnapPicking()

new NoSnapPicking()

Overrides

SnapPickingStrategy.constructor

Methods

getClassName

getClassName(): string

Returns

string

Inherited from

SnapPickingStrategy.getClassName


getName

getName(): string

Returns name of the strategy

Returns

string

Inherited from

SnapPickingStrategy.getName


pickSample

pickSample(trace, index): number

Pick a sample in the trace

Parameters

Name Type Description
traceTraceseismic trace
indexnumberof the sample

Returns

number

Number.NaN

Inherited from

SnapPickingStrategy.pickSample


setName

setName(name): NoSnapPicking

Sets strategy name

Parameters

Name Type Description
namestringstrategy name

Returns

NoSnapPicking

this

Inherited from

SnapPickingStrategy.setName


getClassName

Static getClassName(): string

Returns

string

Inherited from

SnapPickingStrategy.getClassName