Property | Type | Description | |
---|---|---|---|
Complated | void | ||
DataToImage | Image | ||
Draw | void | ||
GetImage | Task |
||
GetProgress | int | ||
GetTileSpanWithin | int[] | ||
GetTilesBounds | |||
NeedShowTiles | List |
||
RaiseTileLoad | void | ||
ShowImage | void | ||
_queueSystem_ImageCompleted | void |
Method | Description | |
---|---|---|
ClearLocalStorage ( ) : void |
${WP_mapping_TiledLayer_method_ClearLocalStorage_D}
|
|
GetCachedResolutions ( ) : double[] |
${WP_mapping_TiledLayer_method_getCachedResolutions_D}
|
|
Refresh ( ) : void |
${WP_mapping_TiledLayer_method_refresh_D}
|
Method | Description | |
---|---|---|
Cancel ( ) : void |
${WP_mapping_TiledLayer_attribute_Cancel_D}
|
|
GetTile ( int indexX, int indexY, int level, double resolution, |
${WP_mapping_TiledLayer_attribute_GetTileUrl_D}
|
|
TiledLayer ( ) : System |
${WP_mapping_TiledLayer_constructor_None_D}
|
Method | Description | |
---|---|---|
Complated ( ) : void | ||
DataToImage ( Tile tile ) : Image | ||
Draw ( |
||
GetImage ( Tile tile ) : Task |
||
GetProgress ( ) : int |
获取当前进度。
|
|
GetTileSpanWithin ( |
||
GetTilesBounds ( int cloumn, int row, double resolution ) : |
||
NeedShowTiles ( double resolution, int span, bool useTransitions, int &level ) : List |
计算需要添加的Tile块。
|
|
RaiseTileLoad ( Tile tile, |
||
ShowImage ( Image img, bool enableFading ) : void | ||
_queueSystem_ImageCompleted ( object sender, Tile e ) : void |
public abstract GetCachedResolutions ( ) : double[] | ||
return | double[] |
protected GetTile ( int indexX, int indexY, int level, double resolution, |
||
indexX | int | |
indexY | int | |
level | int | |
resolution | double | |
cancellationToken | ||
return |