An abstract class for raster data strucutures. More...
#include <Raster.h>
  
 Public Member Functions | |
| Raster & | callOperator (std::complex< double >(*f)(std::complex< double >, std::complex< double >), const Raster &rhs) | 
| It calls a parameter function f to apply in all pixels from two rasters, e.g. pixel = f(lhs, rhs);.  More... | |
| virtual AbstractData * | clone () const =0 | 
| It returns a clone of this object.  More... | |
| virtual bool | createMultiResolution (const unsigned int levels, const InterpolationMethod interpMethod)=0 | 
| Create a sub-sampled multi-resolution pyramid.  More... | |
| te::common::AccessPolicy | getAccessPolicy () const | 
| Returns the raster access policy.  More... | |
| virtual const Band * | getBand (std::size_t i) const =0 | 
| Returns the raster i-th band.  More... | |
| virtual Band * | getBand (std::size_t i)=0 | 
| Returns the raster i-th band.  More... | |
| virtual int | getBandDataType (std::size_t i) const =0 | 
| Returns the data type in a particular band (or dimension).  More... | |
| te::gm::Envelope * | getExtent () | 
| Returns the geographic extension of the raster data.  More... | |
| const te::gm::Envelope * | getExtent () const | 
| Returns the geographic extension of the raster data.  More... | |
| te::gm::Envelope * | getExtent (int srid, te::gm::Envelope *roi=0) const | 
| Returns the geographic extension of the raster data, in a given SRS (distinct from its original one).  More... | |
| Grid * | getGrid () | 
| It returns the raster grid.  More... | |
| const Grid * | getGrid () const | 
| It returns the raster grid.  More... | |
| virtual std::map< std::string, std::string > | getInfo () const =0 | 
| It returns additional information about the raster.  More... | |
| virtual void | getIValue (unsigned int c, unsigned int r, double &value, std::size_t b=0) const | 
| Returns the imaginary attribute value in a complex band of a cell.  More... | |
| virtual Raster * | getMultiResLevel (const unsigned int level) const =0 | 
| Returns the required level of a multi-resolution pyramid or NULL if that level does not exists.  More... | |
| virtual unsigned int | getMultiResLevelsCount () const =0 | 
| Returns the current number of multi-resolution pyramid levels.  More... | |
| const std::string & | getName () const | 
| Returns the raster name.  More... | |
| virtual std::size_t | getNumberOfBands () const =0 | 
| Returns the number of bands (dimension of cells attribute values) in the raster.  More... | |
| unsigned int | getNumberOfColumns () const | 
| Returns the raster number of columns.  More... | |
| unsigned int | getNumberOfRows () const | 
| Returns the raster number of rows.  More... | |
| Grid * | getResampledGrid (int scale) const | 
| Return the raster grid for a specific scale.  More... | |
| double | getResolutionX () const | 
| Returns the raster horizontal (x-axis) resolution.  More... | |
| double | getResolutionY () const | 
| Returns the raster vertical (y-axis) resolution.  More... | |
| int | getSRID () const | 
| Returns the raster spatial reference system identifier.  More... | |
| int | getTypeCode () const | 
| It returns the data type code associated to the data value.  More... | |
| virtual void | getValue (unsigned int c, unsigned int r, double &value, std::size_t b=0) const | 
| Returns the attribute value of a band of a cell.  More... | |
| virtual void | getValue (unsigned int c, unsigned int r, std::complex< double > &value, std::size_t b=0) const | 
| Returns the imaginary attribute value in a complex band of a cell.  More... | |
| virtual void | getValues (unsigned int c, unsigned int r, std::vector< double > &values) const | 
| Returns the imaginary attribute values in all complex bands of a cell.  More... | |
| virtual void | getValues (unsigned int c, unsigned int r, std::vector< std::complex< double > > &values) const | 
| Returns the imaginary attribute values in all complex bands of a cell.  More... | |
| virtual void | open (const std::map< std::string, std::string > &rinfo, te::common::AccessPolicy p=te::common::RAccess)=0 | 
| Opens a raster.  More... | |
| virtual Raster & | operator*= (Raster &rhs) | 
| It returns the raster product (pixel by pixel).  More... | |
| virtual Raster & | operator*= (std::complex< double > &cvalue) | 
| It returns the product of a constant value to all pixels in the raster.  More... | |
| virtual Raster & | operator+= (Raster &rhs) | 
| It returns the raster sum (pixel by pixel).  More... | |
| virtual Raster & | operator+= (std::complex< double > &cvalue) | 
| It returns the sum of a constant value to all pixels in the raster.  More... | |
| virtual Raster & | operator-= (Raster &rhs) | 
| It returns the raster subtraction (pixel by pixel).  More... | |
| virtual Raster & | operator-= (std::complex< double > &cvalue) | 
| It returns the difference from all pixels in the raster to a constant value (pixels - constant).  More... | |
| virtual Raster & | operator/= (Raster &rhs) | 
| It returns the raster division (pixel by pixel).  More... | |
| virtual Raster & | operator/= (std::complex< double > &cvalue) | 
| It returns the division of all pixels in the raster by a constant value (pixels / constant).  More... | |
| virtual Raster & | operator= (const Raster &rhs) | 
| Assignment operator.  More... | |
| virtual const Band & | operator[] (std::size_t i) const =0 | 
| Access band in i position.  More... | |
| virtual Band & | operator[] (std::size_t i)=0 | 
| Access band in i position.  More... | |
| Raster () | |
| Default constructor.  More... | |
| Raster (Grid *grid, te::common::AccessPolicy p=te::common::RAccess) | |
| Constructor to create a raster from parameters.  More... | |
| Raster (const Raster &rhs) | |
| Copy constructor.  More... | |
| virtual void | rasterize (std::vector< te::gm::Geometry * > g, std::vector< double > vp, std::size_t b=0) | 
| Rasterizes a given vector of geometries.  More... | |
| virtual bool | removeMultiResolution ()=0 | 
| Remove/Destroy a sub-sampled multi-resolution pyramid, if there is one.  More... | |
| virtual Raster * | resample (int method, unsigned int drow, unsigned int dcolumn, unsigned int height, unsigned int width, unsigned int newheight, unsigned int newwidth, const std::map< std::string, std::string > &rinfo) const | 
| Resample a subset of the raster, given a box.  More... | |
| virtual Raster * | resample (int method, int scale, const std::map< std::string, std::string > &rinfo) const | 
| Resample raster.  More... | |
| void | setAccessPolicy (te::common::AccessPolicy p) | 
| Sets the raster access policy.  More... | |
| virtual void | setIValue (unsigned int c, unsigned int r, const double value, std::size_t b=0) | 
| Sets the imaginary attribute value in a complex band of a cell.  More... | |
| void | setName (const std::string name) | 
| Sets the raster name.  More... | |
| virtual void | setValue (unsigned int c, unsigned int r, const double value, std::size_t b=0) | 
| Sets the attribute value in a band of a cell.  More... | |
| virtual void | setValue (unsigned int c, unsigned int r, const std::complex< double > &value, std::size_t b=0) | 
| Sets the imaginary attribute value in a complex band of a cell.  More... | |
| virtual void | setValues (unsigned int c, unsigned int r, const std::vector< double > &values) | 
| Sets the imaginary attribute values in all complex bands of a cell.  More... | |
| virtual void | setValues (unsigned int c, unsigned int r, const std::vector< std::complex< double > > &values) | 
| Sets the imaginary attribute values in all complex bands of a cell.  More... | |
| std::string | toString (void) const | 
| It returns the data value in a string notation.  More... | |
| virtual Raster * | transform (int srid, const std::map< std::string, std::string > &rinfo, int m=1) const | 
| Reprojects this raster to a distinct SRS. This method reprojects this raster to a distinct SRS. The output resolution is calculated in order to maintain the same number of pixels as in this raster.  More... | |
| virtual Raster * | transform (int srid, double llx, double lly, double urx, double ury, const std::map< std::string, std::string > &rinfo, int m=1) const | 
| Reprojects a squared portion of this raster to a distinct SRS. This method reprojects a squared portion of this raster to a distinct SRS. The output resolution is calculated in order to maintain the same number of pixels as in the desired portion of this raster.  More... | |
| virtual Raster * | transform (int srid, double llx, double lly, double urx, double ury, double resx, double resy, const std::map< std::string, std::string > &rinfo, int m=1) const | 
| Reprojects a squared portion of this raster to another SRS with a desired resolution.  More... | |
| virtual Raster * | trim (const te::gm::Envelope *env, const std::map< std::string, std::string > &rinfo) const | 
| Subsetting operation for trimming (cropping) the raster.  More... | |
| virtual void | vectorize (std::vector< te::gm::Geometry * > &g, std::size_t b, unsigned int mp=0) | 
| Vectorizes a given raster band, using GDALPolygonize function.  More... | |
| virtual | ~Raster () | 
| Virtual destructor.  More... | |
Protected Member Functions | |
| double | applyScale (int i, const double &v) const | 
| Scales a value according to a specific resampling scale.  More... | |
Protected Attributes | |
| Grid * | m_grid | 
| The spatial support for raster data.  More... | |
| std::string | m_name | 
| The raster name.  More... | |
| te::common::AccessPolicy | m_policy | 
| The access policy, can be te::common::{NoAccess, RAccess, RWAccess, WAccess}.  More... | |
An abstract class for raster data strucutures.
A raster data structure represents a geograhical area divided into rows and columns, which form a regular grid structure of cells. Each cell contains location co-ordinates and one or more attribute values.
This interface should be implemented by drivers that provide the real access to raster data.
| te::rst::Raster::Raster | ( | ) | 
Default constructor.
| te::rst::Raster::Raster | ( | Grid * | grid, | 
| te::common::AccessPolicy | p = te::common::RAccess  | 
        ||
| ) | 
Constructor to create a raster from parameters.
| grid | The grid definition. The Raster will take its ownership. | 
| p | Access Policy. | 
| te::rst::Raster::Raster | ( | const Raster & | rhs | ) | 
Copy constructor.
| rhs | The right-hand side Raster. | 
      
  | 
  virtual | 
