API / geotoolkit / seismic / widgets / tools / HorizonPicker / HorizonPicker
tools.HorizonPicker.HorizonPicker
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { PropagationFinished: void ; PropagationStarted: void }
Ƭ Options: Options & { erasershape?: AnchoredShape ; erasersize?: number ; extendedfocus?: boolean ; focussymbol?: SymbolShape ; focusthreshold?: number ; highlightlinestyle?: Type ; linestyle?: Type ; mode?: Mode ; propagatorthresholderror?: number ; snappickingstrategy?: SnapPickingStrategy }
options object
Ƭ OptionsOut: OptionsOut & { erasershape: AnchoredShape ; erasersize: number ; extendedfocus: boolean ; focussymbol: SymbolShape ; focusthreshold: number ; highlightlinestyle: LineStyle | null ; linestyle: LineStyle | null ; mode: Mode ; propagatorthresholderror: number ; snappickingstrategy: SnapPickingStrategy }
properties object
Ƭ TrajectoryData: Object
points data
| Name | Type | Description |
|---|---|---|
x | number[] | x coordinates |
y | number[] | y coordinates |
z | number[] | z coordinates |