30 #ifndef MULTIRES_IMAGE_TILE_SET_LAYER_H_ 31 #define MULTIRES_IMAGE_TILE_SET_LAYER_H_ 50 const std::string& path,
51 int tileSize,
int layer);
56 bool Load(
const std::string extension);
61 void GetTileIndex(
double x,
double y,
int& row,
int& column)
const;
65 int& startRow,
int& startColumn,
66 int& endRow,
int& endColumn)
const;
87 #endif // MULTIRES_IMAGE_TILE_SET_LAYER_H_
void GetTileIndex(const tf::Point &position, int &row, int &column) const
const swri_transform_util::GeoReference & m_geo
void GetTileRange(const tf::Point &top_left, const tf::Point &bottom_right, int &startRow, int &startColumn, int &endRow, int &endColumn) const
TileSetLayer(const swri_transform_util::GeoReference &geo, const std::string &path, int tileSize, int layer)
Tile * GetTile(int column, int row)
std::vector< std::vector< Tile * > > m_tiles