Virtual destructor.
Reimplemented in te::gdal::Raster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
      
  | 
  protected | 
Scales a value according to a specific resampling scale.
| i | The scale to apply. | 
| v | The value to be scaled. | 
| Raster& te::rst::Raster::callOperator | ( | std::complex< double >(*)(std::complex< double >, std::complex< double >) | f, | 
| const Raster & | rhs | ||
| ) | 
It calls a parameter function f to apply in all pixels from two rasters, e.g. pixel = f(lhs, rhs);.
| (*f) | a function with the signature complex<double>(*f)(complex<double>, complex<double>), const Raster& rhs) | 
| rhs | The rhs raster to apply the function. | 
      
  | 
  pure virtualinherited | 
It returns a clone of this object.
Implemented in te::dt::ByteArray, te::dt::SimpleData< T *, typeCode >, te::dt::DatePeriod, te::dt::TimePeriod, te::dt::TimeDuration, te::dt::Date, te::dt::TimeInstant, te::dt::TimePeriodTZ, te::dt::OrdinalPeriod, te::dt::Array, te::idl::IdlRaster, te::gm::LineString, te::mem::ExpansibleRaster, te::gm::CircularString, te::dt::TimeInstantTZ, te::gm::PointKd, te::dt::DateDuration, te::gm::CompoundCurve, te::gm::LinearRing, te::gm::MultiPolygon, te::dt::CompositeData, te::gm::PointZM, te::mem::CachedRaster, te::gm::PointM, te::gm::PointZ, te::gm::Line, te::gm::Point, te::dt::OrdinalInstant, te::gm::CurvePolygon, te::gm::GeometryCollection, te::gdal::Raster, te::gm::PolyhedralSurface, te::gm::Polygon, te::gm::MultiLineString, te::gm::MultiPoint, te::rst::SynchronizedRaster, te::gm::MultiSurface, te::dt::SimpleData< T, typeCode >, te::dt::SimpleData< boost::int64_t, INT64_TYPE >, te::gm::MultiCurve, te::rst::ProxyRaster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
Referenced by te::rst::PolygonIterator< T >::decompose(), and te::dt::new_clone().
      
  | 
  pure virtual | 
