Class ALspTouchInfo

java.lang.Object
com.luciad.view.lightspeed.layer.ALspTouchInfo
All Implemented Interfaces:
ILcdCloneable, Cloneable
Direct Known Subclasses:
ALspViewTouchInfo, ALspWorldTouchInfo

public abstract class ALspTouchInfo extends Object implements ILcdCloneable
Abstract super class for objects that return information about how/where an object was touched.
Since:
2012.0
  • Constructor Details

    • ALspTouchInfo

      public ALspTouchInfo()
  • Method Details

    • getDomainObject

      public abstract Object getDomainObject()
      Returns the domain object.
      Returns:
      the domain object
    • clone

      public ALspTouchInfo clone()
      Returns a clone of this object.

      The default implementation delegates to Object.clone().

      Specified by:
      clone in interface ILcdCloneable
      Overrides:
      clone in class Object
      Returns:
      a clone of this object.
      See Also: