Class BearingLocAnnotation
java.lang.Object
annotation.DataAnnotation<BearingLocAnnotationType>
Localiser.algorithms.timeDelayLocalisers.bearingLoc.annotation.BearingLocAnnotation
- 
Constructor Summary
ConstructorsConstructorDescriptionBearingLocAnnotation(BearingLocAnnotationType dataAnnotationType, double[][] anglesAndErrors)  - 
Method Summary
Methods inherited from class annotation.DataAnnotation
getDataAnnotationType 
- 
Constructor Details
- 
BearingLocAnnotation
public BearingLocAnnotation(BearingLocAnnotationType dataAnnotationType, double[][] anglesAndErrors)  
 - 
 - 
Method Details
- 
getAnglesAndErrors
public double[][] getAnglesAndErrors()- Returns:
 - the anglesAndErrors
 
 
 -