Create a sub-sampled multi-resolution pyramid.
| levels | The number of pyramid levels to generate. | 
| interpMethod | The used interpolation method. | 
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::idl::IdlRaster, te::grib::Raster, te::rst::ProxyRaster, te::mem::Raster, and terralib4::Raster.
| te::common::AccessPolicy te::rst::Raster::getAccessPolicy | ( | ) | const | 
Returns the raster access policy.
      
  | 
  pure virtual | 
Returns the raster i-th band.
| i | The band index. | 
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::rst::ProxyRaster, te::idl::IdlRaster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
Referenced by te::rst::BandIteratorWithMask< T >::BandIteratorWithMask(), te::rst::RasterIterator< T >::end(), and te::rst::RasterIterator< T >::RasterIterator().
      
  | 
  pure virtual | 
Returns the raster i-th band.
| i | The band index. | 
Implemented in te::mem::ExpansibleRaster, te::gdal::Raster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::idl::IdlRaster, te::rst::ProxyRaster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
      
  | 
  pure virtual | 
Returns the data type in a particular band (or dimension).
| i | The desired band. | 
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::rst::ProxyRaster, te::idl::IdlRaster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
| te::gm::Envelope* te::rst::Raster::getExtent | ( | ) | 
Returns the geographic extension of the raster data.
Referenced by te::rst::LineIterator< T >::LineIterator(), and te::rst::PointSetIterator< T >::PointSetIterator().
| const te::gm::Envelope* te::rst::Raster::getExtent | ( | ) | const | 
Returns the geographic extension of the raster data.
| te::gm::Envelope* te::rst::Raster::getExtent | ( | int | srid, | 
| te::gm::Envelope * | roi = 0  | 
        ||
| ) | const | 
Returns the geographic extension of the raster data, in a given SRS (distinct from its original one).
| srid | The target SRS id. | 
| roi | Pointer to a region of interest. If NULL the original extenstion will be considered. | 
| Grid* te::rst::Raster::getGrid | ( | ) | 
It returns the raster grid.
Referenced by te::rst::LineIterator< T >::LineIterator(), te::rst::PointSetIterator< T >::PointSetIterator(), and te::rst::PolygonIterator< T >::PolygonIterator().
| const Grid* te::rst::Raster::getGrid | ( | ) | const | 
It returns the raster grid.
      
  | 
  pure virtual | 
