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

${mapping_TiledDynamicLayer_Title}
${mapping_TiledDynamicLayer_Description}
상속: TiledLayer
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight

공개 메소드들

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

${mapping_TiledDynamicLayer_method_getCachedResolutions_D}

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

${mapping_TiledDynamicLayer_method_getTileUrl_D}

보호된 메소드들

메소드 설명
GetTileUrl ( int indexX, int indexY, int level, double resolution ) : string

${mapping_TiledDynamicLayer_attribute_GetTileUrl_D}

TiledDynamicLayer ( )

${pubilc_Constructors_Initializes} TileDynamicLayer ${pubilc_Constructors_instance}

메소드 상세

GetCachedResolutions() 공개 메소드

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

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

${mapping_TiledDynamicLayer_method_getTileUrl_D}
public abstract GetTileUrl ( int indexX, int indexY, double resolution ) : string
indexX int ${mapping_TiledDynamicLayer_method_getTileUrl_param_indexX}
indexY int ${mapping_TiledDynamicLayer_method_getTileUrl_param_indexY}
resolution double ${mapping_TiledDynamicLayer_method_getTileUrl_param_resolution}
리턴 string

GetTileUrl() 보호된 최종 메소드

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

TiledDynamicLayer() 보호된 메소드

${pubilc_Constructors_Initializes} TileDynamicLayer ${pubilc_Constructors_instance}
protected TiledDynamicLayer ( )