API / geotoolkit / seismic / data / snap / SnapPickingStrategy / SnapPickingStrategy
snap.SnapPickingStrategy.SnapPickingStrategy
Defines abstract picking strategy
SnapPickingStrategy
Constructors
Constructors
• Protected new SnapPickingStrategy(name)
Creates snap picking strategy
| Name | Type | Description |
|---|---|---|
name | string | strategy name |
Methods
▸ getClassName(): string
string
▸ 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
▸ setName(name): SnapPickingStrategy
Sets strategy name
| Name | Type | Description |
|---|---|---|
name | string | strategy name |
this
▸ Static getClassName(): string
string