It returns additional information about the raster.
The return of thi smethod is driver dependent.
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::rst::ProxyRaster, te::grib::Raster, te::idl::IdlRaster, te::mem::Raster, and terralib4::Raster.
      
  | 
  virtual | 
Returns the imaginary attribute value in a complex band of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| value | The attribute value to be assigned. | 
| b | A particular band of the cell attribute. Default value 0. | 
| Exception | Subclasses may throw an exception if the data value can not be read. | 
      
  | 
  pure virtual | 
Returns the required level of a multi-resolution pyramid or NULL if that level does not exists.
| level | Level of a multi-resolution pyramid. | 
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::idl::IdlRaster, te::grib::Raster, te::rst::ProxyRaster, te::mem::Raster, and terralib4::Raster.
      
  | 
  pure virtual | 
Returns the current number of multi-resolution pyramid levels.
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::idl::IdlRaster, te::grib::Raster, te::rst::ProxyRaster, te::mem::Raster, and terralib4::Raster.
| const std::string& te::rst::Raster::getName | ( | ) | const | 
Returns the raster name.
      
  | 
  pure virtual | 
Returns the number of bands (dimension of cells attribute values) in the raster.
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::rst::ProxyRaster, te::grib::Raster, te::idl::IdlRaster, te::mem::Raster, and terralib4::Raster.
| unsigned int te::rst::Raster::getNumberOfColumns | ( | ) | const | 
Returns the raster number of columns.
Referenced by te::rst::AbstractBandIterator< T >::AbstractBandIterator(), te::rst::BandIteratorWindow< T >::BandIteratorWindow(), and te::rst::BandIteratorWithMask< T >::BandIteratorWithMask().
| unsigned int te::rst::Raster::getNumberOfRows | ( | ) | const | 
Returns the raster number of rows.
Referenced by te::rst::AbstractBandIterator< T >::AbstractBandIterator(), te::rst::BandIteratorWindow< T >::BandIteratorWindow(), and te::rst::BandIteratorWithMask< T >::BandIteratorWithMask().
| Grid* te::rst::Raster::getResampledGrid | ( | int | scale | ) | const | 
Return the raster grid for a specific scale.
| scale | The desired sacale of interpolation (use - to shrink or + to enlarge). | 
| double te::rst::Raster::getResolutionX | ( | ) | const | 
Returns the raster horizontal (x-axis) resolution.
Referenced by te::rst::LineIterator< T >::LineIterator().
| double te::rst::Raster::getResolutionY | ( | ) | const | 
Returns the raster vertical (y-axis) resolution.
Referenced by te::rst::LineIterator< T >::LineIterator().
| int te::rst::Raster::getSRID | ( | ) | const | 
Returns the raster spatial reference system identifier.
Referenced by te::rst::LineIterator< T >::LineIterator(), te::rst::PointSetIterator< T >::PointSetIterator(), and te::rst::PolygonIterator< T >::PolygonIterator().
      
  | 
  inlinevirtual | 
