Uses of Class
com.luciad.view.lightspeed.camera.tracking.TLspModelElementTrackingPointProvider
Packages that use TLspModelElementTrackingPointProvider
Package
Description
This package provides two abstract base classes which can be used to create Lightspeed specific camera linkers:
ALcyLspCameraLinker2D
and ALcyLspCameraLinker3D
.-
Uses of TLspModelElementTrackingPointProvider in com.luciad.lucy.map.cameralinking.lightspeed
Methods in com.luciad.lucy.map.cameralinking.lightspeed that return TLspModelElementTrackingPointProviderModifier and TypeMethodDescriptionprotected TLspModelElementTrackingPointProvider
ALcyLspCameraLinker2D.createTrackingPointProvider
(Object[] aObjectsToTrack, ILcdModel[] aModelsToTrack, ILspView aView) Create a new tracking point provider, based on the given parameters.Methods in com.luciad.lucy.map.cameralinking.lightspeed with parameters of type TLspModelElementTrackingPointProviderModifier and TypeMethodDescriptionprotected abstract ALspCameraConstraint
<TLspViewXYZWorldTransformation2D> ALcyLspCameraLinker2D.createCameraConstraint
(TLspModelElementTrackingPointProvider aTrackingPointProvider, ILspView aView) Create a new camera constraint and return it.