Last updated

API / geotoolkit / welllog / LogDiscreteCurve / LogDiscreteCurve

Namespace: LogDiscreteCurve

welllog.LogDiscreteCurve.LogDiscreteCurve

Table of contents

Type Aliases

Contents

Type Aliases

FillInfo

Ƭ FillInfo: Object

An object contains a gradient color provider with type ColorProvider, or fill information for other types.

Type declaration

NameTypeDescription
codes?number[]code value for each section
colorprovider?DiscreteGradientColorProviderthe color provider
defaultfillstyle?Typethe default fill style for uncovered values
fillstyles?FillStyle[]the fill style
names?string[]fill name for the section
ranges?number[][]range to color or fill
textstyles?Type[]the text styles for each section
typeFillTypethe Fill type

FillInfoOut

Ƭ FillInfoOut: Object

Type declaration

NameTypeDescription
codesnumber[]code value for each section
colorprovider?DiscreteGradientColorProviderthe color provider
defaultfillstyle?FillStylethe default fill style for uncovered values
fillstyles?FillStyle[]the fill style
names?string[]fill name for the section
rangesnumber[][]range to color or fill
textstyles?TextStyle[]the text styles for each section
typeFillTypethe Fill type

Hits

Ƭ Hits: Object

Type declaration

NameTypeDescription
fillstyleFillStylesection fill style
filltypenumbersection fill type
indexnumbersection index
range?Rangesection range
section?stringsection name

Options

Ƭ Options: Options & { data?: LogAbstractData ; displaymode?: string[] ; fillinfo?: FillInfo ; filltype?: FillType ; interpolationtype?: InterpolationType ; textorientation?: Orientation ; textposition?: AnchorType ; textstyle?: Type }

data source to be displayed or properties object


OptionsOut

Ƭ OptionsOut: OptionsOut & { displaymode: string[] ; fillinfo: FillInfoOut ; filltype: FillType | null ; interpolationtype: InterpolationType ; textorientation: Orientation ; textposition: AnchorType ; textstyle: TextStyle | null }

properties object