It returns the data type code associated to the data value.
Implements te::dt::AbstractData.
Definition at line 362 of file Raster.h.
References te::dt::RASTER_TYPE.
      
  | 
  virtual | 
Returns the attribute value of a band of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| value | To return the attribute value. | 
| b | A particular band of the cell attribute. | 
| Exception | Subclasses may throw an exception if the data value can not be read. | 
      
  | 
  virtual | 
Returns the imaginary attribute value in a complex band of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| value | The complex attribute value to be assigned (real, imaginary). | 
| b | A particular band of the cell attribute. Default value 0. | 
| Exception | Subclasses may throw an exception if the data value can not be read. | 
      
  | 
  virtual | 
Returns the imaginary attribute values in all complex bands of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| values | A vector of attribute values to be assigned (not complex values). | 
| Exception | Subclasses may throw an exception if the data value can not be read. | 
      
  | 
  virtual | 
Returns the imaginary attribute values in all complex bands of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| values | A vector of complex attribute values to be assigned (real, imaginary). | 
| Exception | Subclasses may throw an exception if the data value can not be read. | 
      
  | 
  pure virtual | 
Opens a raster.
| rinfo | The information needed by each driver to open the raster. | 
| p | Access Policy. | 
Implemented in te::rst::SynchronizedRaster, te::idl::IdlRaster, te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::ProxyRaster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
It returns the raster product (pixel by pixel).
| rhs | The raster to be multiplied, right-hand side. | 
      
  | 
  virtual | 
It returns the product of a constant value to all pixels in the raster.
| cvalue | The constant value to be multiplied. | 
It returns the raster sum (pixel by pixel).
| rhs | The raster to be added, right-hand side. | 
      
  | 
  virtual | 
It returns the sum of a constant value to all pixels in the raster.
| cvalue | The constant value to be added. | 
It returns the raster subtraction (pixel by pixel).
| rhs | The raster to be subtracted, right-hand side. | 
      
  | 
  virtual | 
It returns the difference from all pixels in the raster to a constant value (pixels - constant).
| cvalue | The constant value to be subtracted. | 
It returns the raster division (pixel by pixel).
| rhs | The raster to be divided, right-hand side. | 
      
  | 
  virtual | 
It returns the division of all pixels in the raster by a constant value (pixels / constant).
| cvalue | The constant value to be divided. | 
Assignment operator.
| rhs | The right-hand-side copy that would be used to copy from. | 
      
  | 
  pure virtual | 
Access band in i position.
| i | The band index. | 
Implemented in te::mem::ExpansibleRaster, te::mem::CachedRaster, te::gdal::Raster, te::rst::SynchronizedRaster, te::idl::IdlRaster, te::rst::ProxyRaster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
      
  | 
  pure virtual | 
Access band in i position.
| i | The band index. | 
Implemented in te::mem::ExpansibleRaster, te::mem::CachedRaster, te::gdal::Raster, te::rst::SynchronizedRaster, te::idl::IdlRaster, te::rst::ProxyRaster, te::grib::Raster, te::mem::Raster, and terralib4::Raster.
      
  | 
  virtual | 
Rasterizes a given vector of geometries.
| g | A vector of geometries to be rasterized. | 
| vp | A vector of pixel values for each geometry. Can have the same size of the vector of geometries, or be null. | 
| b | The band index to rasterize. | 
      
  | 
  pure virtual | 
Remove/Destroy a sub-sampled multi-resolution pyramid, if there is one.
Implemented in te::gdal::Raster, te::mem::ExpansibleRaster, te::mem::CachedRaster, te::rst::SynchronizedRaster, te::idl::IdlRaster, te::grib::Raster, te::rst::ProxyRaster, te::mem::Raster, and terralib4::Raster.
      
  | 
  virtual | 
Resample a subset of the raster, given a box.
| method | The method of interpolation. | 
| drow | The starting row to make a subset of the image. | 
| dcolumn | The starting column to make a subset of the image. | 
| height | The height of the subset. | 
| width | The width of the subset. | 
| newheight | The resampled height of the new raster. | 
| newwidth | The resampled width of the new raster. | 
| rinfo | The parameters needed to build the output raster (see RasterFactory documentation). | 
      
  | 
  virtual | 
