C# Class SuperMap.Web.Mapping.TiledDynamicLayer

${mapping_TiledDynamicLayer_Title}
${mapping_TiledDynamicLayer_Description}
Inheritance: TiledLayer
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
GetCachedResolutions ( ) : double[]

${mapping_TiledDynamicLayer_method_getCachedResolutions_D}

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

${mapping_TiledDynamicLayer_method_getTileUrl_D}

Protected Methods

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

${mapping_TiledDynamicLayer_attribute_GetTileUrl_D}

TiledDynamicLayer ( )

${pubilc_Constructors_Initializes} TileDynamicLayer ${pubilc_Constructors_instance}

Method Details

GetCachedResolutions() public method

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

GetTileUrl() public abstract method

${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}
return string

GetTileUrl() protected final method

${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
return string

TiledDynamicLayer() protected method

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