Last updated

API / geotoolkit / seismic / data / snap / LocalAbsolutePicking / LocalAbsolutePicking

Class: LocalAbsolutePicking

snap.LocalAbsolutePicking.LocalAbsolutePicking

Defines local picking strategy

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new LocalAbsolutePicking()

new LocalAbsolutePicking()

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): LocalAbsolutePicking

Sets strategy name

Parameters

Name Type Description
namestringstrategy name

Returns

LocalAbsolutePicking

this

Inherited from

SnapPickingStrategy.setName


getClassName

Static getClassName(): string

Returns

string

Inherited from

SnapPickingStrategy.getClassName