API / geotoolkit / seismic / data / snap / NoSnapPicking / NoSnapPicking
snap.NoSnapPicking.NoSnapPicking
Defines no snap picking strategy
↳
NoSnapPicking
Constructors
Methods
▸ getClassName(): string
string
SnapPickingStrategy.getClassName
▸ getName(): string
Returns name of the strategy
string
▸ pickSample(trace, index): number
Pick a sample in the trace
| Name | Type | Description |
|---|---|---|
trace | Trace | seismic trace |
index | number | of the sample |
number
Number.NaN
SnapPickingStrategy.pickSample
▸ setName(name): NoSnapPicking
Sets strategy name
| Name | Type | Description |
|---|---|---|
name | string | strategy name |
this
▸ Static getClassName(): string
string