Uses of Class
org.geotools.ct.TransformType

Packages that use TransformType
org.geotools.ct Coordinate Transformations implementation.  
 

Uses of TransformType in org.geotools.ct
 

Fields in org.geotools.ct declared as TransformType
static TransformType TransformType.OTHER
          Deprecated. Unknown or unspecified type of transform.
static TransformType TransformType.CONVERSION
          Deprecated. Transform depends only on defined parameters.
static TransformType TransformType.TRANSFORMATION
          Deprecated. Transform depends only on empirically derived parameters.
static TransformType TransformType.CONVERSION_AND_TRANSFORMATION
          Deprecated. Transform depends on both defined and empirical parameters.
 

Methods in org.geotools.ct that return TransformType
static TransformType TransformType.getEnum(int value)
          Deprecated. Return the enum for the specified value.
 TransformType TransformType.concatenate(TransformType type)
          Deprecated. Concatenate this transform type with the specified transform type.
 TransformType CoordinateTransformation.getTransformType()
          Deprecated. No direct replacement. Check for instance of Conversion or Transformation instead.
 TransformType Adapters.wrap(org.opengis.ct.CT_TransformType type)
          Deprecated. Construct a transform type from an OpenGIS enum.
 

Methods in org.geotools.ct with parameters of type TransformType
 TransformType TransformType.concatenate(TransformType type)
          Deprecated. Concatenate this transform type with the specified transform type.
 org.opengis.ct.CT_TransformType Adapters.export(TransformType type)
          Deprecated. Construct an OpenGIS enum from a transform type.
 

Constructors in org.geotools.ct with parameters of type TransformType
CoordinateTransformation(java.lang.String name, CoordinateSystem sourceCS, CoordinateSystem targetCS, TransformType type, MathTransform transform)
          Deprecated. Construct a coordinate transformation.
 



Copyright © GeoTools. All Rights Reserved.