te::rst::Grid Member List

This is the complete list of members for te::rst::Grid, including all inherited members.

computeAffineParameters(const double extentWidth, const double extentHeight, const unsigned int nColumns, const unsigned int nRows, const double extentULX, const double extentULY, double *affineParamsPtr, double *inverseAffineParamsPtr) const te::rst::Gridprivate
computeExtent() const te::rst::Gridprivate
computeInverseParameters(double *const affineParamsPtr, double *inverseAffineParamsPtr) const te::rst::Gridprivate
geoToGrid(const double &x, const double &y, double &col, double &row) const te::rst::Grid
geoToGrid(const double &x, const double &y) const te::rst::Gridinline
getExtent()te::rst::Grid
getExtent() const te::rst::Grid
getGeoreference() const te::rst::Grid
getNumberOfColumns() const te::rst::Grid
getNumberOfRows() const te::rst::Grid
getResolutionX() const te::rst::Grid
getResolutionY() const te::rst::Grid
getSRID() const te::rst::Grid
Grid(unsigned int nCols=0, unsigned int nRows=0, te::gm::Envelope *mbr=0, int srid=TE_UNKNOWN_SRS)te::rst::Grid
Grid(unsigned int nCols, unsigned int nRows, double resX, double resY, const te::gm::Coord2D *ulc, int srid=TE_UNKNOWN_SRS)te::rst::Grid
Grid(unsigned int nCols, unsigned int nRows, double resX, double resY, te::gm::Envelope *mbr, int srid=TE_UNKNOWN_SRS)te::rst::Grid
Grid(double resX, double resY, te::gm::Envelope *mbr, int srid=TE_UNKNOWN_SRS)te::rst::Grid
Grid(const double geoTrans[], unsigned int nCols, unsigned int nRows, int srid=TE_UNKNOWN_SRS)te::rst::Grid
Grid(const Grid &rhs)te::rst::Grid
gridToGeo(const double &col, const double &row, double &x, double &y) const te::rst::Grid
gridToGeo(const double &col, const double &row) const te::rst::Gridinline
isPointInGrid(unsigned int col, unsigned int row) const te::rst::Gridinline
m_extentte::rst::Gridmutableprivate
m_geoTte::rst::Gridprivate
m_geoTInversete::rst::Gridprivate
m_nColste::rst::Gridprivate
m_nRowste::rst::Gridprivate
m_sridte::rst::Gridprivate
operator=(const Grid &rhs)te::rst::Grid
operator==(const Grid &rhs) const te::rst::Grid
setGeoreference(const te::gm::Coord2D &ulLocation, int srid, double resX, double resY)te::rst::Grid
setGeoreference(const double geoTrans[], int srid)te::rst::Grid
setNumberOfColumns(unsigned int nCols)te::rst::Grid
setNumberOfRows(unsigned int nRows)te::rst::Grid
setSRID(int srid)te::rst::Grid
~Grid()te::rst::Grid