org.deegree_impl.model.ct
Class CoordinateTransformation.Inverse

java.lang.Object
  extended byorg.deegree_impl.model.cs.Info
      extended byorg.deegree_impl.model.ct.CoordinateTransformation
          extended byorg.deegree_impl.model.ct.CoordinateTransformation.Inverse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CoordinateTransformation

private static final class CoordinateTransformation.Inverse
extends CoordinateTransformation

The inverse coordinate transformation. This class override getName(java.util.Locale) in order to delegate part of the call to the underlying direct transformation.

Version:
1.0
Author:
Martin Desruisseaux

Nested Class Summary
 
Nested classes inherited from class org.deegree_impl.model.ct.CoordinateTransformation
CoordinateTransformation.Export
 
Nested classes inherited from class org.deegree_impl.model.cs.Info
 
Field Summary
 
Fields inherited from class org.deegree_impl.model.ct.CoordinateTransformation
inverse, transform
 
Fields inherited from class org.deegree_impl.model.cs.Info
 
Constructor Summary
CoordinateTransformation.Inverse(CoordinateTransformation transform)
          Construct a coordinate transformation.
 
Method Summary
 java.lang.String getName(java.util.Locale locale)
          Gets the name of this coordinate transformation.
 
Methods inherited from class org.deegree_impl.model.ct.CoordinateTransformation
cachedOpenGIS, equals, getMathTransform, getSourceCS, getTargetCS, getTransformType, hashCode, inverse, toOpenGIS
 
Methods inherited from class org.deegree_impl.model.cs.Info
ensureNonNull, getAbbreviation, getAlias, getAuthority, getAuthorityCode, getRemarks, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinateTransformation.Inverse

public CoordinateTransformation.Inverse(CoordinateTransformation transform)
                                 throws NoninvertibleTransformException
Construct a coordinate transformation.

Method Detail

getName

public java.lang.String getName(java.util.Locale locale)
Gets the name of this coordinate transformation.

Overrides:
getName in class CoordinateTransformation
Parameters:
locale - The desired locale, or null for the default locale.