[]
        
(Showing Draft Content)

C1.WPF.Maps.QuadTreeTileSource

QuadTreeTileSource Class

Base class for MultiScaleTileSource implementation accessing a quad tree of tiles.

Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public abstract class QuadTreeTileSource : MultiScaleTileSource
Remarks

See http://msdn.microsoft.com/en-us/library/bb545006.aspx for a specific case of the quad tree access pattern.

Constructors

Name Description
QuadTreeTileSource(string, string, int, int)

Initializes a new QuadTreeTileSource.

Properties

Name Description
QuadCode

Gets or sets QuadCode property.

Methods

Name Description
GetTileLayers(int, int, int, IList<object>)