Uses of Class
com.luciad.view.lightspeed.layer.ALspTouchInfo
Packages that use ALspTouchInfo
Package
Description
Provides layering support for
ILspView.Provides layering support for raster layers.
Provides support for
querying
the objects of a layer.-
Uses of ALspTouchInfo in com.luciad.view.lightspeed.layer
Subclasses of ALspTouchInfo in com.luciad.view.lightspeed.layerModifier and TypeClassDescriptionclassThis implementation ofALspTouchInfooffers information about how and where a representation in view space of an object was touched.classThis implementation ofALspTouchInfooffers information about how and where a representation (geometry) in world space of an object was touched.classDefault implementation ofALspViewTouchInfo.classDefault implementation ofALspWorldTouchInfo.Methods in com.luciad.view.lightspeed.layer that return ALspTouchInfo -
Uses of ALspTouchInfo in com.luciad.view.lightspeed.layer.raster
Subclasses of ALspTouchInfo in com.luciad.view.lightspeed.layer.rasterModifier and TypeClassDescriptionclassThis implementation ofTLspWorldTouchInfooffers additional information about the raster value at the touched point. -
Uses of ALspTouchInfo in com.luciad.view.lightspeed.query
Methods in com.luciad.view.lightspeed.query that return ALspTouchInfoModifier and TypeMethodDescriptionTLspIsTouchedQuery.getTouchInfo()Returns the touch info if the object is touched.Methods in com.luciad.view.lightspeed.query that return types with arguments of type ALspTouchInfoModifier and TypeMethodDescriptionTLspPaintedObjectsTouchQuery.getResult()Returns the touch infos of all objects that are touched.