Package difar.trackedGroups
Class TrackedGroupCrossingInfo
java.lang.Object
difar.trackedGroups.TrackedGroupCrossingInfo
- Author:
- Doug Gillespie
-
Constructor Summary
ConstructorDescriptionTrackedGroupCrossingInfo
(TrackedGroupDataUnit[] matchedUnits, LatLong latLong) Constructor to use when readin gback in binary data.TrackedGroupCrossingInfo
(TrackedGroupDataUnit[] matchedUnits, LatLong latLong, Double[] errors) Constructor to use when readin gback in binary data.TrackedGroupCrossingInfo
(TrackedGroupDataUnit[] detectionList, TargetMotionResult difarCrossing) -
Method Summary
-
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
Constructor to use when readin gback in binary data.- Parameters:
matchedUnits
-latLong
-
-
-
Method Details
-
setLocation
-
getCrossLocation
- Returns:
- the crossLocation
-
getMatchedUnits
- Returns:
- the matchedUnits
-
getXyz
- Returns:
- the xyz
-
getErrors
- Returns:
- the errors
-