Class TLcdASDITrackModelDescriptor

All Implemented Interfaces:
ILcdAnnotatedElement, ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, ILcdFeaturedDescriptorProvider, Serializable

public class TLcdASDITrackModelDescriptor extends ALcdASDIModelDescriptor
This ILcdModelDescriptor is used for models with TLcdASDITrack objects.
See Also:
  • Method Details

    • getTrajectoryFeaturedDescriptor

      public ILcdFeaturedDescriptor getTrajectoryFeaturedDescriptor()
      Returns the ILcdFeaturedDescriptor that describes the features present in the trajectories associated with the tracks. It is also an ILcdFeaturedDescriptorProvider for any possible sub features.

      This descriptor is associated with an ILcdModel that contains TLcdASDITrack objects. Tracks in turn have trajectories associated to them (see TLcdASDITrack.getTrajectory()) that implement ILcdFeatured. This method returns the ILcdFeaturedDescriptor that describes these features.

      Returns:
      The ILcdFeaturedDescriptor that describes the features present in the trajectories associated with the tracks.