API / geotoolkit / ivaapbackend / well / RemoteWellLogDataSource / RemoteWellLogDataSource
well.RemoteWellLogDataSource.RemoteWellLogDataSource
Type Aliases
Ƭ CurveInfo: Object
Defines information about values of an individual well curve
| Name | Type | Description |
|---|---|---|
data | number[] | number[][] | The values of this curve |
dataType | string | The type of curve values for this curve: double, datetime, integer, float, string |
dataUID | number | The index of this curve within its well log |
dataUIDType? | string | The dataUID type |
name | string | The name of the curve |
numColumns | number | The number of columns for this curve. 1 for most curves, 2 for log arrays |
Ƭ DatasetInfo: Dataset<{ properties: any[] }>
Defines dataset that contains information about all available properties
Ƭ DeviationDataset: Dataset<DeviationMeta>
Defines dataset that contains information about an individual well deviation
Ƭ LogDataset: Dataset<LogMeta>
Defines dataset that contains information about an individual well log
Ƭ MudLogDataset: Dataset<MudLogMeta>
Defines dataset that contains information about an individual mud log
Ƭ WellBoreDataset: Dataset<WellBoreMeta>
Defines dataset that contains information about an individual well bore
Ƭ WellDataset: Dataset<WellMeta> & { properties?: any[] }
Defines dataset that contains information about an individual well