Package AIS
Class AISLocalisation
java.lang.Object
PamDetection.AbstractLocalisation
AIS.AISLocalisation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getBearing
(int side) Get the bearing in radians, relative to the bearing referencedouble
getDepth()
double
getRange
(int iSide) Get the range for a specific side (where ambiguity exists)boolean
hasLocContent
(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:AbstractLocalisation
Check that the localisation has specific content.- Overrides:
hasLocContent
in classAbstractLocalisation
- Parameters:
requiredContent
- specified content- Returns:
- true if specified content exists, false otherwise.
-
getBearing
public double getBearing(int side) Description copied from class:AbstractLocalisation
Get the bearing in radians, relative to the bearing reference- Overrides:
getBearing
in classAbstractLocalisation
- Parameters:
side
- which side is the bearing on- Returns:
- bearing in radians
- See Also:
-
getDepth
public double getDepth()- Overrides:
getDepth
in classAbstractLocalisation
-
getRange
public double getRange(int iSide) Description copied from class:AbstractLocalisation
Get the range for a specific side (where ambiguity exists)- Overrides:
getRange
in classAbstractLocalisation
- Returns:
- range
-