Package com.luciad.view.lightspeed.layer
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
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 Summary
-
Method Summary
Methods inherited from class com.luciad.view.lightspeed.layer.ALspTouchInfo
getDomainObject
-
Constructor Details
-
ALspWorldTouchInfo
public ALspWorldTouchInfo()
-
-
Method Details
-
getTouchedWorldPoint
Returns the point in world coordinates that was touched.- Returns:
- the point in world coordinates that was touched
-
getElevationMode
Returns the elevation mode that was used to paint the touched geometry.- Returns:
- The elevation mode.
-
clone
Description copied from class:ALspTouchInfo
Returns a clone of this object. The default implementation delegates toObject.clone()
.- Specified by:
clone
in interfaceILcdCloneable
- Overrides:
clone
in classALspTouchInfo
- Returns:
- a clone of this object.
- See Also:
-