Uses of Class
cometa.combine.Combiner

Packages that use Combiner
cometa.combine This package contains the classes that allow to combine the metadata. 
 

Uses of Combiner in cometa.combine
 

Subclasses of Combiner in cometa.combine
 class 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.
 class 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.
 class 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.
 

Methods in cometa.combine that return Combiner
static Combiner ObjectFactory.newInstanceOf(java.lang.String objectType)