Class TLcdIdentityModelXYWorldTransformation

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

public class TLcdIdentityModelXYWorldTransformation extends Object implements ILcdModelXYWorldTransformation

This ILcdModelXYWorldTransformation defines an identify 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 non-identity transformation that works with all supported LuciadLightspeed references.

Since:
2014.0
See Also: