This is the complete list of members for te::rst::Grid, including all inherited members.
computeExtent() const | te::rst::Grid | |
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::Grid | inline |
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::Grid | inline |
isPointInGrid(unsigned int col, unsigned int row) const | te::rst::Grid | inline |
m_extent | te::rst::Grid | mutableprivate |
m_geoT | te::rst::Grid | private |
m_nCols | te::rst::Grid | private |
m_nRows | te::rst::Grid | private |
m_srid | te::rst::Grid | private |
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 |