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"
127 std::vector< std::vector< te::gm::GTParameters::TiePoint > >
m_tiePoints;
195 const unsigned int bandIndex,
196 const bool& forceNoDataValue,
197 const double& noDataValue,
Blended pixel value calculation for two overlaped rasters.
TiePointsLocator locator.
An abstract class for data providers like a DBMS, Web Services or a regular file.
Raster Processing algorithm output parameters base interface.
Raster Processing algorithm base interface.
Feeder from a input rasters.
void clear()
Clear the internal allocated resources.
std::string m_dataSetName
The generated data set name for this mosaic sequence.
std::vector< unsigned int > m_rasterFeederIndexes
The indexes (inside the input rasters feeder) of the rasters written to this mosaic sequence.
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...
Mosaic output parameters.
void reset()
Clear all internal allocated resources and reset the parameters instance to its initial state.
OutputParameters(const OutputParameters &)
const OutputParameters & operator=(const OutputParameters ¶ms)
te::da::DataSource * m_outputDSPtr
The mosaic sequences info.
std::vector< MosaicSequenceInfo > m_sequencesInfo
AbstractParameters * clone() const
Create a clone copy of this instance.
Create mosaics from a sequence of overlapped rasters using an automatic tie-points detection method.
bool initialize(const AlgorithmInputParameters &inputParams)
Initialize the algorithm instance making it ready for execution.
static void calcBandStatistics(const te::rst::Raster &raster, const unsigned int bandIndex, const bool &forceNoDataValue, const double &noDataValue, double &mean, double &variance)
Raster band statistics calcule.
bool isInitialized() const
Returns true if the algorithm instance is initialized and ready for execution.
bool execute(AlgorithmOutputParameters &outputParams)
Executes the algorithm using the supplied parameters.
SequenceMosaic::InputParameters m_inputParameters
Input execution parameters.
bool createRasterDataSet(const std::string &dataSetName, const te::rst::Raster &sourceRaster, te::da::DataSource *dataSourcePtr) const
Create a raster data set from the given raster.
bool createDiskRasterCopy(const std::string &fileName, const te::rst::Raster &sourceRaster)
Create copy of the given raster into a disk file.
void reset()
Clear all internal allocated objects and reset the algorithm to its initial state.
bool m_isInitialized
Tells if this instance is initialized.
An abstract class for raster data strucutures.
InterpolationMethod
Allowed interpolation methods.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.