SoVRSegyTraceHeaderBytePosition Class |
SEGY file trace header field description.
Namespace: OIV.VolumeViz.Readers
The SoVRSegyTraceHeaderBytePosition type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoVRSegyTraceHeaderBytePosition | constructor |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetByteFormat | |
![]() | GetByteLength | Gets the field length of a specific attribute within the trace header. |
![]() | GetBytePosition | |
![]() | GetFieldValue | Gets the value of a specific field. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetByteFormat | Sets/Gets the field format of a specific attribute within the trace header. |
![]() | SetBytePosition | Sets/Gets the byte position of a specific attribute within the trace header. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class allows describing the position, the length and the format of each field within a SEGY trace header. (SEGY is a widely used format for storing seismic data). It is used to query this information from the SEGY file reader (see OIV.VolumeViz.Readers.SoVRSegyFileReader.GetSegyTraceHeader(System.Int32, OIV.VolumeViz.Readers.SoVRSegyTraceIdHeader@)). See also OIV.VolumeViz.Readers.SoVRSegyFileHeader.