40 #ifndef _GEOTIFF_MAP_CHART_DATA_SOURCE_H
41 #define _GEOTIFF_MAP_CHART_DATA_SOURCE_H
49 #define LIB_BASE_NAME "gls_map_geotiff"
55 class GeoTIFFMapChartCell;
56 class GeoTIFFImageHolder;
104 unsigned int GetCacheCount()
const;
107 void SearchDirectory(
const std::string& entity,
const std::string& originalLoadString );
108 void LoadGeoTIFF(
const std::string& str,
const std::string& originalLoadString );
113 std::vector<GeoTIFFImageHolder*> _imageHolders;
118 #endif // _GEOTIFF_MAP_CHART_DATA_SOURCE_H
Definition: gls_map_geotiff.h:66
bool GetAvailableCoverage(GeoRect *dest) DISTI_METHOD_OVERRIDE
See base class.
void SetTargetCellLoadRate(const double targetCellLoadRate)
Definition: gls_map_chart_data_source.h:210
Definition: gls_map_util.h:414
Utility classes for GL Studio Map toolkit.
void GetCellList(const GeoRect &coverage, unsigned long layerID, double viewLogicalHeight, double viewGeoHeight, MapChartCellList &viewList) DISTI_METHOD_OVERRIDE
See base class.
GeoRect _extents
The lat/lon boundries of the data contained in this Map Chart Data Source.
Definition: gls_map_geotiff.h:111
void UnloadGeoTIFF(const std::string &str)
The disti::GlsMapChartDataSource class.
~GeoTIFFMapChartDataSource()
double GetTargetCellLoadRate() const
void SetCacheCount(const unsigned int cacheCount)
GeoTIFFMapChartDataSource()
Definition: bmpimage.h:46
void LoadGeoTIFF(const std::string &str)