Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This class is a concrete class that inherits from FileBitmapTileCache. In this class, the tiles will be marked as obsolete when you call the ClearCache method and will be deleted in a background thread.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache</a>
*System.Object ThinkGeo.MapSuite.Core.TileCache *ThinkGeo.MapSuite.Core.BitmapTileCache ThinkGeo.MapSuite.Core.FileBitmapTileCache *ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
SessionFileBitmapTileCache | This is the default constructor. | ||
SessionFileBitmapTileCache | String | This is the overloads constructor. | |
SessionFileBitmapTileCache | String, String | This is the overloads constructor. | |
SessionFileBitmapTileCache | String, String, TileImageFormat, TileMatrix | This is the constructor with all the parameters needed passed in. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
ClearCache | TileCache | ||
ClearCache | TimeSpan | FileBitmapTileCache | |
ClearCache | Double | FileBitmapTileCache | |
ClearCache | TimeSpan, Double | FileBitmapTileCache | |
DeleteTile | Tile | TileCache | |
DeleteTiles | RectangleShape | TileCache | |
Equals | Object | Object | |
GetHashCode | Object | ||
GetHigherScaleTile | RectangleShape, Double | BitmapTileCache | |
GetTile | RectangleShape | BitmapTileCache | |
GetTile | Int64, Int64 | BitmapTileCache | |
GetTileImageFileName | Int64, Int64 | FileBitmapTileCache | |
GetTileImageFileNames | RectangleShape | FileBitmapTileCache | |
GetTiles | RectangleShape | BitmapTileCache | |
GetType | Object | ||
SaveTile | Tile | TileCache | |
SaveTiles | Bitmap, RectangleShape, Boolean | TileCache | |
SaveTiles | Bitmap, RectangleShape | TileCache | |
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
ClearCacheCore | TileCache(overriden) | This method will create a new cacheId for the SessionFileBitmapTileCache and mark the original one as obsolete. The original will then be deleted in a background thread. | |
DeleteTileCore | Tile | TileCache(overriden) | |
Finalize | Object | ||
GetHigherScaleTileCore | RectangleShape, Double | BitmapTileCache(overriden) | |
GetTileCore | Int64, Int64 | BitmapTileCache(overriden) | |
MemberwiseClone | Object | ||
MergeBitmaps | IEnumerable<BitmapTile>, Double | BitmapTileCache | |
OnGettingCacheImage | GettingCacheImageBitmapTileCacheEventArgs | BitmapTileCache | |
OnGottenCacheImage | GottenCacheImageBitmapTileCacheEventArgs | BitmapTileCache | |
SaveTileCore | Tile | TileCache(overriden) |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
CacheDirectory | String | FileBitmapTileCache | |
CacheId | String | TileCache | |
ExpirationTime | TimeSpan | FileBitmapTileCache | |
ImageFormat | TileImageFormat | TileCache | |
JpegQuality | Int16 | TileCache | |
LoadingTileImage | Bitmap | TileCache | |
NoDataTileImage | Bitmap | TileCache | |
TileAccessMode | TileAccessMode | TileCache | |
TileMatrix | TileMatrix | TileCache |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|---|---|---|
GettingCacheImage | GettingCacheImageBitmapTileCacheEventArgs | BitmapTileCache | |
GottenCacheImage | GottenCacheImageBitmapTileCacheEventArgs | BitmapTileCache |
This is the default constructor.
If you use this constructor, you must set the properties manually.
| Name | Type | Description |
|---|
This is the overloads constructor.
If you use this constructor, the other properties are set with default values.
| Name | Type | Description |
|---|---|---|
| cacheDirectory | String<!– System.String –> | This parameter specifies the directory of the tile cache. |
This is the overloads constructor.
If you use this constructor, the other properties are set with default values.
| Name | Type | Description |
|---|---|---|
| cacheDirectory | String<!– System.String –> | This parameter specifies the directory of the tile cache. |
| cacheId | String<!– System.String –> | This parameter specifies the cache ID of the tile cache. |
This is the constructor with all the parameters needed passed in.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29</a>
| Name | Type | Description |
|---|---|---|
| cacheDirectory | String<!– System.String –> | This parameter specifies the directory of the tile cache. |
| cacheId | String<!– System.String –> | This parameter specifies the cache IF of the tile cache. |
| imageFormat | TileImageFormat<!– ThinkGeo.MapSuite.Core.TileImageFormat –> | This parameter specifies the image format of the tile cahce. |
| tileMatrix | TileMatrix<!– ThinkGeo.MapSuite.Core.TileMatrix –> | This parameter specifies the tile matrix of the tile cache. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ClearCache.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ClearCache.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| tileExpiration | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.FileBitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| maxSizeInMegabytes | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.FileBitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| tileExpiration | TimeSpan<!– System.TimeSpan –> | |
| maxSizeInMegabytes | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.FileBitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTile.28Tile.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTile.28Tile.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| tile | Tile<!– ThinkGeo.MapSuite.Core.Tile –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTiles.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTiles.28RectangleShape.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| worldExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHigherScaleTile.28RectangleShape.2C_Double.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHigherScaleTile.28RectangleShape.2C_Double.29</a>
| Return Type | Description |
|---|---|
| BitmapTile<!– ThinkGeo.MapSuite.Core.BitmapTile –> |
| Name | Type | Description |
|---|---|---|
| tileBoundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
| tileScale | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTile.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTile.28RectangleShape.29</a>
| Return Type | Description |
|---|---|
| BitmapTile<!– ThinkGeo.MapSuite.Core.BitmapTile –> |
| Name | Type | Description |
|---|---|---|
| tileBoundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTile.28Int64.2C_Int64.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTile.28Int64.2C_Int64.29</a>
| Return Type | Description |
|---|---|
| BitmapTile<!– ThinkGeo.MapSuite.Core.BitmapTile –> |
| Name | Type | Description |
|---|---|---|
| row | Int64<!– System.Int64 –> | |
| column | Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileImageFileName.28Int64.2C_Int64.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileImageFileName.28Int64.2C_Int64.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|---|---|
| row | Int64<!– System.Int64 –> | |
| column | Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.FileBitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileImageFileNames.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileImageFileNames.28RectangleShape.29</a>
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|---|---|
| tileBoundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.FileBitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTiles.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTiles.28RectangleShape.29</a>
| Return Type | Description |
|---|---|
| Collection<BitmapTile><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.BitmapTile} –> |
| Name | Type | Description |
|---|---|---|
| worldExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTile.28Tile.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTile.28Tile.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| tile | Tile<!– ThinkGeo.MapSuite.Core.Tile –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| bitmap | Bitmap<!– System.Drawing.Bitmap –> | |
| bitmapExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
| saveContainedCellsOnly | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTiles.28Bitmap.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTiles.28Bitmap.2C_RectangleShape.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| bitmap | Bitmap<!– System.Drawing.Bitmap –> | |
| bitmapExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
This method will create a new cacheId for the SessionFileBitmapTileCache and mark the original one as obsolete. The original will then be deleted in a background thread.
This method will not take effect when ReadOnly is set to true.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.TileCache(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTileCore.28Tile.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTileCore.28Tile.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| tile | Tile<!– ThinkGeo.MapSuite.Core.Tile –> |
<!– ThinkGeo.MapSuite.Core.TileCache(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHigherScaleTileCore.28RectangleShape.2C_Double.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHigherScaleTileCore.28RectangleShape.2C_Double.29</a>
| Return Type | Description |
|---|---|
| BitmapTile<!– ThinkGeo.MapSuite.Core.BitmapTile –> |
| Name | Type | Description |
|---|---|---|
| tileBoundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
| tileScale | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileCore.28Int64.2C_Int64.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileCore.28Int64.2C_Int64.29</a>
| Return Type | Description |
|---|---|
| BitmapTile<!– ThinkGeo.MapSuite.Core.BitmapTile –> |
| Name | Type | Description |
|---|---|---|
| row | Int64<!– System.Int64 –> | |
| column | Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
| Return Type | Description |
|---|---|
| BitmapTile<!– ThinkGeo.MapSuite.Core.BitmapTile –> |
| Name | Type | Description |
|---|---|---|
| tilesToMerge | IEnumerable<BitmapTile><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.BitmapTile} –> | |
| scale | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGettingCacheImage.28GettingCacheImageBitmapTileCacheEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGettingCacheImage.28GettingCacheImageBitmapTileCacheEventArgs.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | GettingCacheImageBitmapTileCacheEventArgs<!– ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGottenCacheImage.28GottenCacheImageBitmapTileCacheEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGottenCacheImage.28GottenCacheImageBitmapTileCacheEventArgs.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | GottenCacheImageBitmapTileCacheEventArgs<!– ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTileCore.28Tile.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTileCore.28Tile.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| tile | Tile<!– ThinkGeo.MapSuite.Core.Tile –> |
<!– ThinkGeo.MapSuite.Core.TileCache(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#CacheDirectory” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#CacheDirectory</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.FileBitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#CacheId” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#CacheId</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ExpirationTime” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ExpirationTime</a>
| Return Type |
|---|
| TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.FileBitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29</a>
| Return Type |
|---|
| TileImageFormat<!– ThinkGeo.MapSuite.Core.TileImageFormat –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#JpegQuality” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#JpegQuality</a>
| Return Type |
|---|
| Int16<!– System.Int16 –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#LoadingTileImage” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#LoadingTileImage</a>
| Return Type |
|---|
| Bitmap<!– System.Drawing.Bitmap –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#NoDataTileImage” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#NoDataTileImage</a>
| Return Type |
|---|
| Bitmap<!– System.Drawing.Bitmap –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#TileAccessMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#TileAccessMode</a>
| Return Type |
|---|
| TileAccessMode<!– ThinkGeo.MapSuite.Core.TileAccessMode –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29</a>
| Return Type |
|---|
| TileMatrix<!– ThinkGeo.MapSuite.Core.TileMatrix –> |
<!– ThinkGeo.MapSuite.Core.TileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGettingCacheImage.28GettingCacheImageBitmapTileCacheEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGettingCacheImage.28GettingCacheImageBitmapTileCacheEventArgs.29</a>
| Event Arguments |
|---|
| GettingCacheImageBitmapTileCacheEventArgs<!– ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGottenCacheImage.28GottenCacheImageBitmapTileCacheEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGottenCacheImage.28GottenCacheImageBitmapTileCacheEventArgs.29</a>
| Event Arguments |
|---|
| GottenCacheImageBitmapTileCacheEventArgs<!– ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs –> |
<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> Go Back
NOTOC DesktopEdition ThinkGeo.MapSuite.DesktopEdition UpdateDocumentation
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.