public enum AutoTypeImage extends Enum<AutoTypeImage>
| Enum Constant and Description |
|---|
F32 |
F64 |
I |
I16 |
I8 |
S16 |
S32 |
S64 |
S8 |
U16 |
U8 |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviatedType() |
String |
getBitWise() |
String |
getDataType() |
static AutoTypeImage[] |
getFloatingTypes() |
static AutoTypeImage[] |
getGenericTypes() |
static AutoTypeImage[] |
getIntegerTypes() |
String |
getInterleavedName() |
String |
getLargeSumType() |
Number |
getMax() |
Number |
getMin() |
int |
getNumBits() |
Class<?> |
getPrimitiveType() |
String |
getRandType() |
static AutoTypeImage[] |
getReallyGenericTypes() |
static AutoTypeImage[] |
getSigned() |
String |
getSingleBandName() |
static AutoTypeImage[] |
getSpecificTypes() |
String |
getSumType() |
String |
getTypeCastFromSum() |
static AutoTypeImage[] |
getUnsigned() |
boolean |
isInteger() |
boolean |
isSigned() |
static AutoTypeImage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoTypeImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoTypeImage I
public static final AutoTypeImage I8
public static final AutoTypeImage U8
public static final AutoTypeImage S8
public static final AutoTypeImage I16
public static final AutoTypeImage U16
public static final AutoTypeImage S16
public static final AutoTypeImage S32
public static final AutoTypeImage S64
public static final AutoTypeImage F32
public static final AutoTypeImage F64
public static AutoTypeImage[] values()
for (AutoTypeImage c : AutoTypeImage.values()) System.out.println(c);
public static AutoTypeImage 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 static AutoTypeImage[] getIntegerTypes()
public static AutoTypeImage[] getFloatingTypes()
public static AutoTypeImage[] getGenericTypes()
public static AutoTypeImage[] getReallyGenericTypes()
public static AutoTypeImage[] getSpecificTypes()
public static AutoTypeImage[] getSigned()
public static AutoTypeImage[] getUnsigned()
public String getInterleavedName()
public String getSingleBandName()
public String getDataType()
public String getBitWise()
public String getSumType()
public String getLargeSumType()
public boolean isInteger()
public boolean isSigned()
public int getNumBits()
public Class<?> getPrimitiveType()
public String getTypeCastFromSum()
public String getAbbreviatedType()
public String getRandType()
public Number getMax()
public Number getMin()
Copyright © 2013. All Rights Reserved.