SuperMap.Web.Mapping.TiledDynamicLayer.GetTileUrl C# (CSharp) Method

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
        public abstract string GetTileUrl(int indexX, int indexY, double resolution);

Same methods

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