Uses of Enum Class
com.openinventor.volumeviz.readers.SoVRSegyTraceHeaderBytePosition.TraceAttributes
Packages that use SoVRSegyTraceHeaderBytePosition.TraceAttributes
-
Uses of SoVRSegyTraceHeaderBytePosition.TraceAttributes in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRSegyTraceHeaderBytePosition.TraceAttributesModifier and TypeMethodDescriptionSoVRSegyTraceHeaderBytePosition.TraceAttributes.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoVRSegyTraceHeaderBytePosition.TraceAttributes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.volumeviz.readers with parameters of type SoVRSegyTraceHeaderBytePosition.TraceAttributesModifier and TypeMethodDescriptionSoVRSegyTraceHeaderBytePosition.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.