Uses of Class
com.openinventor.volumeviz.readers.SoVRSegyTraceHeaderBytePosition.TraceAttributes
-
Packages that use SoVRSegyTraceHeaderBytePosition.TraceAttributes Package Description com.openinventor.volumeviz.readers -
-
Uses of SoVRSegyTraceHeaderBytePosition.TraceAttributes in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRSegyTraceHeaderBytePosition.TraceAttributes Modifier and Type Method Description static SoVRSegyTraceHeaderBytePosition.TraceAttributes
SoVRSegyTraceHeaderBytePosition.TraceAttributes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVRSegyTraceHeaderBytePosition.TraceAttributes
SoVRSegyTraceHeaderBytePosition.TraceAttributes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVRSegyTraceHeaderBytePosition.TraceAttributes[]
SoVRSegyTraceHeaderBytePosition.TraceAttributes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.volumeviz.readers with parameters of type SoVRSegyTraceHeaderBytePosition.TraceAttributes Modifier and Type Method Description SoVRSegyTraceHeaderBytePosition.TraceByteFormats
SoVRSegyTraceHeaderBytePosition. getByteFormat(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr)
byte
SoVRSegyTraceHeaderBytePosition. getByteLength(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr)
Gets the field length of a specific attribute within the trace header.byte
SoVRSegyTraceHeaderBytePosition. getBytePosition(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr)
int
SoVRSegyTraceHeaderBytePosition. getFieldValue(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, SoVRSegyTraceIdHeader trHdr)
Gets the value of a specific field.void
SoVRSegyTraceHeaderBytePosition. setByteFormat(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, SoVRSegyTraceHeaderBytePosition.TraceByteFormats format)
Sets/Gets the field format of a specific attribute within the trace header.void
SoVRSegyTraceHeaderBytePosition. setBytePosition(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, byte position)
Sets/Gets the byte position of a specific attribute within the trace header.
-