API / geotoolkit / seismic / data / RemoteSeismicDataSource / RemoteSeismicDataSource
data.RemoteSeismicDataSource.RemoteSeismicDataSource
Type Aliases
Ƭ ErrorCallback: (error: Error) => void
▸ (error): void
Callback if error happens
| Name | Type |
|---|---|
error | Error |
void
Ƭ OpenCallback: (source: RemoteSeismicDataSource) => void
▸ (source): void
Callback of the method open
| Name | Type |
|---|---|
source | RemoteSeismicDataSource |
void
Ƭ Options: Object
The options
▪ [key: string]: any
| Name | Type | Description |
|---|---|---|
binaryheader? | string | web service url to provides the bytes that form the binary header, if any |
enablenullsamples? | boolean | option to be provided to enable null samples processing if data provider is supported. |
file? | string | The filename or resource id |
getrequestheaders? | () => Record<string, string> | a function to return request headers |
headerdescriptor? | string | a string to represent header descriptor to be sent to data provider if it is supported |
host | string | The service url, see example |
httpservice? | AbstractHttpService | http service to make any HTTP request |
requestheaders? | Record<string, string> | HTTP request headers as key-value pair. if it is specified then it will be applied |
seismicdata? | string | web service url to provide meta data about an individual seismic dataset |
seismicquery? | string | web service url to provide meta data about a selection of traces |
seismictraces? | string | web service url to stream all trace header and sample values for a selection of traces |
version? | string | number | default version of communication data provider. Supported: 1 and 2, ivaap or custom version |
Ƭ SelectCallback: (reader: SeismicReader) => void
▸ (reader): void
Callback of the method select
| Name | Type |
|---|---|
reader | SeismicReader |
void
Ƭ SelectQuery: null | Query
query object