API / geotoolkit / seismic / data / SeismicMetaData / SeismicMetaData
data.SeismicMetaData.SeismicMetaData
Type Aliases
Type Aliases
Ƭ Options: Object
options
| Name | Type | Description |
|---|---|---|
binaryinfo? | string | binary header information |
ebcdicinfo? | string | string[] | Ebcdic info |
headerdata? | any | header data |
indextype? | IndexType | the index type of the under |
lineheaderssize? | number | header line size |
nullsamplevalue? | number | sample null Value |
numberoftraces? | number | number of traces |
sampledataformat? | SampleDataFormatType | sample data format |
samplerate? | number | sample rate |
samplesize? | number | sample size in bytes |
samplespertrace? | number | samples per trace |
sections? | number[] | Sections describes optional seismic panels in the resulting traces |
startvalue? | number | start sample value |
tracedatasize? | number | trace data size |
traceheadersize? | number | trace header size |
tracesize? | number | trace size in bytes |
volumedefaultkeynames? | VolumeKeyNames | the volume default key names If available, null otherwise |
volumekeynames? | VolumeKeyNames | the volume key names IF available, null otherwise |
xykeyinformation? | XYKeyInformation | the XY key information IF available, null otherwise |
zunit? | AbstractUnit | Z unit; |
Ƭ VolumeKeyNames: Object
Json containing key names
| Name | Type | Description |
|---|---|---|
i? | string | key names |
j? | string | key names |
Ƭ XYKeyInformation: Object
Json containing default key names
| Name | Type | Description |
|---|---|---|
fixedMultiplier? | string | fixed multiplier |
multiplierFieldName? | string | multiplier field name |
multiplierType? | string | multiplier type |
x? | string | key information |
xKeyName? | string | x key name |
y? | string | key information |
yKeyName? | string | y key name |