public class BathyMapExporter extends java.lang.Object implements MRAExporter
| Modifier and Type | Field and Description |
|---|---|
double |
mapResolution |
boolean |
matriceFormat |
int |
ptsMinByCells |
int |
ptsMinFilter |
double |
ptsToIgnore |
java.lang.String |
valueCellEmpty |
| Constructor and Description |
|---|
BathyMapExporter(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 |
process(IMraLogGroup source,
javax.swing.ProgressMonitor pmonitor)
Process method to be called on Exporter selection
|
public double ptsToIgnore
public double mapResolution
public int ptsMinByCells
public int ptsMinFilter
public boolean matriceFormat
public java.lang.String valueCellEmpty
public BathyMapExporter(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 - TODOCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.