API / geotoolkit / welllog / Log2DVisual / Log2DVisual

Namespace: Log2DVisual

welllog.Log2DVisual.Log2DVisual

Table of contents

Type Aliases

Contents

Type Aliases

DataInfo

Ƭ DataInfo: Log2DVisualData | ArrayLogDataSource | { angles?: { values?: number[] } ; autoupdate?: boolean ; datatable?: AbstractDataTable ; rows?: { angles: number[] ; depth: number ; values: number[] }[] }

instance of log2data


Hits

Ƭ Hits: Object

Type declaration

NameType
colorvaluenumber
columnnumbernumber
rowAbstractDataRow

Options

Ƭ Options: Options & { autoanglelimits?: boolean ; autoupdate?: boolean ; colorprovider?: ColorProvider | { type?: string } ; columnalignment?: ColumnAlignment ; columndecimation?: boolean ; data?: Log2DVisualData | ArrayLogDataSource | { angles?: { values?: number[] } ; datatable?: AbstractDataTable } ; decimationstrategy?: AbstractDecimationStrategy ; gapdistance?: { unit?: AbstractUnit | string ; value?: number } ; gapfillcutoff?: { unit?: AbstractUnit | string ; value?: number } ; gapvalue?: { unit?: AbstractUnit | string ; value?: number } ; maxangle?: number ; minangle?: number ; offsets?: number[] ; plotmode?: PlotTypes | string ; rowalignment?: RowAlignment ; rowsinterpolation?: InterpolationType ; viewcache?: boolean ; webglrendering?: boolean ; wrapinterpolation?: boolean }

instance of log2data or object containing log visual configuration


OptionsOut

Ƭ OptionsOut: OptionsOut & { autoanglelimits?: boolean ; autoupdate?: boolean ; colorprovider?: ColorProvider ; columnalignment?: ColumnAlignment ; columndecimation?: boolean ; decimationstrategy?: AbstractDecimationStrategy ; gapdistance?: { unit: AbstractUnit ; value: number } ; gapfillcutoff?: { unit: AbstractUnit ; value: number } ; gapvalue?: { unit: AbstractUnit ; value: number } ; maxangle?: number ; minangle?: number ; offsets?: number | number[] ; plotmode?: PlotTypes | string ; rowalignment?: RowAlignment ; rowsinterpolation?: InterpolationType ; viewcache?: boolean ; webglrendering?: boolean ; wrapinterpolation?: boolean }

properties object