Enum Class TLcdJPEG2000Box.Type

java.lang.Object
java.lang.Enum<TLcdJPEG2000Box.Type>
com.luciad.format.jpeg2000.TLcdJPEG2000Box.Type
All Implemented Interfaces:
Serializable, Comparable<TLcdJPEG2000Box.Type>, Constable
Enclosing class:
TLcdJPEG2000Box

public static enum TLcdJPEG2000Box.Type extends Enum<TLcdJPEG2000Box.Type>
JPEG2000 metadata box type.
Since:
2012.1
  • Enum Constant Details

    • XML

      public static final TLcdJPEG2000Box.Type XML
      Optional box that contains application-specific XML metadata.

      This box is for example used in the OGC GMLjp2 extension.

    • UUID

      public static final TLcdJPEG2000Box.Type UUID
      Optional box that contains the uuid and typically also geo-referencing information.
    • ASSOC

      public static final TLcdJPEG2000Box.Type ASSOC
      Optional box that groups a number of other boxes.

      This box is for example used in the OGC GMLjp2 extension.

      See Also:
    • LABEL

      public static final TLcdJPEG2000Box.Type LABEL
      Optional box that contains a label.

      This box is for example used in the OGC GMLjp2 extension.

  • Method Details

    • values

      public static TLcdJPEG2000Box.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TLcdJPEG2000Box.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null