Class TrackedGroupCrossingInfo

java.lang.Object
difar.trackedGroups.TrackedGroupCrossingInfo

public class TrackedGroupCrossingInfo extends Object
Author:
Doug Gillespie
  • Constructor Details

    • TrackedGroupCrossingInfo

      public TrackedGroupCrossingInfo(TrackedGroupDataUnit[] detectionList, TargetMotionResult difarCrossing)
    • TrackedGroupCrossingInfo

      public TrackedGroupCrossingInfo(TrackedGroupDataUnit[] matchedUnits, LatLong latLong, Double[] errors)
      Constructor to use when readin gback in binary data.
      Parameters:
      matchedUnits -
      latLong -
    • TrackedGroupCrossingInfo

      public TrackedGroupCrossingInfo(TrackedGroupDataUnit[] matchedUnits, LatLong latLong)
      Constructor to use when readin gback in binary data.
      Parameters:
      matchedUnits -
      latLong -
  • Method Details

    • setLocation

      public void setLocation(LatLong latLong)
    • getCrossLocation

      public LatLong getCrossLocation()
      Returns:
      the crossLocation
    • getMatchedUnits

      public TrackedGroupDataUnit[] getMatchedUnits()
      Returns:
      the matchedUnits
    • getXyz

      public PamVector getXyz()
      Returns:
      the xyz
    • getErrors

      public Double[] getErrors()
      Returns:
      the errors