Package AIS
Class AISLocalisation
java.lang.Object
PamDetection.AbstractLocalisation
AIS.AISLocalisation
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoublegetBearing(int side) Get the bearing in radians, relative to the bearing referencedoublegetDepth()doublegetRange(int iSide) Get the range for a specific side (where ambiguity exists)booleanhasLocContent(int requiredContent) Check that the localisation has specific content.Methods inherited from class PamDetection.AbstractLocalisation
addLocContents, bearingAmbiguity, getAmbiguityCount, getAngleErrors, getAngles, getArrayOrientationVectors, getBearing, getBearingError, getBearingReference, getErrorDirection, getHeight, getHeightError, getLatLong, getLocContents, getLocError, getNumLatLong, getOriginLatLong, getParallelError, getParentDetection, getPerpendiculaError, getPlanarAngles, getPlanarVector, getRangeError, getRealWorldVectors, getReferenceHydrophones, getSubArrayType, getTimeDelayChIndex, getTimeDelayErrors, getTimeDelays, getWorldVectors, removeLocContents, setArrayAxis, setLocContents, setParentDetection, setReferenceHydrophones, setSubArrayType, toString 
- 
Constructor Details
- 
AISLocalisation
 
 - 
 - 
Method Details
- 
hasLocContent
public boolean hasLocContent(int requiredContent) Description copied from class:AbstractLocalisationCheck that the localisation has specific content.- Overrides:
 hasLocContentin classAbstractLocalisation- Parameters:
 requiredContent- specified content- Returns:
 - true if specified content exists, false otherwise.
 
 - 
getBearing
public double getBearing(int side) Description copied from class:AbstractLocalisationGet the bearing in radians, relative to the bearing reference- Overrides:
 getBearingin classAbstractLocalisation- Parameters:
 side- which side is the bearing on- Returns:
 - bearing in radians
 - See Also:
 
 - 
getDepth
public double getDepth()- Overrides:
 getDepthin classAbstractLocalisation
 - 
getRange
public double getRange(int iSide) Description copied from class:AbstractLocalisationGet the range for a specific side (where ambiguity exists)- Overrides:
 getRangein classAbstractLocalisation- Parameters:
 iSide-- Returns:
 - range
 
 
 -