Last updated

API / geotoolkit / welllog / widgets / visuals / DepthMarkerShape / DepthMarkerShape

Namespace: DepthMarkerShape

visuals.DepthMarkerShape.DepthMarkerShape

Table of contents

Type Aliases

Contents

Type Aliases

DepthFormatHandler

Ƭ DepthFormatHandler: (value: number) => string

Type declaration

▸ (value): string

Parameters
Name Type
valuenumber
Returns

string


Options

Ƭ 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: 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

Ƭ ValueFormatHandler: (obj: { curve: LogCurve ; depth: number ; value: number }) => string

Type declaration

▸ (obj): string

Parameters
Name Type
objObject
obj.curveLogCurve
obj.depthnumber
obj.valuenumber
Returns

string