Package cometa.combine

This package contains the classes that allow to combine the metadata.

See:
          Description

Class Summary
AMFEvent 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.
AMFEventCloudTop 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.
AMFEventRadar 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.
CombinationEngine This class combines the available metadata and writes its output to an XML file called "procedure description".
Combiner This is an abstract class that defines the methods that must be implemented by every combination method class.
CompoundParamActions This is an abstract class that defines the methods that must be implemented by every combination method class.
ObjectFactory This class is used by the combination engine to get new instances of the classes used in the method's metadata combination procedure.
 

Package cometa.combine Description

This package contains the classes that allow to combine the metadata. In the project documentation, this module is called metadata combination engine.