API / geotoolkit / seismic / data / snap / SnapPickingStrategyFactory / SnapPickingStrategyFactory
snap.SnapPickingStrategyFactory.SnapPickingStrategyFactory
Snap picking strategy factory
Constructors
Methods
▸ get(name?): SnapPickingStrategy
Get snap picking strategy by name
| Name | Type | Description |
|---|---|---|
Optional name | string | name of strategy |
snap picking strategy
▸ getClassName(): string
string
▸ register(strategy): void
Register snap picking strategy to factory
| Name | Type | Description |
|---|---|---|
strategy | SnapPickingStrategy | strategy to register |
void
▸ Static getClassName(): string
string
▸ Static getInstance(): SnapPickingStrategyFactory
Get instance of snap picking strategy factory
instance