public class SidescanImageExporter extends java.lang.Object implements MRAExporter
| Modifier and Type | Field and Description |
|---|---|
int |
hudSize |
int |
imageHeight |
int |
imageWidth |
double |
normalization |
double |
swathLength |
double |
timeVariableGain |
| Constructor and Description |
|---|
SidescanImageExporter(IMraLogGroup source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeApplied(IMraLogGroup source)
This method must return true for the implementing Exporter to be added to MRA
|
java.lang.String |
getName()
Return the name that will be shown on Exporters menu
|
java.lang.String |
process(IMraLogGroup source,
javax.swing.ProgressMonitor pmonitor)
Process method to be called on Exporter selection
|
public double timeVariableGain
public double normalization
public double swathLength
public int imageWidth
public int imageHeight
public int hudSize
public SidescanImageExporter(IMraLogGroup source)
public boolean canBeApplied(IMraLogGroup source)
MRAExportercanBeApplied in interface MRAExporterpublic java.lang.String process(IMraLogGroup source, javax.swing.ProgressMonitor pmonitor)
MRAExporterprocess in interface MRAExportersource - TODOpmonitor - TODOpublic java.lang.String getName()
MRAExportergetName in interface MRAExporterCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.