Package com.luciad.view.lightspeed.layer
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
This implementation of
ALspTouchInfo
offers information about how and where
a representation in view 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
-
ALspViewTouchInfo
public ALspViewTouchInfo()
-
-
Method Details
-
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
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:
-