public class DVLBathymetryParser extends java.lang.Object implements BathymetryParser
| Constructor and Description |
|---|
DVLBathymetryParser(IMraLogGroup source) |
DVLBathymetryParser(pt.lsts.imc.lsf.LsfIndex index) |
| Modifier and Type | Method and Description |
|---|---|
BathymetryInfo |
getBathymetryInfo() |
long |
getFirstTimestamp() |
boolean |
getHasIntensity() |
long |
getLastTimestamp() |
BathymetrySwath |
getSwathAt(long timestamp) |
static void |
main(java.lang.String[] args) |
BathymetrySwath |
nextSwath() |
BathymetrySwath |
nextSwath(double prob) |
void |
rewind() |
public DVLBathymetryParser(IMraLogGroup source)
public DVLBathymetryParser(pt.lsts.imc.lsf.LsfIndex index)
public long getFirstTimestamp()
getFirstTimestamp in interface BathymetryParserpublic long getLastTimestamp()
getLastTimestamp in interface BathymetryParserpublic BathymetryInfo getBathymetryInfo()
getBathymetryInfo in interface BathymetryParserpublic BathymetrySwath getSwathAt(long timestamp)
getSwathAt in interface BathymetryParserpublic BathymetrySwath nextSwath()
nextSwath in interface BathymetryParserpublic BathymetrySwath nextSwath(double prob)
nextSwath in interface BathymetryParserpublic void rewind()
rewind in interface BathymetryParserpublic boolean getHasIntensity()
getHasIntensity in interface BathymetryParserpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.