11 #ifndef ossimCacheTileSource_HEADER 12 #define ossimCacheTileSource_HEADER 1 22 typedef std::vector<ossimAppFixedTileCache::ossimAppFixedCacheId>
RLevelCacheList;
38 virtual void setCachingEnabledFlag(
bool value);
39 virtual void setEventProgressFlag(
bool value);
53 const char* prefix=0);
55 const char* prefix=0)
const;
65 void deleteRlevelCache();
66 void initializeRlevelCache();
70 virtual void fireProgressEvent(
double percentComplete);
bool theEventProgressFlag
ossimIpt theFixedTileSize
virtual void setProperty(ossimRefPtr< ossimProperty > property)
bool theUseInputTileSizeFlag
Represents serializable keyword/value map.
virtual ossim_uint32 getTileHeight() const
Returns the default processing tile height.
RLevelCacheList theRLevelCacheList
virtual ossimString getShortName() const
virtual ossim_uint32 getTileWidth() const
Returns the default processing tile width.
virtual void initialize()
virtual void getPropertyNames(std::vector< ossimString > &propertyNames) const
unsigned int ossim_uint32
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
virtual ossimString getLongName() const
ossimRefPtr< ossimImageData > theTile
std::vector< ossimAppFixedTileCache::ossimAppFixedCacheId > RLevelCacheList
ossim_int32 ossimAppFixedCacheId
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)