GeoMosaic output parameters. More...
#include <GeoMosaic.h>
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
const OutputParameters & | operator= (const OutputParameters ¶ms) |
OutputParameters () | |
OutputParameters (const OutputParameters &) | |
void | reset () _NOEXCEPT_OP(false) |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
~OutputParameters () | |
Public Attributes | |
std::unique_ptr< te::rst::Raster > | m_outputRasterPtr |
The generated output mosaic raster. More... | |
std::map< std::string, std::string > | m_rInfo |
The necessary information to create the output rasters (as described in te::raster::RasterFactory). More... | |
std::string | m_rType |
Output raster data source type (as described in te::raster::RasterFactory ). More... | |
GeoMosaic output parameters.
Definition at line 140 of file GeoMosaic.h.
te::rp::GeoMosaic::OutputParameters::OutputParameters | ( | ) |
te::rp::GeoMosaic::OutputParameters::OutputParameters | ( | const OutputParameters & | ) |
te::rp::GeoMosaic::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const OutputParameters& te::rp::GeoMosaic::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
std::unique_ptr< te::rst::Raster > te::rp::GeoMosaic::OutputParameters::m_outputRasterPtr |
The generated output mosaic raster.
Definition at line 148 of file GeoMosaic.h.
std::map< std::string, std::string > te::rp::GeoMosaic::OutputParameters::m_rInfo |
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Definition at line 146 of file GeoMosaic.h.
std::string te::rp::GeoMosaic::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 144 of file GeoMosaic.h.