it.geosolutions.imageio.plugins.jp2k
Enum JP2KKakaduImageWriteParam.ProgressionOrder

Object
  extended by Enum<JP2KKakaduImageWriteParam.ProgressionOrder>
      extended by JP2KKakaduImageWriteParam.ProgressionOrder
All Implemented Interfaces:
Serializable, Comparable<JP2KKakaduImageWriteParam.ProgressionOrder>
Enclosing class:
JP2KKakaduImageWriteParam

public static enum JP2KKakaduImageWriteParam.ProgressionOrder
extends Enum<JP2KKakaduImageWriteParam.ProgressionOrder>


Enum Constant Summary
CPRL
           
LRCP
           
PCRL
           
RLCP
           
RPCL
           
 
Method Summary
static JP2KKakaduImageWriteParam.ProgressionOrder valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JP2KKakaduImageWriteParam.ProgressionOrder[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LRCP

public static final JP2KKakaduImageWriteParam.ProgressionOrder LRCP

RLCP

public static final JP2KKakaduImageWriteParam.ProgressionOrder RLCP

RPCL

public static final JP2KKakaduImageWriteParam.ProgressionOrder RPCL

PCRL

public static final JP2KKakaduImageWriteParam.ProgressionOrder PCRL

CPRL

public static final JP2KKakaduImageWriteParam.ProgressionOrder CPRL
Method Detail

values

public static JP2KKakaduImageWriteParam.ProgressionOrder[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (JP2KKakaduImageWriteParam.ProgressionOrder c : JP2KKakaduImageWriteParam.ProgressionOrder.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static JP2KKakaduImageWriteParam.ProgressionOrder valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2006-2012 GeoSolutions. All Rights Reserved.