25 #ifndef __TERRALIB_RP_INTERNAL_SEQUENCEMOSAIC_H    26 #define __TERRALIB_RP_INTERNAL_SEQUENCEMOSAIC_H    32 #include "../raster/Interpolator.h"    33 #include "../dataaccess/datasource/DataSource.h"    34 #include "../geometry/GTParameters.h"   107             AbstractParameters* clone() const;
   122             std::vector< std::vector< te::gm::GTParameters::TiePoint > > 
m_tiePoints; 
   126             MosaicSequenceInfo();
   128             ~MosaicSequenceInfo();
   156             AbstractParameters* clone() const;
   167         void reset() throw( 
te::rp::Exception );
   172         bool isInitialized() const;
   178         bool m_isInitialized; 
   193         static 
void calcBandStatistics( const 
te::rst::Band& band,
   194           const 
bool& forceNoDataValue,
   195           const 
double& noDataValue,
   210         bool createRasterDataSet( const std::
string& dataSetName,
   211           const 
te::rst::Raster& sourceRaster, 
te::da::DataSource* dataSourcePtr ) const;
   222         bool createDiskRasterCopy( const std::
string& fileName,
   223           const 
te::rst::Raster& sourceRaster ) const;
 
Mosaic output parameters. 
 
Base exception class for plugin module. 
 
std::vector< std::vector< te::gm::GTParameters::TiePoint > > m_tiePoints
The generated tie-pionts (te::gm::GTParameters::TiePoint::first are mosaic coods, te::gm::GTParameter...
 
Blended pixel value calculation for two overlaped rasters. 
 
Raster Processing algorithm output parameters base interface. 
 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
 
Raster Processing algorithm base interface class. 
 
std::vector< MosaicSequenceInfo > m_sequencesInfo
 
InterpolationMethod
Allowed interpolation methods. 
 
Raster Processing algorithm base interface. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::vector< unsigned int > m_rasterFeederIndexes
The indexes (inside the input rasters feeder) of the rasters written to this mosaic sequence...
 
Feeder from a input rasters. 
 
std::string m_dataSetName
The generated data set name for this mosaic sequence. 
 
TiePointsLocator locator. 
 
Create mosaics from a sequence of overlapped rasters using an automatic tie-points detection method...
 
te::da::DataSource * m_outputDSPtr
The mosaic sequences info.