Package com.luciad.format.jpeg2000
Enum Class TLcdJPEG2000Box.Type
- All Implemented Interfaces:
Serializable
,Comparable<TLcdJPEG2000Box.Type>
,Constable
- Enclosing class:
TLcdJPEG2000Box
JPEG2000 metadata box type.
- Since:
- 2012.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdJPEG2000Box.Type
Returns the enum constant of this class with the specified name.static TLcdJPEG2000Box.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
XML
Optional box that contains application-specific XML metadata. This box is for example used in the OGC GMLjp2 extension. -
UUID
Optional box that contains the uuid and typically also geo-referencing information. -
ASSOC
Optional box that groups a number of other boxes. This box is for example used in the OGC GMLjp2 extension.- See Also:
-
LABEL
Optional box that contains a label. This box is for example used in the OGC GMLjp2 extension.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-