public class SosSegment extends Segment
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • numberOfComponents

      public final int numberOfComponents
    • components

      private final SosSegment.Component[] components
    • startOfSpectralSelection

      public final int startOfSpectralSelection
    • endOfSpectralSelection

      public final int endOfSpectralSelection
    • successiveApproximationBitHigh

      public final int successiveApproximationBitHigh
    • successiveApproximationBitLow

      public final int successiveApproximationBitLow
  • Constructor Details

  • Method Details

    • getComponents

      public SosSegment.Component[] getComponents()
      Returns a copy of all the components.
      Returns:
      all the components
    • getComponents

      public SosSegment.Component getComponents(int index)
      Return a component at the specified index.
      Parameters:
      index - the component index
      Returns:
      the component
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class Segment