Last updated

API / geotoolkit / ivaapbackend / well / RemoteWellLogDataSource / RemoteWellLogDataSource

Namespace: RemoteWellLogDataSource

well.RemoteWellLogDataSource.RemoteWellLogDataSource

Table of contents

Type Aliases

Contents

Type Aliases

CurveInfo

Ƭ CurveInfo: Object

Defines information about values of an individual well curve

Type declaration

NameTypeDescription
datanumber[] | number[][]The values of this curve
dataTypestringThe type of curve values for this curve: double, datetime, integer, float, string
dataUIDnumberThe index of this curve within its well log
dataUIDType?stringThe dataUID type
namestringThe name of the curve
numColumnsnumberThe number of columns for this curve. 1 for most curves, 2 for log arrays

DatasetInfo

Ƭ DatasetInfo: Dataset<{ properties: any[] }>

Defines dataset that contains information about all available properties


DeviationDataset

Ƭ DeviationDataset: Dataset<DeviationMeta>

Defines dataset that contains information about an individual well deviation


LogDataset

Ƭ LogDataset: Dataset<LogMeta>

Defines dataset that contains information about an individual well log


MudLogDataset

Ƭ MudLogDataset: Dataset<MudLogMeta>

Defines dataset that contains information about an individual mud log


WellBoreDataset

Ƭ WellBoreDataset: Dataset<WellBoreMeta>

Defines dataset that contains information about an individual well bore


WellDataset

Ƭ WellDataset: Dataset<WellMeta> & { properties?: any[] }

Defines dataset that contains information about an individual well