====== ThinkGeo.Core.TileCache ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Core.TileCache** *[[ThinkGeo.Core.RasterTileCache]] *[[ThinkGeo.Core.FileVectorTileCache]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} TileCache(String) ** * //This is the constructor of the class.// == Remarks == * //N/A// == Parameters == * //cacheId// * Type:String * Description:This is the cache identifier which marks its difference with other TileCache.
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetTile(Int32,Int64,Int64) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:Returns the BitmapTile corresponding to the passed in row and column. == Parameters == * //zoom// * Type:Int32 * Description:N/A * //column// * Type:Int64 * Description:The target column for the tileView to fetch. * //row// * Type:Int64 * Description:The target row for the tileView to fetch. ** {{wiki:PublicMethod.gif|}} SaveTile(Tile) ** * //N/A// == Remarks == * //This method will not take effect when the Read is set to true.// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:The target tileView to be saved. ** {{wiki:PublicMethod.gif|}} DeleteTile(Tile) ** * //N/A// == Remarks == * //This method will not take effect when the Read is set to true.// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:The target tileView to be deleted. ** {{wiki:PublicMethod.gif|}} ClearCache() ** * //N/A// == Remarks == * //This method will not take effect when the Read is set to true.// == 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|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * 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|}} 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|}} ClearCacheCore() ** * //N/A// == Remarks == * //This method will not take effect when the Read is set to true.// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} SaveTileCore(Tile) ** * //N/A// == Remarks == * //This method will not take effect when the Read is set to true.// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:The target tileView to be saved. ** {{wiki:ProtectedMethod.gif|}} DeleteTileCore(Tile) ** * //N/A// == Remarks == * //This method will not take effect when the Read is set to true.// == Return Value == * Type:Void * Description:N/A == Parameters == * //tile// * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:The target tileView to be deleted. ** {{wiki:ProtectedMethod.gif|}} GetTileCore(Int32,Int64,Int64) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.Tile|Tile]] * Description:Returns the BitmapTile corresponding to the passed in row and column. == Parameters == * //zoom// * Type:Int32 * Description:N/A * //column// * Type:Int64 * Description:The target column for the tileView to fetch. * //row// * Type:Int64 * Description:The target row for the tileView to fetch. ** {{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|}} TileAccessMode ** * //N/A// == Remarks == * //If you want it to take effect, you need set the Read property false.// == 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]]