public static enum JP2KKakaduImageWriteParam.Compression extends Enum<JP2KKakaduImageWriteParam.Compression>
Enum Constant and Description |
---|
LOSSY |
NUMERICALLY_LOSSLESS |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static JP2KKakaduImageWriteParam.Compression |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JP2KKakaduImageWriteParam.Compression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JP2KKakaduImageWriteParam.Compression NUMERICALLY_LOSSLESS
public static final JP2KKakaduImageWriteParam.Compression LOSSY
public static final JP2KKakaduImageWriteParam.Compression UNDEFINED
public static JP2KKakaduImageWriteParam.Compression[] values()
for (JP2KKakaduImageWriteParam.Compression c : JP2KKakaduImageWriteParam.Compression.values()) System.out.println(c);
public static JP2KKakaduImageWriteParam.Compression valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2006–2016 GeoSolutions. All rights reserved.