org.geotools.ct
Class TransformType

java.lang.Object
  extended byjavax.media.jai.EnumeratedParameter
      extended byorg.geotools.ct.TransformType
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by DefaultOperation sub interfaces.

public final class TransformType
extends javax.media.jai.EnumeratedParameter

Semantic type of transform used in coordinate transformation.

Version:
1.00
Author:
OpenGIS (www.opengis.org), Martin Desruisseaux
See Also:
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

OTHER

public static final TransformType OTHER
Deprecated. 
Unknown or unspecified type of transform.

See Also:
CT_TransformType.CT_TT_Other

CONVERSION

public static final TransformType CONVERSION
Deprecated. 
Transform depends only on defined parameters. For example, a cartographic projection.

See Also:
CT_TransformType.CT_TT_Conversion

TRANSFORMATION

public static final TransformType TRANSFORMATION
Deprecated. 
Transform depends only on empirically derived parameters. For example a datum transformation.

See Also:
CT_TransformType.CT_TT_Transformation

CONVERSION_AND_TRANSFORMATION

public static final TransformType CONVERSION_AND_TRANSFORMATION
Deprecated. 
Transform depends on both defined and empirical parameters.

See Also:
CT_TransformType.CT_TT_ConversionAndTransformation
Method Detail

getEnum

public static TransformType getEnum(int value)
                             throws java.util.NoSuchElementException
Deprecated. 
Return the enum for the specified value. This method is provided for compatibility with CT_TransformType.

Parameters:
value - The enum value.
Returns:
The enum for the specified value.
Throws:
java.util.NoSuchElementException - if there is no enum for the specified value.

getName

public java.lang.String getName(java.util.Locale locale)
Deprecated. 
Returns this enum's name in the specified locale. If no name is available for the specified locale, a default one will be used.

Parameters:
locale - The locale, or null for the current default locale.
Returns:
Enum's name in the specified locale.

concatenate

public TransformType concatenate(TransformType type)
Deprecated. 
Concatenate this transform type with the specified transform type. If at least one transform type is OTHER, then OTHER is returned. Otherwise, transform type values are combined as with the logical "OR" operand.



Copyright © GeoTools. All Rights Reserved.