Class TLcdModelXYWorldTransformation

java.lang.Object
com.luciad.transformation.TLcdModelXYWorldTransformation
All Implemented Interfaces:
ILcdModelXYWorldTransformation, ILcdCloneable, Serializable, Cloneable

public class TLcdModelXYWorldTransformation extends Object implements ILcdModelXYWorldTransformation
Deprecated.
This class only preforms an identify transformation. If an identity transformation is needed, use TLcdIdentityModelXYWorldTransformation. Otherwise TLcdDefaultModelXYWorldTransformation can be used.
This ILcdModelXYWorldTransformation defines a transformation between an ILcdModelReference and an ILcdXYWorldReference.

This implementation doesn't perform any transformation. It is a unitary operation, assuming that the ILcdModelReference and the ILcdXYWorldReference are the same coordinate system.

See TLcdDefaultModelXYWorldTransformation for a transformation that works with all supported LuciadLightspeed references.

See Also: