API / geotoolkit / welllog / widgets / tools / GhostTool / GhostTool
Type Aliases
Ƭ BaseOptions: Object
Base Ghost Tool options
| Name | Type | Description |
|---|---|---|
ghost? | { fillstyle?: Type ; linestyle?: Type } | options for ghost |
ghost.fillstyle? | Type | options for active ghost fill style |
ghost.linestyle? | Type | options for ghost line style |
highlight? | { enable?: boolean ; fillstyle?: Type ; linestyle?: Type } | options for highlighting the track where the tool will snap |
highlight.enable? | boolean | enable highlighting of the snap track (note: the "snaptotrack" option must also be enabled) |
highlight.fillstyle? | Type | options for track highlighting fill style |
highlight.linestyle? | Type | options for track highlighting line style |
rubberband? | { fillstyle?: Type ; linestyle?: Type } | options for rubber band |
rubberband.fillstyle? | Type | options for active rubber band fill style |
rubberband.linestyle? | Type | options for rubber band line style |
shadow? | boolean | shadow to show original selection location |
snaptotrack? | boolean | snap to track |
Ƭ EventMap: EventMap & { LimitsChanged: GhostToolEventArgs ; LimitsSet: GhostToolEventArgs ; PositionChanged: EventArgs ; selected: GhostToolEventArgs }
Ƭ Options: Options & BaseOptions
Options for ghost tool
Ƭ OptionsOut: OptionsOut & BaseOptions
Output options for ghost tool
Ƭ VisualsFilterCallback: (visuals: LogAbstractVisual[], track: LogTrack) => LogAbstractVisual[] | null
▸ (visuals, track): LogAbstractVisual[] | null
filterVisualsCallback definition
| Name | Type |
|---|---|
visuals | LogAbstractVisual[] |
track | LogTrack |
LogAbstractVisual[] | null