API / geotoolkit / welllog / data / ArrayLogDataSource / ArrayLogDataSource
data.ArrayLogDataSource.ArrayLogDataSource
Type Aliases
Type Aliases
Ƭ Options: Object
initialization parameters
| Name | Type | Description |
|---|---|---|
angles? | { indices?: number[] ; series?: NumericalDataSeries[] | NumericalDataSeriesView[] ; values?: number[] } | optional properties of column angles |
angles.indices? | number[] | array of indices of columns to specify angles |
angles.series? | NumericalDataSeries[] | NumericalDataSeriesView[] | array of series to provide |
angles.values? | number[] | array of angles |
datatable? | AbstractDataTable | optional parameter to specify data |
depths? | { index?: number ; series?: NumericalDataSeries | NumericalDataSeriesView } | optional parameter to specify depths data |
depths.index? | number | optional column index from table |
depths.series? | NumericalDataSeries | NumericalDataSeriesView | optional parameter to specify depths |
loader? | AbstractLoader | loader for loading data of curve |
name? | string | name of the data source |
values? | { indices?: number[] ; series?: NumericalDataSeries[] | NumericalDataSeriesView[] } | optional parameter to specify values |
values.indices? | number[] | optional array of column indices from data table |
values.series? | NumericalDataSeries[] | NumericalDataSeriesView[] | values array of data series for each column |