API / geotoolkit / welllog / widgets / visuals / DepthMarkerShape / DepthMarkerShape
visuals.DepthMarkerShape.DepthMarkerShape
Type Aliases
Ƭ DepthFormatHandler: (value: number) => string
▸ (value): string
| Name | Type |
|---|---|
value | number |
string
Ƭ Options: Options & { datetimeformat?: DateTimeFormat | Options ; depthformatter?: Format | DepthFormatHandler ; showdepth?: boolean ; showinterpolatedvalues?: boolean ; showlabel?: boolean ; symbol?: SymbolShape ; textstyle?: Type ; valueformatter?: Format | ValueFormatHandler }
depth marker shape options
Ƭ OptionsOut: OptionsOut & { datetimeformat: DateTimeFormat ; depthformatter: Format | DepthFormatHandler ; showdepth: boolean ; showinterpolatedvalues: boolean ; showlabel: boolean ; symbol?: SymbolShape ; textstyle: TextStyle ; valueformatter: Format | ValueFormatHandler }
depth marker shape specific options
Ƭ ValueFormatHandler: (obj: { curve: LogCurve ; depth: number ; value: number }) => string
▸ (obj): string
| Name | Type |
|---|---|
obj | Object |
obj.curve | LogCurve |
obj.depth | number |
obj.value | number |
string