====== ThinkGeo.MapSuite.Layers.TileCache ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Layers.TileCache** *[[ThinkGeo.MapSuite.Layers.BitmapTileCache]] *[[ThinkGeo.MapSuite.Layers.NativeImageTileCache]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} TileCache(String,TileImageFormat,TileMatrix) ** * //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. * //imageFormat// * Type:[[ThinkGeo.MapSuite.Layers.TileImageFormat|TileImageFormat]] * Description:This is the imageFormate showing what kind of image we are trying to save. * //tileMatrix// * Type:[[ThinkGeo.MapSuite.Layers.TileMatrix|TileMatrix]] * Description:This is the tile matrix system which is used for caculating tiles.
==== Public Methods ==== ** {{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.MapSuite.Layers.Tile|Tile]] * Description:The target tile to be saved.
** {{wiki:PublicMethod.gif|}} SaveTiles(GeoImage,RectangleShape,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Drawing.GeoImage|GeoImage]] * Description:N/A * //imageExtent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //saveContainedCellsOnly// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} SaveTiles(GeoImage,RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Drawing.GeoImage|GeoImage]] * Description:The target bitmap to be saved into tiles. * //imageExtent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:The target extent for the bitmap.
** {{wiki:PublicMethod.gif|}} DeleteTiles(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:The target extent to delete all tiles within it.
** {{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.MapSuite.Layers.Tile|Tile]] * Description:The target tile 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|}} 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 ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{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.MapSuite.Layers.Tile|Tile]] * Description:The target tile 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.MapSuite.Layers.Tile|Tile]] * Description:The target tile to be deleted.
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} TileMatrix ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.TileMatrix|TileMatrix]] ** {{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.MapSuite.Layers.TileAccessMode|TileAccessMode]] ** {{wiki:PublicProperty.gif|}} NoDataTileImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoImage|GeoImage]] ** {{wiki:PublicProperty.gif|}} LoadingTileImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoImage|GeoImage]] ** {{wiki:PublicProperty.gif|}} ImageFormat ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.TileImageFormat|TileImageFormat]] ** {{wiki:PublicProperty.gif|}} JpegQuality ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int16 ** {{wiki:PublicProperty.gif|}} CacheId ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ==== Protected Properties ==== ==== Public Events ====