ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
Represents an overlay that maintains tiles.
N/A
N/A
N/A
N/A
Refresh(TimeSpan,BufferTimeType)
N/A
N/A
Refresh(RectangleShape,TimeSpan)
N/A
N/A
Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
Refresh(RectangleShape,TimeSpan,BufferTimeType)
N/A
N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan)
N/A
N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
PostTransform(TransformArguments,MapArguments)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
DrawCore(MapArguments,OverlayRefreshType)
This method draws the InterativeOverlay abstract class. You have to override this API in its sub concrete classes, Or you will see nothing.
This method draws the representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
DrawTile(TileView,MapArguments)
Redraws a specified tile with the provided world extent.
N/A
DrawTileCore(GeoCanvas,TileView)
Redraws a specified tile with the provided world extent.
N/A
PostTransformCore(TransformArguments,MapArguments)
This protected virtual method is the Core method of PostTransform API.
N/A
This method dispose unmanaged resource used in this class.
N/A
Get a new tile object to form the TileOverlay.
N/A
Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile.
N/A
GetTileMatrix(Double,Int32,Int32,GeographyUnit)
N/A
N/A
GetTileMatrixCells(MapArguments,Double)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
DrawExceptionCore(GeoCanvas,Exception)
N/A
N/A
OnDrawingException(DrawingExceptionOverlayEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent.
N/A
N/A
N/A
N/A
N/A
Gets and sets the overlay is formed by multiple tiles or single tile.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:DrawnExceptionOverlayEventArgs