org.gcube.contentmanagement.timeseries.geotools.vti.connectors
Class MonthlyFishingEffortCalculator

java.lang.Object
  extended by org.gcube.contentmanagement.timeseries.geotools.vti.connectors.MonthlyFishingEffortCalculator

public class MonthlyFishingEffortCalculator
extends Object


Constructor Summary
MonthlyFishingEffortCalculator()
           
 
Method Summary
 Map<String,Double> calculateMonthlyFishingEffor(List<Object> rows, Date minDate, Date maxDate)
           
 double getMaxEffort()
           
 double getMinEffort()
           
 void setMaxEffort(double maxEffort)
           
 void setMinEffort(double minEffort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthlyFishingEffortCalculator

public MonthlyFishingEffortCalculator()
Method Detail

calculateMonthlyFishingEffor

public Map<String,Double> calculateMonthlyFishingEffor(List<Object> rows,
                                                       Date minDate,
                                                       Date maxDate)

getMinEffort

public double getMinEffort()

setMinEffort

public void setMinEffort(double minEffort)

getMaxEffort

public double getMaxEffort()

setMaxEffort

public void setMaxEffort(double maxEffort)


Copyright © 2013. All Rights Reserved.