C# Class SuperMap.Connector.Control.WindowsPhone.TiledLayer

Inheritance: Layer
Datei anzeigen Open project: SuperMap/iClient-for-DotNet

Public Methods

Method Description
Draw ( ) : void
GetTileUrl ( int x, int y, double resolution ) : string
TiledLayer ( ) : System

Private Methods

Method Description
AddTile ( Tile tile ) : void
GetTileSpanWithin ( Rectangle2D bounds, double resolution ) : int[]

Method Details

Draw() public method

public Draw ( ) : void
return void

GetTileUrl() public abstract method

public abstract GetTileUrl ( int x, int y, double resolution ) : string
x int
y int
resolution double
return string

TiledLayer() public method

public TiledLayer ( ) : System
return System