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) byteSoVRSegyTraceHeaderBytePosition.getByteLength(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr) Gets the field length of a specific attribute within the trace header.byteSoVRSegyTraceHeaderBytePosition.getBytePosition(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr) intSoVRSegyTraceHeaderBytePosition.getFieldValue(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, SoVRSegyTraceIdHeader trHdr) Gets the value of a specific field.voidSoVRSegyTraceHeaderBytePosition.setByteFormat(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, SoVRSegyTraceHeaderBytePosition.TraceByteFormats format) Sets/Gets the field format of a specific attribute within the trace header.voidSoVRSegyTraceHeaderBytePosition.setBytePosition(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, byte position) Sets/Gets the byte position of a specific attribute within the trace header.