|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.media.jai.EnumeratedParameter
org.geotools.ct.TransformType
DefaultOperation sub interfaces.
Semantic type of transform used in coordinate transformation.
CT_TransformType,
Serialized Form| Field Summary | |
static TransformType |
CONVERSION
Deprecated. Transform depends only on defined parameters. |
static TransformType |
CONVERSION_AND_TRANSFORMATION
Deprecated. Transform depends on both defined and empirical parameters. |
static TransformType |
OTHER
Deprecated. Unknown or unspecified type of transform. |
static TransformType |
TRANSFORMATION
Deprecated. Transform depends only on empirically derived parameters. |
| Method Summary | |
TransformType |
concatenate(TransformType type)
Deprecated. Concatenate this transform type with the specified transform type. |
static TransformType |
getEnum(int value)
Deprecated. Return the enum for the specified value. |
java.lang.String |
getName(java.util.Locale locale)
Deprecated. Returns this enum's name in the specified locale. |
| Methods inherited from class javax.media.jai.EnumeratedParameter |
equals, getName, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final TransformType OTHER
CT_TransformType.CT_TT_Otherpublic static final TransformType CONVERSION
CT_TransformType.CT_TT_Conversionpublic static final TransformType TRANSFORMATION
CT_TransformType.CT_TT_Transformationpublic static final TransformType CONVERSION_AND_TRANSFORMATION
CT_TransformType.CT_TT_ConversionAndTransformation| Method Detail |
public static TransformType getEnum(int value)
throws java.util.NoSuchElementException
CT_TransformType.
value - The enum value.
java.util.NoSuchElementException - if there is no enum for the specified value.public java.lang.String getName(java.util.Locale locale)
locale - The locale, or null for the current default locale.
public TransformType concatenate(TransformType type)
OTHER, then OTHER
is returned. Otherwise, transform type values are combined as with the
logical "OR" operand.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||