Uses of Class
org.gcube.dataharvest.utils.AggregationType
-
Packages that use AggregationType Package Description org.gcube.dataharvest.utils -
-
Uses of AggregationType in org.gcube.dataharvest.utils
Methods in org.gcube.dataharvest.utils that return AggregationType Modifier and Type Method Description static AggregationTypeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.dataharvest.utils with parameters of type AggregationType Modifier and Type Method Description static DateDateUtils. getEndDateFromStartDate(AggregationType aggregationType, Date startDate, int offset)static CalendarDateUtils. getPreviousPeriod(AggregationType aggregationType, boolean partialHarvesting)
-