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 TypeClassDescriptionclass
This implementation ofALspTouchInfo
offers information about how and where a representation in view space of an object was touched.class
This implementation ofALspTouchInfo
offers information about how and where a representation (geometry) in world space of an object was touched.class
Default implementation ofALspViewTouchInfo
.class
Default 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 TypeClassDescriptionclass
This implementation ofTLspWorldTouchInfo
offers 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.