cometa.combine
Class AMFEvent

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

public class AMFEvent
extends Combiner

This class implements the Atmospheric Motion Field (AMF) combination method: given the start and end time, it computes an AMF for each time step and, based on this vector field, it extrapolates a radar (or a satellite) image into the future. The height and the patternSize parameters can be perturbated (see the method's metadata). For more information about this use case, please refer to the mater thesis documentation.

See Also:
Serialized Form

Constructor Summary
AMFEvent()
          Constructor for AMFEvent.
 
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

AMFEvent

public AMFEvent()
Constructor for AMFEvent.

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