|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamDetection.AbstractLocalisation
IshmaelLocator.IshLocalisation
public class IshLocalisation
Whenever one of the IshLoc routines calculates a location (bearing, X-Y position, etc.) it generates an IshLocation, which is then passed to the rest of PAMGUARD via IshLocProcess.outputDataBlock.
| Field Summary | |
|---|---|
(package private) PamDetection |
pamDetection
|
double |
theta0
|
double |
theta0deg
|
double |
theta1
|
double |
theta1deg
|
long |
timeMsec
|
double |
x
|
double |
y
|
double |
z
|
| 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 | |
|---|---|
IshLocalisation(PamDetection pamDetection,
int locContents,
int referencePhones)
|
|
| Method Summary | |
|---|---|
LatLong |
getLatLong(int iSide)
Return the latlong for a location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
PamDetection pamDetection
public long timeMsec
public double theta0
public double theta1
public double theta0deg
public double theta1deg
public double x
public double y
public double z
| Constructor Detail |
|---|
IshLocalisation(PamDetection pamDetection,
int locContents,
int referencePhones)
| Method Detail |
|---|
public LatLong getLatLong(int iSide)
AbstractLocalisation
getLatLong in class AbstractLocalisationiSide - 0, 1, 2, etc.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||