C# 클래스 SuperMap.Web.Mapping.TiledLayer

${mapping_TiledLayer_Title}

${mapping_TiledLayer_Description}

상속: ImageLayer
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight

Private Properties

프로퍼티 타입 설명
AddTile void
AddTiles void
Draw void
GetProgress int
GetTileSpanWithin int[]
RaiseTileLoad void
RemoveTiles void
ShowImage void
bmi_DownloadProgress void
downloadTileFailed void
img_ImageFailed void

공개 메소드들

메소드 설명
GetCachedResolutions ( ) : double[]

${mapping_TiledLayer_method_getCachedResolutions_D}

Refresh ( ) : void

${mapping_TiledLayer_method_refresh_D}

보호된 메소드들

메소드 설명
Cancel ( ) : void

${mapping_TiledLayer_attribute_Cancel_D}

GetTileUrl ( int indexX, int indexY, int level, double resolution ) : string

${mapping_TiledLayer_attribute_GetTileUrl_D}

TiledLayer ( ) : System

${mapping_TiledLayer_constructor_None_D}

비공개 메소드들

메소드 설명
AddTile ( Tile tile ) : void
AddTiles ( double resolution, int startCol, int startRow, int endCol, int endRow, bool useTransitions ) : void
Draw ( DrawParameter drawParameter ) : void
GetProgress ( ) : int
GetTileSpanWithin ( Rectangle2D bounds, double resolution ) : int[]
RaiseTileLoad ( Tile tile, Rectangle2D bounds ) : void
RemoveTiles ( Rectangle2D bounds, double resolution ) : void
ShowImage ( Image img, bool enableFading ) : void
bmi_DownloadProgress ( object sender, DownloadProgressEventArgs e, Tile tile, EventHandler onProgressEventHandler ) : void
downloadTileFailed ( Image image ) : void
img_ImageFailed ( object sender, ExceptionRoutedEventArgs e ) : void

메소드 상세

Cancel() 보호된 메소드

${mapping_TiledLayer_attribute_Cancel_D}
protected Cancel ( ) : void
리턴 void

GetCachedResolutions() 공개 추상적인 메소드

${mapping_TiledLayer_method_getCachedResolutions_D}
public abstract GetCachedResolutions ( ) : double[]
리턴 double[]

GetTileUrl() 보호된 메소드

${mapping_TiledLayer_attribute_GetTileUrl_D}
protected GetTileUrl ( int indexX, int indexY, int level, double resolution ) : string
indexX int
indexY int
level int
resolution double
리턴 string

Refresh() 공개 메소드

${mapping_TiledLayer_method_refresh_D}
public Refresh ( ) : void
리턴 void

TiledLayer() 보호된 메소드

${mapping_TiledLayer_constructor_None_D}
protected TiledLayer ( ) : System
리턴 System