Resample raster.
| method | The method of interpolation. | 
| scale | The scale of interpolation (use - to shrink or + to enlarge). | 
| rinfo | The parameters needed to build the output raster (see RasterFactory documentation). | 
Reimplemented in te::gdal::Raster.
| void te::rst::Raster::setAccessPolicy | ( | te::common::AccessPolicy | p | ) | 
Sets the raster access policy.
| p | The new raster access policy. | 
      
  | 
  virtual | 
Sets the imaginary attribute value in a complex band of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| value | The attribute value to be assigned. | 
| b | A particular band of the cell attribute. Default value 0. | 
| Exception | Subclasses may throw an exception if the data value can not be write. | 
| void te::rst::Raster::setName | ( | const std::string | name | ) | 
Sets the raster name.
| name | The new raster name. | 
      
  | 
  virtual | 
Sets the attribute value in a band of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| value | The attribute value to be assigned. | 
| b | A particular band of the cell attribute. | 
| Exception | Subclasses may throw an exception if the data value can not be write. | 
      
  | 
  virtual | 
Sets the imaginary attribute value in a complex band of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| value | The complex attribute value to be assigned (real, imaginary). | 
| b | A particular band of the cell attribute. Default value 0. | 
| Exception | Subclasses may throw an exception if the data value can not be write. | 
      
  | 
  virtual | 
Sets the imaginary attribute values in all complex bands of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| values | A vector of attribute values to be assigned (not complex values). | 
| Exception | Subclasses may throw an exception if the data value can not be write. | 
      
  | 
  virtual | 
Sets the imaginary attribute values in all complex bands of a cell.
| c | The column location of the cell. | 
| r | The row location of the cell. | 
| values | A vector of complex attribute values to be assigned (real, imaginary). | 
| Exception | Subclasses may throw an exception if the data value can not be write. | 
      
  | 
  virtual | 
It returns the data value in a string notation.
Implements te::dt::AbstractData.
      
  | 
  virtual | 
Reprojects this raster to a distinct SRS. This method reprojects this raster to a distinct SRS. The output resolution is calculated in order to maintain the same number of pixels as in this raster.
| srid | The target SRS identifier. | 
| rinfo | The parameters needed to build the output raster (see RasterFactory documentation). | 
| m | The method of interpolation to apply (default 1 = nearest neighbor). | 
      
  | 
  virtual | 
Reprojects a squared portion of this raster to a distinct SRS. This method reprojects a squared portion of this raster to a distinct SRS. The output resolution is calculated in order to maintain the same number of pixels as in the desired portion of this raster.
| srid | The target SRS identifier. | 
| llx | Lower-left X-coordinate of the portion to be reprojected (in the original SRS). | 
| lly | Lower-left Y-coordinate of the portion to be reprojected (in the original SRS). | 
| urx | Upper-Right X-coordinate of the portion to be reprojected (in the original SRS). | 
| url | Upper-Right Y-coordinate of the portion to be reprojected (in the original SRS). | 
| rinfo | The parameters needed to build the output raster (see RasterFactory documentation). | 
| m | The method of interpolation to apply (default 1 = nearest neighbor). | 
      
  | 
  virtual | 
Reprojects a squared portion of this raster to another SRS with a desired resolution.
This method reprojects a squared portion of this raster to another SRS. The number of pixels in the output will be calculated according to the portion being reprojected and the asked resolution.
| srid | The SRS id of the target SRS. | 
| llx | Lower-left X-coordinate of the portion to be reprojected (in the original SRS). | 
| lly | Lower-left Y-coordinate of the portion to be reprojected (in the original SRS). | 
| urx | Upper-Right X-coordinate of the portion to be reprojected (in the original SRS). | 
| url | Upper-Right Y-coordinate of the portion to be reprojected (in the original SRS). | 
| resx | The output x resolution (in units of the target SRS). | 
| resx | The output y resolution (in units of the target SRS). | 
| rinfo | The parameters needed to build the output raster (see RasterFactory documentation). | 
| m | The method of interpolation to apply (default 1 = nearest neighbor). | 
Reimplemented in te::gdal::Raster.
      
  | 
  virtual | 
Subsetting operation for trimming (cropping) the raster.
| env | The envelope (inside original extent) to crop the raster. | 
| rinfo | The parameters needed to build the output raster (see RasterFactory documentation). | 
      
  | 
  virtual | 
Vectorizes a given raster band, using GDALPolygonize function.
| g | A reference to a vector of geometries. Will be filled with geometries found in band. | 
| b | The band index to vectorize. | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
The access policy, can be te::common::{NoAccess, RAccess, RWAccess, WAccess}.