Class ALspWorldTouchInfo

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

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

    • ALspWorldTouchInfo

      public ALspWorldTouchInfo()
  • Method Details

    • getTouchedWorldPoint

      public abstract ILcdPoint getTouchedWorldPoint()
      Returns the point in world coordinates that was touched.
      Returns:
      the point in world coordinates that was touched
    • getElevationMode

      public abstract ILspWorldElevationStyle.ElevationMode getElevationMode()
      Returns the elevation mode that was used to paint the touched geometry.
      Returns:
      The elevation mode.
    • clone

      public ALspWorldTouchInfo 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: