Last updated

API / geotoolkit3d / data / reservoir / well / ReservoirWellData / ReservoirWellData

Class: ReservoirWellData

well.ReservoirWellData.ReservoirWellData

The Reservoir well data object, contains the slices data necessary to build the ReservoirWell.
Warning: ReservoirWell is an experimental feature in active development, and its API is subject to change without prior deprecation.

Table of contents

Constructors
Methods

Contents

Constructors

new ReservoirWellData(options)

new ReservoirWellData(options)

Parameters

Name Type
optionsSliceData[]
Methods

getData

getData(): SliceDataOut[]

Return the slices data.
Note: due to memory concern, the slice samples data are returned in a different format.
See the documentation for the 'values' field returned by this method for more information on how to convert the values.

Returns

SliceDataOut[]