====== ThinkGeo.Core.SessionFileRasterTileCache ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.Core.TileCache *ThinkGeo.Core.RasterTileCache *ThinkGeo.Core.FileRasterTileCache ***ThinkGeo.Core.SessionFileRasterTileCache** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} SessionFileRasterTileCache() ** * //This is the default constructor.// == Remarks == * //If you use this constructor, you must set the properties manually.// == Parameters ==
** {{wiki:PublicMethod.gif|}} SessionFileRasterTileCache(String) ** * //This is the overloads constructor.// == Remarks == * //If you use this constructor, the other properties are set with default values.// == Parameters == * //cacheDirectory// * Type:String * Description:This parameter specifies the directory of the tileView cache.
** {{wiki:PublicMethod.gif|}} SessionFileRasterTileCache(String,String) ** * //This is the overloads constructor.// == Remarks == * //If you use this constructor, the other properties are set with default values.// == Parameters == * //cacheDirectory// * Type:String * Description:This parameter specifies the directory of the tileView cache. * //cacheId// * Type:String * Description:This parameter specifies the cache ID of the tileView cache.
** {{wiki:PublicMethod.gif|}} SessionFileRasterTileCache(String,String,RasterTileFormat) ** * //This is the constructor with all the parameters needed passed in.// == Remarks == * //N/A// == Parameters == * //cacheDirectory// * Type:String * Description:This parameter specifies the directory of the tileView cache. * //cacheId// * Type:String * Description:This parameter specifies the cache IF of the tileView cache. * //imageFormat// * Type:[[ThinkGeo.Core.RasterTileFormat|RasterTileFormat]] * Description:This parameter specifies the image format of the tileView cahce.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //tileExpiration// * Type:TimeSpan * Description:N/A
** {{wiki:PublicMethod.gif|}} ClearCache(Double) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //maxSizeInMegabytes// * Type:Double * Description:N/A
** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan,Double) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //tileExpiration// * Type:TimeSpan * Description:N/A * //maxSizeInMegabytes// * Type:Double * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetTile(Int32,Int64,Int64) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:N/A == Parameters == * //zoom// * Type:Int32 * Description:N/A * //column// * Type:Int64 * Description:N/A * //row// * Type:Int64 * Description:N/A
** {{wiki:PublicMethod.gif|}} SaveTile(Tile) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DeleteTile(Tile) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:N/A
** {{wiki:PublicMethod.gif|}} ClearCache() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} ClearCacheCore() ** * //N/A// == Remarks == * //This method will not take effect when ReadOnly is set to true.// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetTileCore(Int32,Int64,Int64) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:N/A == Parameters == * //zoom// * Type:Int32 * Description:N/A * //column// * Type:Int64 * Description:N/A * //row// * Type:Int64 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SaveTileCore(Tile) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DeleteTileCore(Tile) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CheckExpiration(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //tileImageFileName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGottenCacheTile(GottenCacheImageBitmapTileCacheEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGettingCacheTile(GettingCacheImageBitmapTileCacheEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} CacheDirectory ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} NoDataTileImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] ** {{wiki:PublicProperty.gif|}} LoadingTileImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] ** {{wiki:PublicProperty.gif|}} ImageFormat ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RasterTileFormat|RasterTileFormat]] ** {{wiki:PublicProperty.gif|}} JpegQuality ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int16 ** {{wiki:PublicProperty.gif|}} TileAccessMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.TileAccessMode|TileAccessMode]] ** {{wiki:PublicProperty.gif|}} CacheId ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ExpirationTime ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TimeSpan ==== Protected Properties ==== ==== Public Events ==== ** {{wiki:PublicEvent.gif|}} GottenCacheTile ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] ** {{wiki:PublicEvent.gif|}} GettingCacheTile ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]