cometa.combine
Class AMFEventRadar

java.lang.Object
  extended by cometa.combine.Combiner
      extended by cometa.combine.AMFEventRadar
All Implemented Interfaces:
java.io.Serializable

public class AMFEventRadar
extends Combiner

This class implements the Atmospheric Motion Field (AMF) combination method: given the start and end time, it computes an AMF from radar images for each time step and, based on this vector field, it extrapolates a radar image into the future. No parameter can be perturbated in this method. For more information about this use case, please refer to the mater thesis documentation.

See Also:
Serialized Form

Constructor Summary
AMFEventRadar()
          Constructor for AMFEventRadar.
 
Method Summary
 CombProc combineMetadata(Method method, CombProc combProc)
          This method overrides the same method in the abstract class Combiner.
 void postProcessing()
          This method is executed at the end of the data combination.
 
Methods inherited from class cometa.combine.Combiner
convertEntities, executeCommand, getCurrentTimestamp, getWorkingDirectory, persist, reverseString, setWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMFEventRadar

public AMFEventRadar()
Constructor for AMFEventRadar.

Method Detail

combineMetadata

public CombProc combineMetadata(Method method,
                                CombProc combProc)
This method overrides the same method in the abstract class Combiner. It implements the logic of the combination method.

Specified by:
combineMetadata in class Combiner
Parameters:
method - The method according to which the metadata has to be combined.
combProc - The procedure containing the operations to be executed on the real data.
Returns:
The procedure containing the operations to be executed on the real data.
See Also:
Combiner

postProcessing

public void postProcessing()
This method is executed at the end of the data combination.

Overrides:
postProcessing in class Combiner