it.geosolutions.imageio.plugins.jp2k
Enum JP2KKakaduImageWriteParam.ProgressionOrder
Object
Enum<JP2KKakaduImageWriteParam.ProgressionOrder>
JP2KKakaduImageWriteParam.ProgressionOrder
- All Implemented Interfaces:
- Serializable, Comparable<JP2KKakaduImageWriteParam.ProgressionOrder>
- Enclosing class:
- JP2KKakaduImageWriteParam
public static enum JP2KKakaduImageWriteParam.ProgressionOrder
- extends Enum<JP2KKakaduImageWriteParam.ProgressionOrder>
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 |
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
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-2013 GeoSolutions. All Rights Reserved.