C# Class SuperMap.Web.Mapping.TiledDynamicLayer

${mapping_TiledDynamicLayer_Title}
${mapping_TiledDynamicLayer_Description}
Inheritance: TiledLayer
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight

Méthodes publiques

Méthode Description
GetCachedResolutions ( ) : double[]

${mapping_TiledDynamicLayer_method_getCachedResolutions_D}

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

${mapping_TiledDynamicLayer_method_getTileUrl_D}

Méthodes protégées

Méthode 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 méthode

${mapping_TiledDynamicLayer_method_getCachedResolutions_D}
public GetCachedResolutions ( ) : double[]
Résultat double[]

GetTileUrl() public abstract méthode

${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}
Résultat string

GetTileUrl() protected final méthode

${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
Résultat string

TiledDynamicLayer() protected méthode

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