public enum InterleaveType extends Enum<InterleaveType>
SeRaster#SE_RASTER_INTERLEAVE_*
)Enum Constant and Description |
---|
INTERLEAVE_BIL |
INTERLEAVE_BIL_91 |
INTERLEAVE_BIP |
INTERLEAVE_BIP_91 |
INTERLEAVE_BSQ |
INTERLEAVE_BSQ_91 |
INTERLEAVE_NONE |
Modifier and Type | Method and Description |
---|---|
int |
getSeRasterInterleaveType() |
static InterleaveType |
valueOf(int seRasterInterleaveType) |
static InterleaveType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterleaveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterleaveType INTERLEAVE_BIL
public static final InterleaveType INTERLEAVE_BIL_91
public static final InterleaveType INTERLEAVE_BIP
public static final InterleaveType INTERLEAVE_BIP_91
public static final InterleaveType INTERLEAVE_BSQ
public static final InterleaveType INTERLEAVE_BSQ_91
public static final InterleaveType INTERLEAVE_NONE
public static InterleaveType[] values()
for (InterleaveType c : InterleaveType.values()) System.out.println(c);
public static InterleaveType 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 nullpublic int getSeRasterInterleaveType()
public static InterleaveType valueOf(int seRasterInterleaveType)
Copyright © 1996–2018 Geotools. All rights reserved.