|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamDetection.AbstractLocalisation
AIS.AISLocalisation
public class AISLocalisation
| Field Summary | |
|---|---|
(package private) AISDataUnit |
aisDataUnit
|
(package private) GpsData |
lastFoundGpsData
|
(package private) long |
lastGpsFindTime
|
| Fields inherited from class PamDetection.AbstractLocalisation |
|---|
HAS_AMBIGUITY, HAS_BEARING, HAS_BEARINGERROR, HAS_DEPTH, HAS_DEPTHERROR, HAS_LATLONG, HAS_PERPENDICULARERRORS, HAS_RANGE, HAS_RANGEERROR, HAS_XY, HAS_XYZ |
| Constructor Summary | |
|---|---|
AISLocalisation(AISDataUnit aisDataUnit)
|
|
| Method Summary | |
|---|---|
(package private) GpsData |
findGpsData()
|
(package private) GpsData |
findGpsData(long timeMillisecods)
|
double |
getBearing(int side)
Get the bearing in radians, relative to the bearing reference |
double |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
AISDataUnit aisDataUnit
GpsData lastFoundGpsData
long lastGpsFindTime
| Constructor Detail |
|---|
public AISLocalisation(AISDataUnit aisDataUnit)
| Method Detail |
|---|
public boolean hasLocContent(int requiredContent)
AbstractLocalisation
hasLocContent in class AbstractLocalisationrequiredContent - specified content
public double getBearing(int side)
AbstractLocalisation
getBearing in class AbstractLocalisationside - which side is the bearing on
getBearingReferencepublic double getDepth()
getDepth in class AbstractLocalisationpublic double getRange(int iSide)
AbstractLocalisation
getRange in class AbstractLocalisationGpsData findGpsData()
GpsData findGpsData(long timeMillisecods)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||