Class TLcdModelXYZWorldTransformation

java.lang.Object
com.luciad.transformation.TLcdModelXYZWorldTransformation
All Implemented Interfaces:
ILcdModelXYZWorldTransformation, Serializable

public class TLcdModelXYZWorldTransformation extends Object implements ILcdModelXYZWorldTransformation
Deprecated.
This class only preforms an identify transformation. If an identity transformation is needed, use TLcdIdentityModelXYZWorldTransformation. Otherwise TLcdDefaultModelXYZWorldTransformation can be used.
This ILcdModelXYZWorldTransformation defines a transformation between an ILcdModelReference and an ILcdXYZWorldReference.

This implementation doesn't perform any transformation. It is a unitary operation. So, it is assumed that the ILcdModelReference and the ILcdXYZWorldReference represent the same coordinate system.

See Also: