Class ALspViewTouchInfo

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

public abstract class ALspViewTouchInfo extends ALspTouchInfo
This implementation of ALspTouchInfo offers information about how and where a representation in view space of an object was touched.
Since:
2012.0
  • Constructor Details

    • ALspViewTouchInfo

      public ALspViewTouchInfo()
  • Method Details

    • getTouchedViewPoint

      public abstract ILcdPoint getTouchedViewPoint()
      Returns the point in view coordinates that was touched.
      Returns:
      the point in view coordinates that was touched
    • hasDepth

      public abstract boolean hasDepth()
      Method indicating whether or not the touched geometry is painted with or without depth testing.
      Returns:
      true if the touched geometry was painted with depth testing, false otherwise.
    • clone

      public ALspViewTouchInfo clone()
      Description copied from class: ALspTouchInfo
      Returns a clone of this object.

      The default implementation delegates to Object.clone().

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